Home
last modified time | relevance | path

Searched refs:Q_BITSPERBASEUP (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/sys/
H A Dqmath.h164 #define Q_BITSPERBASEUP(base) (flsll(base) - (__builtin_popcountll(base) == 1)) macro
205 if (_nfbits > Q_BITSPERBASEUP(base)) { \