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

/vbox/src/VBox/Additions/x11/x11include/xextproto-7.1.1/X11/extensions/
H A Dsyncconst.h97 #define _XSyncValueIsZero(a) ((a).lo==0 && (a).hi==0) macro
136 #define XSyncValueIsZero(a) _XSyncValueIsZero(a)
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A Dsync.h270 #define _XSyncValueIsZero(a) ((a).lo==0 && (a).hi==0) macro
309 #define XSyncValueIsZero(a) _XSyncValueIsZero(a)

Completed in 161 milliseconds