Searched defs:BIT (Results 1 – 14 of 14) sorted by relevance
7 #define BIT(nr) (UL(1) << (nr)) macro
7 #define BIT(nr) (1 << (nr)) macro
24 #define BIT(nr) (1 << (nr)) macro
26 #define BIT(nr) (1 << (nr)) macro
13 #define BIT(x) (1UL << (x)) macro
21 #define BIT(nr) (1 << (nr)) macro
668 #define BIT(x) (1 << (x)) macro
17 #define BIT(n) (1 << (n)) macro
505 #define BIT(N) (1UL << (N)) macro
69 #define BIT(n) (1UL << (n)) macro
33 #define BIT(x) (1 << (x)) macro
98 #define BIT(name) (1ULL << KPF_##name) macro
23 def BIT(x): function