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

/illumos-gate/usr/src/lib/libbc/libc/gen/common/sparc/
H A Dffs.s31 .file "ffs.s"
35 ENTRY(ffs) function
47 SET_SIZE(ffs)
/illumos-gate/usr/src/common/util/
H A Dffs.c30 * Common implementation of ffs for kernel, mdb, and libc. Note that mdb
31 * renames ffs into mdb_ffs to avoid user-space clashes with the signature of
32 * ffs(3C).
35 #if defined(_KERNEL) || defined(ffs)
44 ffs(arg_t bits) function
/illumos-gate/usr/src/boot/lib/libc/string/
H A Dffs.c31 static char sccsid[] = "@(#)ffs.c 8.1 (Berkeley) 6/4/93";
42 ffs(int mask) function
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dffs.c68 ffs(int bits) function
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dcpufunc.h166 ffs(int mask) function
169 * Note that gcc-2's builtin ffs would be used if we didn't declare
182 return (ffs((int)mask));
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dcpufunc.h154 #define ffs(x) __builtin_ffs(x) macro

Completed in 53 milliseconds