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

1234567891011

/freebsd-11-stable/contrib/libpcap/lbl/
H A Dos-hpux11.h23 int ffs(int i);
H A Dos-aix4.h23 int ffs(int i);
H A Dos-aix7.h23 int ffs(int i);
/freebsd-11-stable/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-11-stable/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-11-stable/usr.sbin/makefs/ffs/
H A DMakefile.inc1 # $FreeBSD: stable/11/usr.sbin/makefs/ffs/Makefile.inc 330976 2018-03-15 09:04:23Z eadler $
4 .PATH: ${SRCDIR}/ffs ${SRCTOP}/sys/ufs/ffs
6 CFLAGS+= -I${SRCTOP}/sys/ufs/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-11-stable/lib/libc/i386/string/
H A Dffs.S35 * ffs(value)
45 ENTRY(ffs)
54 END(ffs)
H A DMakefile.inc7 ffs.S \
/freebsd-11-stable/sys/arm/include/
H A Drunq.h39 #define RQB_FFS(word) (ffs(word) - 1)
/freebsd-11-stable/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.inc11 ffs.c ffsl.c ffsll.c fls.c flsl.c flsll.c \
36 MAN+= bcmp.3 bcopy.3 bstring.3 bzero.3 ffs.3 index.3 memccpy.3 memchr.3 \
46 MLINKS+=ffs.3 ffsl.3 \
47 ffs.3 ffsll.3 \
48 ffs.3 fls.3 \
49 ffs.3 flsl.3 \
50 ffs.3 flsll.3
/freebsd-11-stable/sys/libkern/
H A Dffs.c39 ffs(int mask) function
/freebsd-11-stable/sys/i386/include/
H A Drunq.h39 #define RQB_FFS(word) (ffs(word) - 1)
/freebsd-11-stable/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)
H A DMakefile.inc7 ffs.S \
/freebsd-11-stable/lib/libc/arm/string/
H A DMakefile.inc6 ffs.S \
H A Dffs.S1 /* $NetBSD: ffs.S,v 1.5 2003/04/05 23:08:52 bjh21 Exp $ */
38 * ffs - find first set bit, this algorithm isolates the first set
46 * This is the ffs algorithm devised by d.seal and posted to comp.sys.arm on
50 ENTRY(ffs)
86 END(ffs)
/freebsd-11-stable/sys/libkern/arm/
H A Dffs.S1 /* $NetBSD: ffs.S,v 1.3 2003/04/05 23:27:15 bjh21 Exp $ */
37 * ffs - find first set bit, this algorithm isolates the first set
45 * This is the ffs algorithm devised by d.seal and posted to comp.sys.arm on
49 ENTRY(ffs)
86 END(ffs)
/freebsd-11-stable/sys/mips/include/
H A Drunq.h48 #define RQB_FFS(word) (ffs(word) - 1)
/freebsd-11-stable/usr.sbin/makefs/
H A Dffs.h1 /* $NetBSD: ffs.h,v 1.2 2004/12/20 20:51:42 jmc Exp $ */
39 * $FreeBSD: stable/11/usr.sbin/makefs/ffs.h 330976 2018-03-15 09:04:23Z eadler $
46 #include <ufs/ffs/fs.h>
H A DMakefile11 SRCS= cd9660.c ffs.c \
20 .include "${SRCDIR}/ffs/Makefile.inc"
33 .PATH: ${SRCTOP}/sys/ufs/ffs
/freebsd-11-stable/include/
H A Dstrings.h50 int ffs(int) __pure2;
/freebsd-11-stable/sys/dev/vt/hw/efifb/
H A Defifb.c127 efifb->fb_mask_red, ffs(efifb->fb_mask_red) - 1,
128 efifb->fb_mask_green, ffs(efifb->fb_mask_green) - 1,
129 efifb->fb_mask_blue, ffs(efifb->fb_mask_blue) - 1);
/freebsd-11-stable/sys/modules/ufs/
H A DMakefile3 .PATH: ${SRCTOP}/sys/ufs/ufs ${SRCTOP}/sys/ufs/ffs

Completed in 137 milliseconds

1234567891011