Searched refs:old (Results 51 - 75 of 360) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/libgomp/testsuite/libgomp.c/
H A Dloop-1.c40 int old; local
42 old = __sync_lock_test_and_set (data+i, val);
43 assert (old == -1);
H A Dordered-1.c42 int old; local
44 old = __sync_lock_test_and_set (data+i, val);
45 assert (old == -1);
/haiku-buildtools/binutils/binutils/
H A Ddwarf-mode.el84 (old (point))
90 (push-mark old)
91 (goto-char old)
/haiku-buildtools/gcc/zlib/contrib/minizip/
H A DMakefile21 mv readme.txt readme.old
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dexception.cc60 std::terminate_handler old = __terminate_func; local
63 return old;
69 std::unexpected_handler old = __unexpected_func; local
72 return old;
112 THis is so that old code that dereferences this pointer will find
177 /* No exception table implies the old style mechanism, so don't check. */
/haiku-buildtools/legacy/gcc/gcc/
H A Dgenopinit.c297 xrealloc (old, size)
298 PTR old;
302 if (old)
303 ptr = (PTR) realloc (old, size);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lto/
H A D20091004-1_1.C14 explicit DVector(const Vector& old);
H A D20091004-2_0.C18 explicit DVector(const Vector& old);
/haiku-buildtools/binutils/zlib/contrib/minizip/
H A DMakefile21 mv readme.txt readme.old
/haiku-buildtools/gcc/libstdc++-v3/libsupc++/
H A Dguard.cc148 // The old code supported scenarios 1-3 but was broken since it used a global
151 // dead-lock with the old code.
165 // variables, we need to fall back to the old code.
346 int old = __atomic_exchange_n (gi, 0, __ATOMIC_ACQ_REL); local
348 if ((old & waiting_bit) != 0)
386 int old = __atomic_exchange_n (gi, guard_bit, __ATOMIC_ACQ_REL); local
388 if ((old & waiting_bit) != 0)
/haiku-buildtools/binutils/ld/testsuite/ld-mips-elf/
H A Dattr-gnu-4-4-ph.d11 private flags = 70001200: \[abi=O32\] \[mips32r2\] \[old fp64\] \[not 32bitmode\]
/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A Dcompatibility-atomic-c++0x.cc153 #define _GLIBCXX_ASM_SYMVER(cur, old, version) \
154 asm (".symver " #cur "," #old "@@" #version);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/mips/mips-nonpic/
H A Dmips-nonpic.exp37 set old-dg-do-what-default "${dg-do-what-default}"
53 set dg-do-what-default "${old-dg-do-what-default}"
/haiku-buildtools/gcc/gcc/doc/
H A Dinstall.texi2html50 build.html test.html finalinstall.html binaries.html old.html \
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_bitvector.h33 basic_int_t old = bits_; local
35 return bits_ != old;
40 basic_int_t old = bits_; local
42 return bits_ != old;
56 basic_int_t old = bits_; local
58 return bits_ != old;
63 basic_int_t old = bits_; local
65 return bits_ != old;
70 basic_int_t old = bits_; local
72 return bits_ != old;
[all...]
/haiku-buildtools/gcc/mpc/tests/
H A Dread_data.c597 int old, neu; local
599 old = (counter & 1) != 0;
601 if (old && (neu == 0))
604 old, neu);
607 old = (counter & 2) != 0;
609 if (old && (neu == 0))
612 old, neu);
616 old = (counter & 4) != 0;
618 if (old && (neu == 0))
621 old, ne
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr33133.c28 newpassencrypt (char *old, char *new, char *out) argument
36 for (bx = old + 7; bx > old; bx--)
/haiku-buildtools/gcc/gcc/java/
H A Dmangle_name.c187 int old = -1; local
190 mid != old;
191 old = mid, mid = (last + first) / 2)
/haiku-buildtools/libtool/tests/
H A Dlink-order.test18 prefix_old=$top_dir/old
32 for i in old new; do
63 if $EGREP ' -L.*\/new\/lib -lb -L.*\/old\/lib -lcee' $srcdir/stdout; then :; else
69 for i in old new; do
/haiku-buildtools/binutils/ld/testsuite/ld-mmix/
H A Dsec-9.d9 # linked to an unexpected location, the old test is transformed into a
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-mmix/
H A Dsec-9.d9 # linked to an unexpected location, the old test is transformed into a
/haiku-buildtools/legacy/gcc/gcc/config/rs6000/
H A Dntstack.asm23 lwz 0,0(1) # old stack link
/haiku-buildtools/cloog/osl/autoconf/
H A Dinstall-sh475 old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` &&
480 set X $old && old=:$2:$4:$5:$6 &&
484 test "$old" = "$new" &&
496 # Now remove or move aside any old file at destination location.
/haiku-buildtools/cloog/autoconf/
H A Dinstall-sh475 old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` &&
480 set X $old && old=:$2:$4:$5:$6 &&
484 test "$old" = "$new" &&
496 # Now remove or move aside any old file at destination location.
/haiku-buildtools/gcc/mpc/
H A Dinstall-sh475 old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` &&
480 set X $old && old=:$2:$4:$5:$6 &&
484 test "$old" = "$new" &&
496 # Now remove or move aside any old file at destination location.

Completed in 144 milliseconds

1234567891011>>