Searched defs:BIT (Results 1 – 10 of 10) sorted by relevance
20 #define BIT(nr) (1 << (nr)) macro
64 #define BIT(x) (1 << (x)) macro
34 #define BIT(x) (1 << (x)) macro
6 #define BIT(nr) (1UL << (nr)) macro
156 #define SKEIN_T1_BIT(BIT) ((BIT) - 64) /* second word */ argument
107 #define BIT(name) (1ULL << KPF_##name) macro
677 #define BIT(x) (1ul << x) macro
28 #define BIT(x) (1 << (x)) macro
23 #define BIT(x) (1 << (x)) macro
98 #define BIT(_i) (1<<(_i)) macro