Searched refs:ffs (Results 1 – 25 of 35) sorted by relevance
12
/toolchain/binutils/binutils-2.27/libiberty/ |
D | ffs.c | 14 ffs (register int valu) in ffs() function
|
D | configure.ac | 342 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])
|
D | Makefile.in | 132 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)
|
D | config.in | 55 /* 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. */
|
D | configure | 5740 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 \
|
D | ChangeLog | 2719 * 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.
|
D | functions.texi | 290 @c ffs.c:3 291 @deftypefn Supplemental int ffs (int @var{valu})
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/ |
D | mips4010.s | 11 ffs $7,$8
|
D | mips4010.d | 15 0+0018 <stuff\+0x18> ffs a3,t0
|
D | set-arch.s | 14 ffs $7,$8
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | sysdep.h | 122 extern int ffs (int);
|
D | config.in | 28 /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
|
D | configure.ac | 217 AC_CHECK_DECLS(ffs)
|
D | elf64-ia64-vms.c | 5094 symbol_align = ffs (h->root.u.def.value) - 1; in elf64_vms_link_add_object_symbols()
|
/toolchain/binutils/binutils-2.27/gas/ |
D | as.h | 109 extern int ffs (int);
|
D | config.in | 220 /* Define if ffs is not declared in system header files. */
|
D | dwarf2dbg.c | 2590 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()
|
D | configure.ac | 885 GAS_CHECK_DECL_NEEDED(ffs, f, int (*f)(int), $gas_test_headers)
|
D | dw2gencfi.c | 2418 int alignment = ffs (DWARF2_ADDR_SIZE (stdoutput)) - 1; in cfi_finish()
|
/toolchain/binutils/binutils-2.27/include/ |
D | libiberty.h | 195 extern int ffs(int);
|
D | ChangeLog-0415 | 1847 * libiberty.h (ffs): Declare, if necessary.
|
/toolchain/binutils/binutils-2.27/gold/ |
D | config.in | 52 /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
|
D | configure.ac | 557 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/ |
D | tc-alpha.c | 4096 i = ffs (i) - 1; in alpha_elf_md_end() 4109 i = ffs (i) - 1; in alpha_elf_md_end()
|
D | tc-arm.c | 8755 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