Searched defs:BIT_OFFSET (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A DvgaVideo.h91 #define BIT_OFFSET( x ) ( ( x ) & 0x7 ) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A DvgaVideo.h89 #define BIT_OFFSET( x ) ( ( x ) & 0x7 ) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A DvgaVideo.h89 #define BIT_OFFSET( x ) ( ( x ) & 0x7 ) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A DvgaVideo.h92 #define BIT_OFFSET( x ) ( ( x ) & 0x7 ) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A DvgaVideo.h92 #define BIT_OFFSET( x ) ( ( x ) & 0x7 ) macro
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dbitops.h76 #define BIT_OFFSET( _ptr, _field ) \ macro
85 ( BIT_OFFSET ( _ptr, _field ) / 64 )
89 ( BIT_OFFSET ( _ptr, _field ) - ( 64 * (_index) ) )

Completed in 1068 milliseconds