Searched refs:lowbit (Results 1 – 1 of 1) sorted by relevance
135 #define GRAB_BITS(buf, byte, lowbit, bits) \ argument137 BUILD_BUG_ON(lowbit > 7); \141 (buf[byte] >> (lowbit)) & ((1 << (bits)) - 1); \