Searched defs:GET_BIT (Results 1 – 3 of 3) sorted by relevance
71 #define GET_BIT(lll,uuu) \ macro
64 #define GET_BIT( _bits, _val ) GET_FLAGS ( _bits, (0x1ULL << _val) ) macro
32 #define GET_BIT(p, i) GET_BIT2(p, i, ; , ;) macro