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

/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A Dxtrapbits.h45 #define BitsInByte 8L /* The number of bits in a byte */ macro
48 (1L << (((bit) % BitsInByte)))
51 (1L << (((bit) % (BitsInByte * 2L))))
54 (1L << (((bit) % (BitsInByte * 4L))))
57 (((UByteP)(array))[(bit) / BitsInByte])

Completed in 48 milliseconds