Searched refs:BITS_PER_U64 (Results 1 – 1 of 1) sorted by relevance
124 #define BITS_PER_U64 (sizeof(__u64) * 8) macro127 int num = BITS_PER_U64 - 1; in fls64()132 if (!(x & (~0ull << (BITS_PER_U64-32)))) { in fls64()136 if (!(x & (~0ull << (BITS_PER_U64-16)))) { in fls64()140 if (!(x & (~0ull << (BITS_PER_U64-8)))) { in fls64()144 if (!(x & (~0ull << (BITS_PER_U64-4)))) { in fls64()148 if (!(x & (~0ull << (BITS_PER_U64-2)))) { in fls64()152 if (!(x & (~0ull << (BITS_PER_U64-1)))) in fls64()