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

1234567891011>>

/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/lbl/
H A Dos-aix4.h25 int ffs(int i);
H A Dos-hpux11.h25 int ffs(int i);
/netbsd-6-1-5-RELEASE/lib/libc/string/
H A DLint_ffs.c12 ffs(int value) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dbuiltin-ffs-1.c4 extern int ffs (int) __asm ("__GI_ffs") __attribute__ ((nothrow, const));
12 return ffs (i);
14 return 32 + ffs (i >> 32);
17 /* { dg-final { scan-assembler-not "\nffs\n|\nffs\[^a-zA-Z0-9_\]|\[^a-zA-Z0-9_\]ffs\n" } } */
/netbsd-6-1-5-RELEASE/lib/libc/arch/vax/string/
H A Dffs.S1 /* $NetBSD: ffs.S,v 1.3 2003/08/07 16:42:32 agc Exp $ */
34 /* .asciz "@(#)ffs.s 8.1 (Berkeley) 6/4/93" */
38 /* bit = ffs(value) */
40 ENTRY(ffs, 0)
41 ffs $0,$32,4(%ap),%r0
47 END(ffs)
/netbsd-6-1-5-RELEASE/lib/libc/arch/hppa/string/
H A DMakefile.inc5 SRCS+= bcmp.S bzero.S ffs.S
/netbsd-6-1-5-RELEASE/lib/libc/arch/powerpc64/string/
H A DMakefile.inc3 SRCS+= bzero.S ffs.S strlen.S
/netbsd-6-1-5-RELEASE/lib/libc/arch/sparc/string/
H A DMakefile.inc3 SRCS+= bzero.S ffs.S memset.S strlen.S
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/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
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/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
/netbsd-6-1-5-RELEASE/common/lib/libc/string/
H A Dffs.c1 /* $NetBSD: ffs.c,v 1.3 2007/11/02 21:05:06 christos Exp $ */
35 static char sccsid[] = "@(#)ffs.c 8.1 (Berkeley) 6/4/93";
37 __RCSID("$NetBSD: ffs.c,v 1.3 2007/11/02 21:05:06 christos Exp $");
50 /* #undef ffs() - might be defined as macro to __builtin_ffs() */
51 #undef ffs macro
54 * ffs -- vax ffs instruction
56 __weak_alias(__ffssi2,ffs)
58 ffs(int mask)
/netbsd-6-1-5-RELEASE/usr.sbin/makefs/ffs/
H A DMakefile.inc4 .PATH: ${.CURDIR}/ffs ${NETBSDSRCDIR}/sys/ufs/ffs
/netbsd-6-1-5-RELEASE/usr.sbin/puffs/rump_ffs/
H A DMakefile6 MOUNTNAME= ffs
/netbsd-6-1-5-RELEASE/sys/ufs/ffs/
H A DMakefile3 INCSDIR= /usr/include/ufs/ffs
/netbsd-6-1-5-RELEASE/sys/ufs/
H A DMakefile3 SUBDIR= ffs lfs mfs ufs ext2fs
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/powerpc/string/
H A Dffs.S1 /* $NetBSD: ffs.S,v 1.4 2006/07/07 07:31:03 ross Exp $ */
36 ENTRY(ffs) function
43 END(ffs)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D960909-1.c2 ffs (x) function
20 y = ffs (x) - 1;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D960909-1.c2 ffs (x) function
20 y = ffs (x) - 1;
/netbsd-6-1-5-RELEASE/lib/libc/arch/alpha/string/
H A DMakefile.inc3 SRCS+= bcopy.S bzero.S ffs.S
/netbsd-6-1-5-RELEASE/lib/libc/arch/sh3/string/
H A DMakefile.inc3 SRCS+= bcopy.S bzero.S ffs.S memset.S
/netbsd-6-1-5-RELEASE/lib/libc/arch/sparc64/string/
H A DMakefile.inc3 SRCS+= ffs.S memcpy.S memset.S strlen.S
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/m68k/string/
H A Dffs.S1 /* $NetBSD: ffs.S,v 1.1 2005/12/20 19:28:49 christos Exp $ */
40 RCSID("from: @(#)ffs.s 5.1 (Berkeley) 5/12/90")
42 RCSID("$NetBSD: ffs.S,v 1.1 2005/12/20 19:28:49 christos Exp $")
46 /* bit = ffs(value) */
48 WEAK_ALIAS(__ffssi2,ffs)
52 ENTRY(ffs) function
64 ENTRY(ffs) function
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/i386/string/
H A Dffs.S9 RCSID("$NetBSD: ffs.S,v 1.9 2003/07/26 19:24:34 salo Exp $")
12 ENTRY(ffs) function

Completed in 291 milliseconds

1234567891011>>