Searched defs:SIZEOF (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXmd.h94 # define SIZEOF(x) _SIZEOF(x) macro
176 # define NEXTPTR(p,t) (((char *) p) + SIZEOF(t))
/vbox/src/VBox/Additions/x11/x11include/4.3/include/X11/
H A DXmd.h100 #define SIZEOF(x) _SIZEOF(x) macro
102 #define SIZEOF(x) sz_/**/x macro
196 #define NEXTPTR(p,t) (((char *) p) + SIZEOF(t))
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A Dxtrapdi.h68 #ifndef SIZEOF
70 # define SIZEOF(x) sz_##x macro
72 # define SIZEOF(x) sz_/**/x macro
92 #define XETrapMaxRequest (((SIZEOF(CARD32)+((256L-1L) / \
93 (BitsInByte*SIZEOF(CARD8))))/SIZEOF(CARD32))*SIZEOF(CARD32))
110 #define XETrapMaxEvent (((SIZEOF(CARD32)+((XETrapCoreEvents-1L) / \
111 (BitsInByte*SIZEOF(CARD8))))/SIZEOF(CARD3
[all...]

Completed in 60 milliseconds