Home
last modified time | relevance | path

Searched refs:ffs (Results 1 – 25 of 35) sorted by relevance

12

/toolchain/binutils/binutils-2.27/libiberty/
Dffs.c14 ffs (register int valu) in ffs() function
Dconfigure.ac342 funcs="$funcs ffs"
404 ffs __fsetlocking \
418 …AC_CHECK_DECLS([basename(char *), ffs, asprintf, vasprintf, snprintf, vsnprintf, strtol, strtoul, …
480 AC_LIBOBJ([ffs])
499 …asprintf | basename | bcmp | bcopy | bzero | clock | ffs | getpagesize | index | insque | mempcpy …
523 for f in atexit basename bcmp bcopy bsearch bzero calloc clock ffs \
687 AC_CHECK_DECLS([basename(char *), ffs, asprintf, vasprintf, snprintf, vsnprintf])
DMakefile.in132 fdmatch.c ffs.c fibheap.c filename_cmp.c floatformat.c \
207 ./ffs.$(objext) \
739 ./ffs.$(objext): $(srcdir)/ffs.c
741 $(COMPILE.c) $(PICFLAG) $(srcdir)/ffs.c -o pic/$@; \
744 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/ffs.c -o noasan/$@; \
746 $(COMPILE.c) $(srcdir)/ffs.c $(OUTPUT_OPTION)
Dconfig.in55 /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
116 /* Define to 1 if you have the `ffs' function. */
Dconfigure5740 ffs __fsetlocking \
6097 …asprintf | basename | bcmp | bcopy | bzero | clock | ffs | getpagesize | index | insque | mempcpy …
6145 for f in atexit basename bcmp bcopy bsearch bzero calloc clock ffs \
DChangeLog2719 * configure.ac: Do check declarations for basename, ffs, asprintf
2735 * configure.ac: Check declarations for basename, ffs, asprintf,
2966 * ffs.c (ffs): Likewise.
4702 ffs.c, fnmatch.txh, getruntime.c, make-temp-file.c,
4713 fdmatch.c, ffs.c, getruntime.c, insque.c, lbasename.c,
4963 * Makefile.in: Add ffs.c dependency.
4964 * configure.in: Add ffs.c.
4965 * ffs.c: New file.
Dfunctions.texi290 @c ffs.c:3
291 @deftypefn Supplemental int ffs (int @var{valu})
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
Dmips4010.s11 ffs $7,$8
Dmips4010.d15 0+0018 <stuff\+0x18> ffs a3,t0
Dset-arch.s14 ffs $7,$8
/toolchain/binutils/binutils-2.27/bfd/
Dsysdep.h122 extern int ffs (int);
Dconfig.in28 /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
Dconfigure.ac217 AC_CHECK_DECLS(ffs)
Delf64-ia64-vms.c5094 symbol_align = ffs (h->root.u.def.value) - 1; in elf64_vms_link_add_object_symbols()
/toolchain/binutils/binutils-2.27/gas/
Das.h109 extern int ffs (int);
Dconfig.in220 /* Define if ffs is not declared in system header files. */
Ddwarf2dbg.c2590 record_alignment (aranges_seg, ffs (2 * sizeof_address) - 1); in dwarf2_finish()
2599 record_alignment (ranges_seg, ffs (2 * sizeof_address) - 1); in dwarf2_finish()
Dconfigure.ac885 GAS_CHECK_DECL_NEEDED(ffs, f, int (*f)(int), $gas_test_headers)
Ddw2gencfi.c2418 int alignment = ffs (DWARF2_ADDR_SIZE (stdoutput)) - 1; in cfi_finish()
/toolchain/binutils/binutils-2.27/include/
Dlibiberty.h195 extern int ffs(int);
DChangeLog-04151847 * libiberty.h (ffs): Declare, if necessary.
/toolchain/binutils/binutils-2.27/gold/
Dconfig.in52 /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
Dconfigure.ac557 AC_CHECK_DECLS([basename, ffs, asprintf, vasprintf, snprintf, vsnprintf, strverscmp])
597 AC_CHECK_DECLS([basename, ffs, asprintf, vasprintf, snprintf, vsnprintf, strverscmp, strndup, memme…
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-alpha.c4096 i = ffs (i) - 1; in alpha_elf_md_end()
4109 i = ffs (i) - 1; in alpha_elf_md_end()
Dtc-arm.c8755 int i = ffs (range) - 1; in only_one_reg_in_list()
11343 mask = ffs (mask) - 1; in encode_thumb2_ldmstm()
11415 inst.instruction |= (ffs (inst.operands[1].imm)-1); in do_t_ldmstm()
11434 inst.instruction |= ((ffs (inst.operands[1].imm)-1) << 8); in do_t_ldmstm()
14443 return ffs (x) - 4; in neon_logbits()

12