Home
last modified time | relevance | path

Searched defs:ffs (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/include/msvc_compat/
H A Dstrings.h18 static __forceinline int ffs(int x) { in ffs() function
55 # define ffs(x) __builtin_ffs(x) macro
/f-stack/freebsd/libkern/
H A Dffs.c41 ffs(int mask) in ffs() function
/f-stack/freebsd/contrib/ck/include/
H A Dck_cc.h122 CK_F_CC_FFS_G(ffs, unsigned int) in CK_F_CC_FFS_G() argument
/f-stack/freebsd/arm64/include/
H A Dcpufunc.h44 ffs(int mask) in ffs() function
/f-stack/freebsd/arm/include/
H A Dcpufunc.h190 ffs(int mask) in ffs() function
/f-stack/freebsd/mips/nlm/dev/net/ucore/
H A Ducore.h149 nlm_ucore_pkt_done(int l3cachelines, int fsv, int ffs, int prepad_en, in nlm_ucore_pkt_done()
/f-stack/freebsd/i386/include/
H A Dcpufunc.h201 ffs(int mask) in ffs() function
/f-stack/freebsd/amd64/include/
H A Dcpufunc.h135 #define ffs(x) __builtin_ffs(x) macro