HomeSort by: relevance | last modified time | path
    Searched refs:BitsInByte (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
xtrapbits.h 45 #define BitsInByte 8L /* The number of bits in a byte */
48 (1L << (((bit) % BitsInByte)))
51 (1L << (((bit) % (BitsInByte * 2L))))
54 (1L << (((bit) % (BitsInByte * 4L))))
57 (((UByteP)(array))[(bit) / BitsInByte])
xtrapdi.h 87 (BitsInByte*SIZEOF(CARD8))))/SIZEOF(CARD32))*SIZEOF(CARD32))
105 (BitsInByte*SIZEOF(CARD8))))/SIZEOF(CARD32))*SIZEOF(CARD32))

Completed in 7 milliseconds