Searched defs:NextSomeBits (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dcfb8bit.h46 #define NextSomeBits(x,n) ((x) <<= (n)) macro
50 #define NextSomeBits(x,n) ((x) >>= (n)) macro
144 NextSomeBits (inputBits, nextPartBits); \
159 NextSomeBits (inputBits, nextPartBits); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dcfb8bit.h46 #define NextSomeBits(x,n) ((x) <<= (n)) macro
50 #define NextSomeBits(x,n) ((x) >>= (n)) macro
144 NextSomeBits (inputBits, nextPartBits); \
159 NextSomeBits (inputBits, nextPartBits); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dcfb8bit.h46 #define NextSomeBits(x,n) ((x) <<= (n)) macro
50 #define NextSomeBits(x,n) ((x) >>= (n)) macro
144 NextSomeBits (inputBits, nextPartBits); \
159 NextSomeBits (inputBits, nextPartBits); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dcfb8bit.h48 #define NextSomeBits(x,n) ((x) <<= (n)) macro
52 #define NextSomeBits(x,n) ((x) >>= (n)) macro
146 NextSomeBits (inputBits, nextPartBits); \
161 NextSomeBits (inputBits, nextPartBits); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dcfb8bit.h48 #define NextSomeBits(x,n) ((x) <<= (n)) macro
52 #define NextSomeBits(x,n) ((x) >>= (n)) macro
146 NextSomeBits (inputBits, nextPartBits); \
161 NextSomeBits (inputBits, nextPartBits); \

Completed in 46 milliseconds