Searched refs:ClearLow3Bits (Results 1 – 2 of 2) sorted by relevance
14 #define ClearLow3Bits(x) ((unsigned)(x) >> 3 << 3) macro