Home
last modified time | relevance | path

Searched defs:lowbit (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/libarchive/libarchive/
H A Darchive_check_magic.c106 unsigned int lowbit; write_all_states() local
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dsysmacros.h137 #define lowbit(x) __ffs(x) macro