Searched refs:old (Results 226 - 250 of 360) sorted by relevance

1234567891011>>

/haiku-buildtools/legacy/gcc/gcc/
H A Demit-rtl.c3921 int old = no_line_numbers;
3924 if (old)
3926 return old;
3895 int old = no_line_numbers; local
H A Dgenattrtab.c2714 side will be the old right side and its right side will be the new
3529 struct obstack *old = rtl_obstack;
3549 rtl_obstack = old;
5890 xrealloc (old, size)
5891 PTR old;
5895 if (old)
5896 ptr = (PTR) realloc (old, size);
3504 struct obstack *old = rtl_obstack; local
H A Dcccp.c261 /* Nonzero means try to imitate old fashioned non-ANSI preprocessor. */
569 if this differs between the old and new definitions. */
674 #define HASHSTEP(old, c) ((old << 2) + c)
778 are going to be placed in the table and some old compilers have trouble with
5971 /* Replace the old definition. */
10736 xrealloc (old, size)
10737 PTR old;
10741 if (old)
10742 ptr = (PTR) realloc (old, siz
[all...]
H A Dgcc.c1034 /* Handle old-fashioned options--just copy them through,
1284 /* Free the old spec */
2763 /* Convert new-style -- options to old-style. */
5344 xrealloc (old, size)
5345 PTR old;
5349 if (old)
5350 ptr = (PTR) realloc (old, size);
/haiku-buildtools/legacy/gcc/texinfo/info/
H A Dsession.c605 move_to_new_line (old, new, window)
606 int old, new;
609 if (old == -1)
1371 /* Try to scroll the old window into its new postion. */
/haiku-buildtools/isl/
H A Disl_mat.c63 isl_int *old; local
93 old = mat->block.data;
103 mat->row[i] = mat->block.data + (mat->row[i] - old);
/haiku-buildtools/gcc/libcpp/
H A Dlex.c2115 cpp_token *old, *result;
2119 old = pfile->cur_token - 1;
2146 result->src_loc = old->src_loc;
2114 cpp_token *old, *result; local
/haiku-buildtools/gcc/libsanitizer/include/sanitizer/
H A Dlinux_syscall_hooks.h688 #define __sanitizer_syscall_pre_symlink(old, new_) \
689 __sanitizer_syscall_pre_impl_symlink((long)(old), (long)(new_))
690 #define __sanitizer_syscall_post_symlink(res, old, new_) \
691 __sanitizer_syscall_post_impl_symlink(res, (long)(old), (long)(new_))
2385 void __sanitizer_syscall_pre_impl_symlink(long old, long new_);
2386 void __sanitizer_syscall_post_impl_symlink(long res, long old, long new_);
/haiku-buildtools/gcc/gmp/mpn/x86/k6/
H A Dmul_basecase.asm486 C See mpn/x86/README about old gas bugs
H A Dsqr_basecase.asm661 C See mpn/x86/README about old gas bugs
/haiku-buildtools/gcc/gmp/mpn/x86/k7/
H A Dmul_basecase.asm465 C See mpn/x86/README about old gas bugs
/haiku-buildtools/gcc/gmp/mpn/x86/p6/
H A Dmul_basecase.asm470 C See mpn/x86/README about old gas bugs
/haiku-buildtools/legacy/binutils/
H A Dlibtool.m4267 # old mingw systems require "-dll" to link a DLL, while more recent ones
976 dnl old names
/haiku-buildtools/legacy/binutils/opcodes/
H A Darm-dis.c1138 int old = regname_selected;
1140 return old;
1137 int old = regname_selected; local
/haiku-buildtools/gcc/gcc/cp/
H A Dcp-gimplify.c1000 struct cp_genericize_omp_taskreg *old = wtd->omp_ctx; local
1004 wtd->omp_ctx = old;
/haiku-buildtools/legacy/binutils/etc/
H A Dconfigure457 | --oldin | --oldi | --old | --ol | --o)
461 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
644 # There might be people who depend on the old broken behavior: `$host'
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans.h998 gfc_symbol *old; member in struct:gfc_interface_sym_mapping
/haiku-buildtools/gcc/gcc/
H A Dira.c2914 int old = ira_reg_equiv_len;
2923 gcc_assert (old < ira_reg_equiv_len);
2924 memset (ira_reg_equiv + old, 0,
2925 sizeof (struct ira_reg_equiv_s) * (ira_reg_equiv_len - old));
4357 /* The block makes no sense here, but it is what the old
2894 int old = ira_reg_equiv_len; local
/haiku-buildtools/legacy/binutils/ld/
H A Dldlang.c1332 lang_statement_list_type *old; local
1341 old = stat_ptr;
1418 stat_ptr = old;
1550 if (*old->tail == add.head)
1551 old->tail = add.tail;
3199 SEGMENT_START automatically get the old semantics. */
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dpt.c3463 /* New list cell was built because old chain link was in
4382 struct tinst_level *old = current_tinst_level;
4386 lineno = old->line;
4387 input_filename = old->file;
4390 current_tinst_level = old->next;
4391 old->next = free_tinst_level;
4392 free_tinst_level = old;
5461 like the old one, but points to this new template, rather
5462 than the old one. */
5508 template parameters for the old templat
4381 struct tinst_level *old = current_tinst_level; local
[all...]
/haiku-buildtools/autoconf/
H A Dconfigure878 | --oldin | --oldi | --old | --ol | --o)
882 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1062 # There might be people who depend on the old broken behavior: `$host'
1858 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1859 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
/haiku-buildtools/binutils/etc/
H A Dconfigure838 | --oldin | --oldi | --old | --ol | --o)
842 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1049 # There might be people who depend on the old broken behavior: `$host'
/haiku-buildtools/gcc/gmp/mpn/x86/pentium4/sse2/
H A Dsqr_basecase.asm32 C * Address relative slowness for un<=3 for Pentium M. The old code is there
/haiku-buildtools/gcc/gnattools/
H A Dconfigure869 | --oldin | --oldi | --old | --ol | --o)
873 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1080 # There might be people who depend on the old broken behavior: `$host'
1904 # except with old shells:
1937 # except with old shells:
1970 # except with old shells:
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-m68k.c1155 char *old = input_line_pointer;
1156 *old = '\n';
1161 input_line_pointer = old;
1162 *old = 0;
5417 { "old", 0, 0, 0, 0 },
1154 char *old = input_line_pointer; local

Completed in 438 milliseconds

1234567891011>>