Searched defs:__BIT (Results 1 – 3 of 3) sorted by relevance
232 #define __BIT(__n) \ macro
69 #define __BIT(_x) (1 << (_x)) macro
59 #define __BIT(x) ((uintmax_t)1 << (uintmax_t)(x)) macro