Searched refs:_XSyncIntToValue (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xextproto-7.1.1/X11/extensions/
H A Dsyncconst.h85 #define _XSyncIntToValue(pv, i) ((pv)->hi=((i<0)?~0:0),(pv)->lo=(i)) macro
128 #define XSyncIntToValue(pv, i) _XSyncIntToValue(pv, i)
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A Dsync.h258 #define _XSyncIntToValue(pv, i) ((pv)->hi=((i<0)?~0:0),(pv)->lo=(i)) macro
301 #define XSyncIntToValue(pv, i) _XSyncIntToValue(pv, i)

Completed in 47 milliseconds