Searched defs:ffs (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dffs.c14 ffs (register int valu) function
/freebsd-12-stable/contrib/binutils/libiberty/
H A Dffs.c14 ffs (register int valu) function
/freebsd-12-stable/lib/libc/string/
H A Dffs.c44 ffs(int mask) function
/freebsd-12-stable/sys/libkern/
H A Dffs.c41 ffs(int mask) function
/freebsd-12-stable/contrib/netbsd-tests/include/sys/
H A Dt_bitops.c46 int ffs; member in struct:__anon6096
/freebsd-12-stable/tools/bus_space/examples/
H A Dam79c900_diag.py153 def ffs(x): function
/freebsd-12-stable/contrib/netbsd-tests/fs/common/
H A Dh_fsmacros.h53 FSPROTOS(ffs); variable
/freebsd-12-stable/sys/mips/nlm/dev/net/ucore/
H A Ducore.h150 nlm_ucore_pkt_done(int l3cachelines, int fsv, int ffs, int prepad_en, argument
/freebsd-12-stable/usr.sbin/makefs/
H A Dmakefs.h187 DECLARE_FUN(ffs); variable
/freebsd-12-stable/sys/i386/include/
H A Dcpufunc.h201 ffs(int mask) function
/freebsd-12-stable/sys/amd64/include/
H A Dcpufunc.h163 #define ffs(x) __builtin_ffs(x) macro
/freebsd-12-stable/stand/kshim/
H A Dbsd_kernel.h133 #undef ffs macro
134 #define ffs(x) __builtin_ffs(x) macro

Completed in 420 milliseconds