Searched refs:flsll (Results 1 – 10 of 10) sorted by relevance
40 flsll(long long mask) in flsll() function
93 return (sizeof(x) * NBBY - flsll(x)); in __clzdi2()
91 flsll(long long mask) in flsll() function
237 flsll(long long mask) in flsll() function
163 #define Q_BITSPERBASEDOWN(base) (flsll(base) - 1)164 #define Q_BITSPERBASEUP(base) (flsll(base) - (__builtin_popcountll(base) == 1))565 if (Q_NTBITS(*(q)) < (uint32_t)flsll(Q_ABS(i))) \
151 int flsll(long long);
879 #define flsll(x) (fls((x) >> 32) != 0 ? fls((x) >> 32) + 32 : fls(x)) macro913 sa = flsll(a); in mul64_by_fraction()914 sb = flsll(b); in mul64_by_fraction()928 sa = flsll(a); in mul64_by_fraction()
378 return (flsll(i)); in highbit64()
162 flsll(long long mask) in flsll() function
993 #define tcp_lro_msb_64(x) (1ULL << (flsll(x) - 1))