Searched defs:GET_BIT (Results 1 – 6 of 6) sorted by relevance
41 #define GET_BIT(n) GetBit(data, (n), size, &bit_pos) macro
70 #define GET_BIT(lll,uuu) \ macro
105 #define GET_BIT(x, pos) ((x) >> (pos)) & 0x1 macro
121 #define GET_BIT(msk, idx) (((msk) >> (idx)) & 0x1) macro
45 #define GET_BIT(y,x) ((y) & (1 << (x))) macro
61 #define GET_BIT(msk, idx) (((msk) >> (idx)) & 0x1) macro