Searched refs:BITS_PER_LLONG (Results 1 – 3 of 3) sorted by relevance
22 #define BITS_PER_LLONG 64 macro
14 (((~0ULL) << (l)) & (~0ULL >> (BITS_PER_LLONG - 1 - (h))))
18 #define BITS_PER_LLONG 64 macro
Completed in 4 milliseconds