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

1234567891011

/freebsd-11-stable/bin/pax/
H A Doptions.c1287 while ((nxt = ffs(flg)) != 0) {
/freebsd-11-stable/contrib/binutils/bfd/
H A Dconfigure16338 echo "$as_me:$LINENO: checking whether ffs is declared" >&5
16339 echo $ECHO_N "checking whether ffs is declared... $ECHO_C" >&6
16353 #ifndef ffs
16354 char *p = (char *) ffs;
H A Delflink.c4143 symbol_align = ffs (h->root.u.def.value) - 1;
H A Dsysdep.h114 extern int ffs (int);
/freebsd-11-stable/contrib/binutils/gas/
H A Das.h168 extern int ffs (int);
H A Dconfigure13381 echo "$as_me:$LINENO: checking whether declaration is required for ffs" >&5
13382 echo $ECHO_N "checking whether declaration is required for ffs... $ECHO_C" >&6
13399 x = (f) ffs;
H A Ddwarf2dbg.c1447 frag_align (ffs (2 * addr_size) - 1, 0, 0);
1705 record_alignment (aranges_seg, ffs (2 * sizeof_address) - 1);
1714 record_alignment (ranges_seg, ffs (2 * sizeof_address) - 1);
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-alpha.c3813 i = ffs (i) - 1;
3826 i = ffs (i) - 1;
H A Dtc-arm.c9224 mask = ffs(mask) - 1;
11587 return ffs (x) - 4;
H A Dtc-score.c6503 align = ffs (temp) - 1;
/freebsd-11-stable/contrib/binutils/include/
H A Dlibiberty.h177 extern int ffs(int);
/freebsd-11-stable/contrib/binutils/libiberty/
H A DMakefile.in134 fdmatch.c ffs.c fibheap.c filename_cmp.c floatformat.c \
191 ./ffs.o \
641 ./ffs.o: $(srcdir)/ffs.c
643 $(COMPILE.c) $(PICFLAG) $(srcdir)/ffs.c -o pic/$@; \
645 $(COMPILE.c) $(srcdir)/ffs.c $(OUTPUT_OPTION)
H A Dconfigure5017 funcs="$funcs ffs"
5144 sysconf times sbrk gettimeofday ffs snprintf vsnprintf \
5316 echo "$as_me:$LINENO: checking whether ffs is declared" >&5
5317 echo $ECHO_N "checking whether ffs is declared... $ECHO_C" >&6
5331 #ifndef ffs
5332 char *p = (char *) ffs;
5833 "ffs.$ac_objext" | \
5834 *" ffs.$ac_objext" | \
5835 "ffs.$ac_objext "* | \
5836 *" ffs
[all...]
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/bmake/
H A Dsuff.c2627 flag = 1 << (ffs(flags) - 1);
H A Dtarg.c578 tbit = 1 << (ffs(type) - 1);
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.c1628 lowbit = (ffs ((int) i) - 1) & ~1;
/freebsd-11-stable/contrib/gcc/
H A Dggc-zone.c233 #define alloc_ffs(x) ffs(x)
H A Dlibgcc2.h302 #define __ffsSI2 __NW(ffs,2)
307 #define __ffsDI2 __NDW(ffs,2)
H A Dsys-protos.h334 extern int ffs(int);
/freebsd-11-stable/contrib/gcclibs/include/
H A Dlibiberty.h173 extern int ffs(int);
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A DMakefile.in134 fdmatch.c ffs.c fibheap.c floatformat.c fnmatch.c \
191 ./ffs.o \
624 ./ffs.o: $(srcdir)/ffs.c
626 $(COMPILE.c) $(PICFLAG) $(srcdir)/ffs.c -o pic/$@; \
628 $(COMPILE.c) $(srcdir)/ffs.c $(OUTPUT_OPTION)
H A Dconfigure4920 funcs="$funcs ffs"
5047 sysconf times sbrk gettimeofday ffs snprintf vsnprintf \
5219 echo "$as_me:$LINENO: checking whether ffs is declared" >&5
5220 echo $ECHO_N "checking whether ffs is declared... $ECHO_C" >&6
5234 #ifndef ffs
5235 char *p = (char *) ffs;
5736 "ffs.$ac_objext" | \
5737 *" ffs.$ac_objext" | \
5738 "ffs.$ac_objext "* | \
5739 *" ffs
[all...]
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/hyperv/tools/
H A Dhv_vss_daemon.c17 #include <ufs/ffs/fs.h>

Completed in 570 milliseconds

1234567891011