Searched refs:oldval (Results 1 - 25 of 46) sorted by path

12

/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dmisc.c293 int oldval; local
295 oldval = Flag(f);
299 if (what != OF_CMDLINE && newval != oldval)
325 if (f == FPRIVILEGED && oldval && !newval) {
/netbsd-6-1-5-RELEASE/
H A Dbuild.sh1486 eval oldval=\"\$${var}\"
1501 if [ -n "$oldval" ] && [ "$oldval" != "$newval" ]; then
1503 "(was \"${oldval}\", now \"${newval}\")"
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/amd/
H A Dinfo_nis.c309 char *oldval = *pval; local
310 *pval = sun_entry2amd(key, oldval);
312 XFREE(oldval);
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c++/detail/
H A Denv_test.cpp59 const std::string& oldval = atf::env::get("PATH"); local
61 ATF_REQUIRE(atf::env::get("PATH") != oldval);
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c/detail/
H A Denv_test.c77 char *oldval; local
80 RE(atf_text_format(&oldval, "%s", atf_env_get("PATH")));
82 ATF_REQUIRE(strcmp(atf_env_get("PATH"), oldval) != 0);
84 free(oldval);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c++/detail/
H A Denv_test.cpp59 const std::string& oldval = atf::env::get("PATH"); local
61 ATF_REQUIRE(atf::env::get("PATH") != oldval);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c/detail/
H A Denv_test.c79 char *oldval; local
82 RE(atf_text_format(&oldval, "%s", atf_env_get("PATH")));
84 ATF_REQUIRE(strcmp(atf_env_get("PATH"), oldval) != 0);
86 free(oldval);
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/overlays/
H A Drwmmap.c896 oldval; local
900 oldval = a_vals[i];
901 rc = ldap_url_parse( oldval.bv_val, &ludp );
905 ber_dupbv( &(*pa_nvals)[i], &oldval );
978 a_vals[i] = oldval;
989 ch_free( oldval.bv_val );
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/
H A Dcmd-set-option.c270 char *oldval, *newval; local
273 oldval = options_get_string(oo, oe->name);
274 xasprintf(&newval, "%s%s", oldval, value);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dcombine.c671 rtx oldval = *into;
673 if (oldval == newval)
681 if (GET_MODE_CLASS (GET_MODE (oldval)) == MODE_INT
684 /* Sanity check that we're replacing oldval with a CONST_INT
687 == trunc_int_for_mode (INTVAL (newval), GET_MODE (oldval)));
693 perform this test on oldval instead, checking whether an
695 gcc_assert (!(GET_CODE (oldval) == SUBREG
696 && CONST_INT_P (SUBREG_REG (oldval))));
697 gcc_assert (!(GET_CODE (oldval) == ZERO_EXTEND
698 && CONST_INT_P (XEXP (oldval,
665 rtx oldval = *into; local
718 int oldval = *into; local
747 enum machine_mode oldval = GET_MODE (*into); local
[all...]
H A Dgengtype.c2215 const char *oldval = d->val;
2227 d->val = newval = xasprintf ("%s[i%d]", oldval, loopcounter);
2229 d->prev_val[3] = oldval;
2232 d->val = oldval;
2247 const char *oldval = d->val;
2277 d->val = newval = xasprintf ("%s[i%d]", oldval, loopcounter);
2282 d->val = oldval;
2294 const char *oldval = d->val;
2317 d->prev_val[2] = oldval;
2391 d->val = newval = xasprintf ("%s%s%s", oldval, do
2208 const char *oldval = d->val; local
2240 const char *oldval = d->val; local
2287 const char *oldval = d->val; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/alpha/
H A Dalpha.c4546 alpha_split_compare_and_swap (rtx retval, rtx mem, rtx oldval, rtx newval,
4561 if (oldval == const0_rtx)
4565 x = gen_rtx_EQ (DImode, x, oldval);
4582 alpha_expand_compare_and_swap_12 (rtx dst, rtx mem, rtx oldval, rtx newval)
4592 oldval = convert_modes (DImode, mode, oldval, 1);
4600 emit_insn (fn5 (wdst, addr, oldval, newval, align));
4607 rtx oldval, rtx newval, rtx align,
4629 if (oldval == const0_rtx)
4633 x = gen_rtx_EQ (DImode, dest, oldval);
4537 alpha_split_compare_and_swap(rtx retval, rtx mem, rtx oldval, rtx newval, rtx scratch) argument
4573 alpha_expand_compare_and_swap_12(rtx dst, rtx mem, rtx oldval, rtx newval) argument
4597 alpha_split_compare_and_swap_12(enum machine_mode mode, rtx dest, rtx addr, rtx oldval, rtx newval, rtx align, rtx scratch, rtx cond) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/arm/
H A Dlinux-atomic.c27 typedef int (__kernel_cmpxchg_t) (int oldval, int newval, int *ptr);
83 unsigned int mask, shift, oldval, newval; \
90 oldval = *wordptr; \
91 newval = ((PFX_OP (((oldval & mask) >> shift) \
93 newval |= oldval & ~mask; \
94 failure = __kernel_cmpxchg (oldval, newval, wordptr); \
100 SUBWORD_SYNC_OP (add, , +, unsigned short, 2, oldval)
101 SUBWORD_SYNC_OP (sub, , -, unsigned short, 2, oldval)
102 SUBWORD_SYNC_OP (or, , |, unsigned short, 2, oldval)
103 SUBWORD_SYNC_OP (and, , &, unsigned short, 2, oldval)
150 __sync_val_compare_and_swap_4(int *ptr, int oldval, int newval) argument
203 __sync_bool_compare_and_swap_4(int *ptr, int oldval, int newval) argument
231 int failure, oldval; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.c6818 rtx result, rtx mem, rtx oldval, rtx newval)
6861 if (oldval != const0_rtx)
6863 oldval = convert_modes (SImode, mode, oldval, true);
6864 oldval = force_reg (SImode, oldval);
6865 oldval = mips_force_binary (SImode, ASHIFT, oldval, shiftsi);
6880 si_op = generator.fn_6 (res, memsi, mask, inverted_mask, oldval, newval);
6882 si_op = generator.fn_5 (res, memsi, mask, inverted_mask, oldval);
6781 mips_expand_atomic_qihi(union mips_gen_fn_ptrs generator, rtx result, rtx mem, rtx oldval, rtx newval) argument
11518 rtx at, mem, oldval, newval, inclusive_mask, exclusive_mask; local
11612 newval, oldval, insn1_op2, NULL); local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/pa/
H A Dlinux-atomic.c52 __kernel_cmpxchg (int oldval, int newval, int *mem) argument
57 register int lws_old asm("r25") = oldval;
72 if (!lws_errno && lws_ret != oldval)
119 unsigned int mask, shift, oldval, newval; \
126 oldval = *wordptr; \
127 newval = ((PFX_OP ((oldval & mask) >> shift) \
129 newval |= oldval & ~mask; \
130 failure = __kernel_cmpxchg (oldval, newval, wordptr); \
136 SUBWORD_SYNC_OP (add, , +, short, 2, oldval)
137 SUBWORD_SYNC_OP (sub, , -, short, 2, oldval)
186 __sync_val_compare_and_swap_4(int *ptr, int oldval, int newval) argument
239 __sync_bool_compare_and_swap_4(int *ptr, int oldval, int newval) argument
261 int failure, oldval; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.c16612 rs6000_split_compare_and_swap (rtx retval, rtx mem, rtx oldval, rtx newval,
16626 x = gen_rtx_COMPARE (CCmode, retval, oldval);
16665 rs6000_expand_compare_and_swapqhi (rtx dst, rtx mem, rtx oldval, rtx newval)
16681 oldval = convert_modes (SImode, mode, oldval, 1);
16682 oldval = expand_binop (SImode, and_optab,
16683 oldval, GEN_INT (imask), NULL_RTX,
16685 emit_insn (gen_ashlsi3 (oldval, oldval, shift));
16708 oldval, newva
16581 rs6000_split_compare_and_swap(rtx retval, rtx mem, rtx oldval, rtx newval, rtx scratch) argument
16634 rs6000_expand_compare_and_swapqhi(rtx dst, rtx mem, rtx oldval, rtx newval) argument
16686 rs6000_split_compare_and_swapqhi(rtx dest, rtx mask, rtx oldval, rtx newval, rtx mem, rtx scratch) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.c9194 sparc_expand_compare_and_swap_12 (rtx result, rtx mem, rtx oldval, rtx newval)
9241 oldval = gen_lowpart (SImode, oldval);
9243 gen_rtx_ASHIFT (SImode, oldval, off)));
9168 sparc_expand_compare_and_swap_12(rtx result, rtx mem, rtx oldval, rtx newval) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/xtensa/
H A Dxtensa.c1393 rtx oldval = gen_reg_rtx (SImode);
1423 emit_move_insn (oldval, val);
1430 emit_cmp_and_jump_insns (oldval, val, NE, const0_rtx, SImode, true, csloop);
1391 rtx oldval = gen_reg_rtx (SImode); local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.c2204 do_nonmember_using_decl (tree scope, tree name, tree oldval, tree oldtype,
2222 if (oldval && DECL_IMPLICIT_TYPEDEF_P (oldval))
2224 oldtype = oldval;
2225 oldval = NULL_TREE;
2237 if (oldval
2238 && TREE_CODE (oldval) == FUNCTION_DECL
2239 && DECL_ANTICIPATED (oldval)
2240 && !DECL_HIDDEN_FRIEND_P (oldval))
2241 oldval
2201 do_nonmember_using_decl(tree scope, tree name, tree oldval, tree oldtype, tree *newval, tree *newtype) argument
2351 tree oldval, oldtype, newval, newtype; local
3511 tree oldval, oldtype, newval, newtype; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgomp/config/linux/
H A Dmutex.c39 int oldval = __sync_val_compare_and_swap (mutex, 1, 2); local
40 if (oldval != 0)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf32-tic6x.c2161 unsigned long oldval; local
2162 oldval = bfd_get_32 (input_bfd, contents + rel->r_offset);
2164 if ((oldval & 0x7e) == 0x12)
2166 oldval &= 0xF0000001;
2167 bfd_put_32 (input_bfd, oldval | 0x000c0362,
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/gdbserver/
H A Dtracepoint.c1250 #define cmpxchg(mem, oldval, newval) \
1251 __sync_val_compare_and_swap (mem, oldval, newval)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Ddump.exp230 proc test_reload_saved_value { filename msg oldval newval } {
234 if { ![string compare $oldval \
242 proc test_restore_saved_value { restore_args msg oldval newval } {
248 if { ![string compare $oldval \
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/cris/
H A Dtraps.c2999 void *oldval;
3012 SI oldval local
3032 TARGET_UTSNAME, oldval,
3050 (unsigned long) oldval,
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/frv/
H A Dfrv.c479 USI oldval;
487 oldval = GET_H_SPR (spr);
489 newval = (newval & ~mask) | (oldval & mask);
471 USI oldval; local

Completed in 802 milliseconds

12