Searched refs:ffs (Results 1 - 25 of 248) sorted by relevance

12345678910

/freebsd-10.0-release/contrib/libpcap/lbl/
H A Dos-aix4.h25 int ffs(int i);
H A Dos-hpux11.h25 int ffs(int i);
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dffs.c0 /* ffs -- Find the first bit set in the parameter
3 @deftypefn Supplemental int ffs (int @var{valu})
14 ffs (register int valu) function
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dffs.c0 /* ffs -- Find the first bit set in the parameter
3 @deftypefn Supplemental int ffs (int @var{valu})
14 ffs (register int valu) function
/freebsd-10.0-release/lib/libc/i386/string/
H A Dffs.S35 * ffs(value)
45 ENTRY(ffs) function
54 END(ffs)
/freebsd-10.0-release/lib/libc/string/
H A Dffs.c31 static char sccsid[] = "@(#)ffs.c 8.1 (Berkeley) 6/4/93";
42 ffs(int mask) function
H A DMakefile.inc9 MISRCS+=bcmp.c bcopy.c bzero.c ffs.c ffsl.c ffsll.c fls.c flsl.c flsll.c \
31 MAN+= bcmp.3 bcopy.3 bstring.3 bzero.3 ffs.3 index.3 memccpy.3 memchr.3 \
38 MLINKS+=ffs.3 ffsl.3 \
39 ffs.3 ffsll.3 \
40 ffs.3 fls.3 \
41 ffs.3 flsl.3 \
42 ffs.3 flsll.3
/freebsd-10.0-release/sys/arm/include/
H A Drunq.h39 #define RQB_FFS(word) (ffs(word) - 1)
/freebsd-10.0-release/sys/i386/include/
H A Drunq.h39 #define RQB_FFS(word) (ffs(word) - 1)
/freebsd-10.0-release/sys/libkern/
H A Dffs.c39 ffs(int mask) function
/freebsd-10.0-release/lib/libc/mips/string/
H A Dffs.S1 /* $NetBSD: ffs.S,v 1.2 2009/12/14 00:39:00 matt Exp $ */
39 ASMSTR("from: @(#)ffs.s 8.1 (Berkeley) 6/4/93")
40 ASMSTR("$NetBSD: ffs.S,v 1.2 2009/12/14 00:39:00 matt Exp $")
47 /* bit = ffs(value) */
49 LEAF(ffs)
59 END(ffs)
/freebsd-10.0-release/sys/mips/include/
H A Drunq.h48 #define RQB_FFS(word) (ffs(word) - 1)
/freebsd-10.0-release/usr.sbin/makefs/
H A Dffs.h1 /* $NetBSD: ffs.h,v 1.1 2004/12/20 20:51:42 jmc Exp $ */
44 #include <ufs/ffs/fs.h>
H A DMakefile7 SRCS= cd9660.c ffs.c \
16 .include "${.CURDIR}/ffs/Makefile.inc"
29 .PATH: ${.CURDIR}/../../sys/ufs/ffs
/freebsd-10.0-release/sys/libkern/arm/
H A Dffs.S1 /* $NetBSD: ffs.S,v 1.3 2003/04/05 23:27:15 bjh21 Exp $ */
36 * ffs - find first set bit, this algorithm isolates the first set
44 * This is the ffs algorithm devised by d.seal and posted to comp.sys.arm on
48 ENTRY(ffs) function
85 END(ffs)
/freebsd-10.0-release/include/
H A Dstrings.h47 int ffs(int) __pure2;
/freebsd-10.0-release/share/man/man7/
H A DMakefile15 ffs.7 \
/freebsd-10.0-release/usr.sbin/makefs/ffs/
H A Dufs_bmap.c53 #include <ufs/ffs/fs.h>
55 #include "ffs/ufs_bswap.h"
56 #include "ffs/ufs_inode.h"
57 #include "ffs/ffs_extern.h"
77 lognindir = ffs(NINDIR(ip->i_fs)) - 1;
/freebsd-10.0-release/lib/libc/arm/string/
H A Dffs.S1 /* $NetBSD: ffs.S,v 1.5 2003/04/05 23:08:52 bjh21 Exp $ */
36 * ffs - find first set bit, this algorithm isolates the first set
44 * This is the ffs algorithm devised by d.seal and posted to comp.sys.arm on
48 ENTRY(ffs) function
/freebsd-10.0-release/lib/libufs/
H A DMakefile20 .PATH: ${.CURDIR}/../../sys/ufs/ffs
/freebsd-10.0-release/sbin/fsck_ffs/
H A DMakefile16 .PATH: ${.CURDIR}/../../sys/ufs/ffs ${.CURDIR}/../mount
/freebsd-10.0-release/sbin/fsdb/
H A DMakefile14 .PATH: ${.CURDIR}/../fsck_ffs ${.CURDIR}/../../sys/ufs/ffs
/freebsd-10.0-release/sbin/geom/class/journal/
H A Dgeom_journal_ufs.c35 #include <ufs/ffs/fs.h>
/freebsd-10.0-release/sys/ia64/include/
H A Dcpufunc.h55 #define ffs(x) __builtin_ffs(x) macro
/freebsd-10.0-release/sys/modules/ufs/
H A DMakefile3 .PATH: ${.CURDIR}/../../ufs/ufs ${.CURDIR}/../../ufs/ffs

Completed in 138 milliseconds

12345678910