Searched defs:BIT_TO_BYTE (Results 1 – 2 of 2) sorted by relevance
32 const int BIT_TO_BYTE = 8; variable
24 #define BIT_TO_BYTE(x) (((x) + 0x7) >> 3) macro