Searched defs:__BIT (Results 1 – 5 of 5) sorted by relevance
69 #define __BIT(__n) (((__n) == 32) ? 0 : ((uint32_t)1 << (__n))) macro
76 #define __BIT(__n) \ macro
65 #define __BIT(_x) (1 << (_x)) macro
58 #define __BIT(x) ((uintmax_t)1 << (uintmax_t)(x)) macro
64 #define __BIT(__n) \ macro