Searched defs:BIT_ULL (Results 1 – 2 of 2) sorted by relevance
29 #define BIT_ULL(x) (1ULL << (x)) macro
40 #define BIT_ULL(x) (1ULL << (x)) macro