Home
last modified time | relevance | path

Searched defs:highbit (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dsysmacros.h133 #define highbit(x) __fls(x) macro
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsysmacros.h298 highbit(ulong_t i) in highbit() function
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h393 highbit(unsigned long i) in highbit() function