Home
last modified time | relevance | path

Searched refs:PTR_IN_RANGE (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/libxine/xine-lib-1.2.11/src/xine-engine/
H A Devents.c102 if (PTR_IN_RANGE (prev_event, &q->revents, sizeof (q->revents))) { in xine_event_next()
229 if (PTR_IN_RANGE (e, &q->revents, sizeof (q->revents))) { in xine_event_free()
603 if (PTR_IN_RANGE (event, &q->revents, sizeof (q->revents))) { in xine_event_dispose_queue()
641 if (PTR_IN_RANGE (event, &q->revents, sizeof (q->revents))) { in listener_loop()
H A Dxine_private.h445 # define PTR_IN_RANGE(_ptr,_start,_size) \ macro
448 # define PTR_IN_RANGE(_ptr,_start,_size) \ macro
H A Dconfigfile.c132 … if ((callback == r->callback) && PTR_IN_RANGE (r->data, data, data_size)) *r = *(--e); else r++; in _cfg_cb_d_rem()
145 if ((callback == entry->callback) && PTR_IN_RANGE (entry->callback_data, data, data_size)) { in _cfg_cb_d_rem()
205 if (PTR_IN_RANGE (r->data, data, data_size)) *r = *(--e); else r++; in _cfg_d_rem()
218 if (PTR_IN_RANGE (entry->callback_data, data, data_size)) { in _cfg_d_rem()
H A Daudio_out.c549 if (PTR_IN_RANGE (buf, this->base_buf, NUM_AUDIO_BUFFERS * sizeof (*buf))) { in ao_unref_obsolete()
691 s = PTR_IN_RANGE (buf, this->base_buf, NUM_AUDIO_BUFFERS * sizeof (*buf)) in ao_out_fifo_reref_append()