Home
last modified time | relevance | path

Searched defs:RQB_FFS (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/mips/include/
H A Drunq.h48 #define RQB_FFS(word) (ffsl(word) - 1) macro
50 #define RQB_FFS(word) (ffs(word) - 1) macro
/f-stack/freebsd/arm64/include/
H A Drunq.h39 #define RQB_FFS(word) (ffsl(word) - 1) macro
/f-stack/freebsd/arm/include/
H A Drunq.h41 #define RQB_FFS(word) (ffs(word) - 1) macro
/f-stack/freebsd/i386/include/
H A Drunq.h41 #define RQB_FFS(word) (ffs(word) - 1) macro
/f-stack/freebsd/amd64/include/
H A Drunq.h41 #define RQB_FFS(word) (bsfq(word)) macro