Searched refs:XSyncValueLow32 (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/libXext/dist/include/X11/extensions/
H A Dsync.h73 #undef XSyncValueLow32
128 extern unsigned int XSyncValueLow32(
/xsrc/external/mit/libXext/dist/src/
H A DXSync.c272 awire->wait_value_lo = XSyncValueLow32(aevent->wait_value);
274 awire->counter_value_lo = XSyncValueLow32(aevent->counter_value);
287 ane->counter_value_lo = XSyncValueLow32(anl->counter_value);
289 ane->alarm_value_lo = XSyncValueLow32(anl->alarm_value);
449 req->initial_value_lo = XSyncValueLow32(initial_value);
470 req->value_lo = XSyncValueLow32(value);
490 req->value_lo = XSyncValueLow32(value);
566 wc.wait_value_lo = XSyncValueLow32(wait_item->trigger.wait_value);
569 wc.event_threshold_lo = XSyncValueLow32(wait_item->event_threshold);
599 *value++ = XSyncValueLow32(attribute
981 XSyncValueLow32(XSyncValue v) function in typeref:typename:unsigned int
[all...]
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dsync.c455 ane.counter_value_lo = XSyncValueLow32(pCounter->value);
463 ane.alarm_value_lo = XSyncValueLow32(pTrigger->test_value);
499 pev->wait_value_lo = XSyncValueLow32(pTrigger->test_value);
505 pev->counter_value_lo = XSyncValueLow32(pCounter->value);
1343 walklist->resolution_lo = XSyncValueLow32(psci->resolution);
1732 rep.value_lo = XSyncValueLow32(pCounter->value);
1909 rep.wait_value_lo = XSyncValueLow32(pTrigger->wait_value);
1913 rep.wait_value_lo = XSyncValueLow32(pTrigger->test_value);
1918 rep.delta_lo = XSyncValueLow32(pAlarm->delta);
2686 if (millis < XSyncValueLow32(No
[all...]
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Dsyncconst.h139 #define XSyncValueLow32(v) _XSyncValueLow32(v) macro
/xsrc/external/mit/xdpyinfo/dist/
H A Dxdpyinfo.c691 XSyncValueLow32(syscounters[i].resolution),

Completed in 8 milliseconds