Searched refs:bit_no (Results 1 – 1 of 1) sorted by relevance
33 #define GET_BIT(var, bit_no) ((var >> bit_no) & 1) argument