Searched defs:_BIT (Results 1 – 3 of 3) sorted by relevance
24 #define _BIT(x) (1<<(x)) macro
21 #define DEF_FEAT(_FEAT, _NAME, _TYPE, _BIT, _DESC) \ argument
14 #define _BIT(n) _SBF(n, 1) macro