Home
last modified time | relevance | path

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

/freebsd/sys/i386/include/
H A Drunq.h39 #define RQB_FFS(word) (ffs(word) - 1) macro
/freebsd/sys/arm64/include/
H A Drunq.h41 #define RQB_FFS(word) (ffsl(word) - 1) macro
/freebsd/sys/riscv/include/
H A Drunq.h37 #define RQB_FFS(word) (ffsl(word) - 1) macro
/freebsd/sys/arm/include/
H A Drunq.h39 #define RQB_FFS(word) (ffs(word) - 1) macro
/freebsd/sys/amd64/include/
H A Drunq.h39 #define RQB_FFS(word) (bsfq(word)) macro
/freebsd/sys/powerpc/include/
H A Drunq.h44 #define RQB_FFS(word) (ffsl(word) - 1) macro