Searched refs:Q_BITSPERBASEUP (Results 1 – 2 of 2) sorted by relevance
162 #define Q_BITSPERBASEUP(base) (flsll(base) - (__builtin_popcountll(base) == 1)) macro203 if (_nfbits > Q_BITSPERBASEUP(base)) { \
53 _rembits = Q_BITSPERBASEUP(ub) + Q_LTZ(lb); \