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

/xsrc/external/mit/xorgproto/dist/include/X11/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])
H A Dxtrapdi.h87 (BitsInByte*SIZEOF(CARD8))))/SIZEOF(CARD32))*SIZEOF(CARD32))
105 (BitsInByte*SIZEOF(CARD8))))/SIZEOF(CARD32))*SIZEOF(CARD32))

Completed in 3 milliseconds