Searched defs:BIT (Results 1 – 3 of 3) sorted by relevance
14 #define BIT(x) (1UL << (x)) macro
18 #define BIT(x) (1 << (x)) macro
15 #define BIT(x) (1 << (x)) macro