Searched refs:old (Results 26 - 50 of 360) sorted by relevance

1234567891011>>

/haiku-buildtools/binutils/ld/testsuite/ld-spu/
H A Dear.s6 #test old-style toe _EAR_ syms
/haiku-buildtools/legacy/binutils/intl/
H A Dtextdomain.c71 char *old; local
77 old = (char *) _nl_current_default_domain;
99 if (old != _nl_default_default_domain)
100 free (old);
/haiku-buildtools/legacy/gcc/gcc/intl/
H A Dtextdomain.c71 char *old; local
77 old = (char *) _nl_current_default_domain;
99 if (old != _nl_default_default_domain)
100 free (old);
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.c/
H A Dloop-2.c63 int old; local
65 old = __sync_lock_test_and_set (&data[i][0], thr);
66 assert (old == -1);
67 old = __sync_lock_test_and_set (&data[i][1], iter);
68 assert (old == -1);
H A Dsections-1.c30 int old; local
32 old = __sync_lock_test_and_set (data+i-1, val);
33 assert (old == -1);
/haiku-buildtools/gcc/gcc/fortran/
H A Dbbt.c165 /* Delete an element from a tree. The 'old' value does not
171 delete_treap (gfc_bbt *old, gfc_bbt *t, compare_fn compare) argument
178 c = (*compare) (old, t);
181 t->left = delete_treap (old, t->left, compare);
183 t->right = delete_treap (old, t->right, compare);
192 gfc_delete_bbt (void *root, void *old, compare_fn compare) argument
197 *t = delete_treap ((gfc_bbt *) old, *t, compare);
/haiku-buildtools/binutils/ld/testsuite/ld-powerpc/
H A Dtlsopt2_32.s2 # this section should not be optimised since we have old-style
H A Dtlsopt1.s2 # this section should not be optimised since we have old-style
H A Dtlsopt1_32.s2 # this section should not be optimised since we have old-style
H A Dtlsopt2.s2 # this section should not be optimised since we have old-style
/haiku-buildtools/legacy/gcc/gcc/
H A Dcpphash.h48 #define HASHSTEP(old, c) ((old << 2) + c)
H A Dgencodes.c71 xrealloc (old, size)
72 PTR old;
76 if (old)
77 ptr = (PTR) realloc (old, size);
H A Dgenrecog.c806 struct decision *old;
825 for (old = oldh.last; old; old = old->prev)
832 if (old->tests == 0 && old->test_elt_zero_int == 0
833 && old->test_elt_one_int == 0 && old->veclen == 0
834 && old
800 struct decision *old; local
[all...]
/haiku-buildtools/legacy/gcc/texinfo/info/
H A Ddisplay.c432 register int i, old, new; /* Indices into the line starts arrays. */ local
438 /* Locate the first line which was displayed on the old window. */
452 for (old = old_first, new = new_first;
453 old < last_old && new < last_new;
454 old++, new++)
455 if (old_starts[old] != window->line_starts[new])
460 /* Loop through the old lines looking for a match in the new lines. */
461 for (old = old_first + unchanged_at_top; old < last_old; old
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Drs6000-core.c54 system include files. Punt the old one and get us a new name for the
109 /* Union of old and new core dump structures. */
117 struct core_dump old; /* old AIX 4.2- core dump, still used on member in union:__anon2422
121 /* Union of old and new vm_info structures. */
130 struct vm_info old; member in union:__anon2423
134 /* Return whether CoreHdr C is in new or old format. */
137 # define CORE_NEW(c) (!(c).old.c_entries)
242 /* Magic end-of-stack addresses for old core dumps. This is _very_ fragile,
251 /* Size of the leading portion that old an
[all...]
/haiku-buildtools/binutils/bfd/
H A Drs6000-core.c49 system include files. Punt the old one and get us a new name for the
103 /* Union of old and new core dump structures. */
112 #ifndef BFD64 /* Use old only if gdb is 32-bit. */
113 struct core_dump old; /* Old AIX 4.2- core dump, still used on member in union:__anon175
118 /* Union of old and new vm_info structures. */
129 struct vm_info old; member in union:__anon176
134 /* Return whether CoreHdr C is in new or old format. */
138 # define CORE_NEW(c) (!(c).old.c_entries)
259 /* Magic end-of-stack addresses for old core dumps. This is _very_ fragile,
268 /* Size of the leading portion that old an
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/ieee/
H A Drounding_1.f9096 type(ieee_round_type) :: old local in function:divide_float
98 call ieee_get_rounding_mode (old)
103 call ieee_set_rounding_mode (old)
110 type(ieee_round_type) :: old local in function:divide_double
112 call ieee_get_rounding_mode (old)
117 call ieee_set_rounding_mode (old)
/haiku-buildtools/binutils/gas/testsuite/gas/cris/
H A Dccr.s10 setf deixnzvc ; old names
11 clearf deixnzvc ; old names
14 setf dxnc ; old names
15 clearf dxnc ; old names
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/cris/
H A Dccr.s10 setf deixnzvc ; old names
11 clearf deixnzvc ; old names
14 setf dxnc ; old names
15 clearf dxnc ; old names
/haiku-buildtools/binutils/gas/testsuite/gas/s390/
H A Desa-z9-109.s12 # make sure the old version still works for esa
/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A Dcompatibility-thread-c++0x.cc37 #define _GLIBCXX_ASM_SYMVER(cur, old, version) \
38 asm (".symver " #cur "," #old "@@@" #version);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/xstormy16/
H A Dxstormy16.exp32 set old-dg-do-what-default "${dg-do-what-default}"
57 set dg-do-what-default "${old-dg-do-what-default}"
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/exchange/
H A D1.cc53 auto old = std::exchange(x, {}); local
55 VERIFY( old.value == 1 );
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp1y/
H A Dlambda-generic-udt.C11 S (S&& old) { old.shadow = true; i += 2; } argument
/haiku-buildtools/gcc/libatomic/config/arm/
H A Dexch_n.c62 " uxth"LO" %[old],%[t2]\n" /* return old value */
63 " uxth"HI" %[old],%[t2], ror #16\n"
68 : [old] "=&r"(oldval), [t1] "=&r"(t1), [t2] "=&r"(t2),
97 "0: ldrex %[old],[%[wptr]]\n"
98 " sel %[t1],%[new],%[old]\n" /* merge newval */
102 : [old] "=&r"(woldval), [t1] "=&r"(t1), [t2] "=&r"(t2)

Completed in 171 milliseconds

1234567891011>>