Searched refs:scan (Results 76 - 100 of 106) sorted by relevance

12345

/haiku-buildtools/legacy/gcc/libio/
H A Dstreambuf.h404 int scan(char const *fmt0 ...);
/haiku-buildtools/binutils/gas/
H A Dread.c4736 unsigned int scan;
4751 for (scan = 0; scan < nbytes; scan++)
4766 while (scan < nbytes)
4769 scan++;
4729 unsigned int scan; local
/haiku-buildtools/binutils/gas/testsuite/gas/frv/
H A Dallinsn.s66 .global scan
67 scan: label
68 scan sp,sp,sp
H A Dallinsn.d54 0000003c <scan>:
55 3c: 82 2c 10 01 scan sp,sp,sp
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/frv/
H A Dallinsn.s66 .global scan
67 scan: label
68 scan sp,sp,sp
H A Dallinsn.d54 0000003c <scan>:
55 3c: 82 2c 10 01 scan sp,sp,sp
/haiku-buildtools/binutils/bfd/
H A Darchive.c500 int scan;
519 scan = sscanf (hdr.ar_size, "%" BFD_VMA_FMT "u", &parsed_size);
521 if (scan != 1)
497 int scan; local
H A Delf.c2239 regular section. We need to scan all the headers to be sure,
2296 them. We scan through the section headers; if we find only
2305 unsigned int scan;
2309 for (scan = 1; scan < num_sec; scan++)
2311 if (elf_elfsections (abfd)[scan]->sh_type == SHT_SYMTAB
2312 || elf_elfsections (abfd)[scan]->sh_type == SHT_DYNSYM)
2319 found = scan;
6534 of the input BFD. For this first scan w
2303 unsigned int scan; local
[all...]
H A Dbfd-in2.h2401 bfd_boolean (*scan) (const struct bfd_arch_info *, const char *);
2395 bfd_boolean (*scan) (const struct bfd_arch_info *, const char *); member in struct:bfd_arch_info
/haiku-buildtools/gcc/gcc/config/arm/
H A Darm.c2742 command line options we scan the array again looking
16205 We fix this by performing a scan after scheduling, which notices
16748 dump_minipool (rtx_insn *scan)
16765 INSN_UID (scan), (unsigned long) minipool_barrier->address, align64 ? 8 : 4);
16767 scan = emit_label_after (gen_label_rtx (), scan);
16768 scan = emit_insn_after (align64 ? gen_align_8 () : gen_align_4 (), scan);
16769 scan = emit_label_after (minipool_vector_label, scan);
16732 dump_minipool(rtx_insn *scan) argument
[all...]
H A Dneon.ml392 let rec scan opno =
398 | _ -> scan (opno-1)
400 scan ((Array.length operands) - 1)
/haiku-buildtools/legacy/binutils/bfd/
H A Delf.c1975 regular section. We need to scan all the headers to be sure,
2029 them. We scan through the section headers; if we find only
2035 unsigned int scan;
2039 for (scan = 1; scan < num_sec; scan++)
2041 if (elf_elfsections (abfd)[scan]->sh_type == SHT_SYMTAB
2042 || elf_elfsections (abfd)[scan]->sh_type == SHT_DYNSYM)
2049 found = scan;
5234 of the input BFD. For this first scan w
2030 unsigned int scan; local
[all...]
H A Dbfd-in2.h2008 bfd_boolean (*scan) (const struct bfd_arch_info *, const char *);
2001 bfd_boolean (*scan) (const struct bfd_arch_info *, const char *); member in struct:bfd_arch_info
/haiku-buildtools/legacy/gcc/texinfo/makeinfo/
H A Dmakeinfo.c6915 char *result, *scan, *scan_result;
6919 scan = start;
6921 while (scan < end)
6922 *scan_result++ = *scan++;
7124 char **scan = (*arg_pointer);
7125 char *arg = (*scan++);
7128 arg = *scan++;
7131 scan -= 1;
7133 *arg_pointer = scan;
6899 char *result, *scan, *scan_result; local
7108 char **scan = (*arg_pointer); local
/haiku-buildtools/libtool/libltdl/
H A Dltmain.sh628 # in scan sets, so we specify it separately.
661 # in scan sets, and some SunOS ksh mistreat backslash-escaping
662 # in scan sets (worked around with variable expansion),
663 # and furthermore cannot handle '|' '&' '(' ')' in scan sets
1981 passes="conv scan dlopen dlpreopen link"
1988 test "$linkmode,$pass" = "prog,scan"; then
2098 if test "$pass" = scan; then
2231 test "$linkmode,$pass" = "prog,scan" ||
2363 deplibs="$lib $deplibs" # used for prog,scan pass
/haiku-buildtools/libtool/
H A Dltmain.sh628 # in scan sets, so we specify it separately.
661 # in scan sets, and some SunOS ksh mistreat backslash-escaping
662 # in scan sets (worked around with variable expansion),
663 # and furthermore cannot handle '|' '&' '(' ')' in scan sets
1981 passes="conv scan dlopen dlpreopen link"
1988 test "$linkmode,$pass" = "prog,scan"; then
2098 if test "$pass" = scan; then
2231 test "$linkmode,$pass" = "prog,scan" ||
2363 deplibs="$lib $deplibs" # used for prog,scan pass
/haiku-buildtools/gcc/gcc/config/mips/
H A Dmips.c3025 rtx_insn *scan;
3031 scan = get_insns ();
3032 while (NEXT_INSN (scan) && !INSN_P (NEXT_INSN (scan)))
3033 scan = NEXT_INSN (scan);
3036 rtx_insn *insn = emit_insn_after (set, scan);
3008 rtx_insn *scan; local
/haiku-buildtools/isl/
H A Dltmain.sh1017 # in scan sets, so we specify it separately.
1056 # in scan sets, so we specify it separately.
7367 passes="conv scan dlopen dlpreopen link"
7387 test prog,scan = "$linkmode,$pass"; then
7548 if test scan = "$pass"; then
7698 test prog,scan = "$linkmode,$pass" ||
7863 deplibs="$lib $deplibs" # used for prog,scan pass
/haiku-buildtools/legacy/gcc/libio/tests/
H A Dtfformat.c4102 sstr.scan("%lg", &d);
/haiku-buildtools/gcc/gmp/
H A Dgmp-impl.h4066 gmp_doscan_scan_t scan; member in struct:gmp_doscan_funs_t
/haiku-buildtools/gcc/gcc/
H A DMakefile.in1227 df-scan.o \
/haiku-buildtools/binutils/
H A Dltmain.sh573 # in scan sets, so we specify it separately.
600 # in scan sets, so we specify it separately.
5223 passes="conv scan dlopen dlpreopen link"
5243 test "$linkmode,$pass" = "prog,scan"; then
5400 if test "$pass" = scan; then
5547 test "$linkmode,$pass" = "prog,scan" ||
5680 deplibs="$lib $deplibs" # used for prog,scan pass
/haiku-buildtools/gcc/
H A Dltmain.sh573 # in scan sets, so we specify it separately.
600 # in scan sets, so we specify it separately.
5223 passes="conv scan dlopen dlpreopen link"
5243 test "$linkmode,$pass" = "prog,scan"; then
5400 if test "$pass" = scan; then
5547 test "$linkmode,$pass" = "prog,scan" ||
5680 deplibs="$lib $deplibs" # used for prog,scan pass
/haiku-buildtools/libtool/doc/
H A Dtexinfo.tex6657 % is turned into a normal character, we have to scan it back, so
/haiku-buildtools/autoconf/build-aux/
H A Dtexinfo.tex6978 % is turned into a normal character, we have to scan it back, so

Completed in 505 milliseconds

12345