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

/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A Dxtrapbits.h47 #define BitInByte(bit) /* Returns the bit mask of a byte */ \ macro
60 (ByteInArray(array,bit) & BitInByte(bit))
66 (ByteInArray(array,bit) |= BitInByte(bit))
69 (ByteInArray(array,bit) &= ~BitInByte(bit))
72 (ByteInArray(array,bit) ^= BitInByte(bit))

Completed in 966 milliseconds