| /netbsd/src/bin/csh/ |
| D | misc.c | 145 Char **newv, **onewv; in saveblk() local 150 newv = xcalloc((size_t)(blklen(v) + 1), sizeof(*newv)); in saveblk() 151 onewv = newv; in saveblk() 153 *newv++ = Strsave(*v++); in saveblk()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
| D | guard.cc | 299 int newv = expected | waiting_bit; in __cxa_guard_acquire() local 300 if (!__atomic_compare_exchange_n(gi, &expected, newv, false, in __cxa_guard_acquire() 316 expected = newv; in __cxa_guard_acquire()
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | merge.c | 178 struct sec_merge_hash_entry **newv; in sec_merge_maybe_resize() local 196 alloc = newnb * sizeof (newv[0]); in sec_merge_maybe_resize() 197 if (alloc / sizeof (newv[0]) != newnb) in sec_merge_maybe_resize() 199 newv = objalloc_alloc ((struct objalloc *) table->table.memory, alloc); in sec_merge_maybe_resize() 200 if (newv == NULL) in sec_merge_maybe_resize() 202 memset (newv, 0, alloc); in sec_merge_maybe_resize() 211 while (newv[idx]) in sec_merge_maybe_resize() 214 newv[idx] = v; in sec_merge_maybe_resize() 219 table->values = newv; in sec_merge_maybe_resize()
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | merge.c | 178 struct sec_merge_hash_entry **newv; in sec_merge_maybe_resize() local 196 alloc = newnb * sizeof (newv[0]); in sec_merge_maybe_resize() 197 if (alloc / sizeof (newv[0]) != newnb) in sec_merge_maybe_resize() 199 newv = objalloc_alloc ((struct objalloc *) table->table.memory, alloc); in sec_merge_maybe_resize() 200 if (newv == NULL) in sec_merge_maybe_resize() 202 memset (newv, 0, alloc); in sec_merge_maybe_resize() 211 while (newv[idx]) in sec_merge_maybe_resize() 214 newv[idx] = v; in sec_merge_maybe_resize() 219 table->values = newv; in sec_merge_maybe_resize()
|
| /netbsd/src/sys/external/bsd/vchiq/dist/interface/compat/ |
| D | vchi_bsd.h | 74 #define atomic_cmpxchg(p, oldv, newv) atomic_cas_uint(p, oldv, newv) argument
|
| /netbsd/src/sys/compat/netbsd32/ |
| D | netbsd32_sysctl.c | 213 newp = SCARG_P32(uap, newv); in netbsd32___sysctl()
|
| D | netbsd32_syscallargs.h | 1093 syscallarg(netbsd32_voidp) newv;
|
| D | netbsd32_systrace_args.c | 1480 uarg[4] = (intptr_t) SCARG(p, newv).i32; /* netbsd32_voidp */ in systrace_args()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | gengtype.cc | 4300 struct pair newv; in write_field_root() local 4307 newv = *v; in write_field_root() 4308 newv.type = field_type; in write_field_root() 4309 newv.name = ACONCAT ((v->name, ".", field_name, NULL)); in write_field_root() 4310 v = &newv; in write_field_root()
|
| D | var-tracking.cc | 3195 set_dv_changed (decl_or_value dv, bool newv) in set_dv_changed() argument 3200 if (newv) in set_dv_changed() 3202 VALUE_CHANGED (dv_as_value (dv)) = newv; in set_dv_changed() 3206 if (newv) in set_dv_changed() 3211 DECL_CHANGED (dv_as_decl (dv)) = newv; in set_dv_changed()
|
| D | ChangeLog-2011 | 4011 * gengtype.c (write_field_root): Avoid out-of-scope access of newv.
|
| /netbsd/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| D | libverify.c | 430 uint8_t *newv; in growbuf() local 434 newv = realloc(obuf->v, newalloc); in growbuf() 435 if (newv == NULL) { in growbuf() 438 obuf->v = newv; in growbuf()
|
| /netbsd/src/sys/kern/ |
| D | kern_sysctl.c | 312 sysctl_lock(SCARG(uap, newv) != NULL); in sys___sysctl() 319 SCARG(uap, newv), SCARG(uap, newlen), in sys___sysctl()
|
| D | systrace_args.c | 1528 uarg[4] = (intptr_t) SCARG(p, newv); /* const void * */ in systrace_args() 2453 uarg[0] = (intptr_t) SCARG(p, newv); /* void * */ in systrace_args()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/xtensa/ |
| D | xtensa.cc | 1516 rtx tmp, cmpv, newv, val; in xtensa_expand_compare_and_swap() local 1539 newv = force_reg (SImode, expand_simple_binop (SImode, IOR, new_rtx, val, in xtensa_expand_compare_and_swap() 1543 emit_insn (gen_sync_compare_and_swapsi (res, ac.memsi, cmpv, newv)); in xtensa_expand_compare_and_swap()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arc/ |
| D | arc.cc | 10554 rtx newv = gen_reg_rtx (SImode); in arc_expand_compare_and_swap_qh() local 10606 emit_insn (gen_rtx_SET (newv, in arc_expand_compare_and_swap_qh() 10612 emit_insn (gen_rtx_SET (newv, in arc_expand_compare_and_swap_qh() 10613 gen_rtx_AND (SImode, newv, mask))); in arc_expand_compare_and_swap_qh() 10627 gen_rtx_IOR (SImode, newv, val))); in arc_expand_compare_and_swap_qh()
|
| /netbsd/src/sys/sys/ |
| D | syscallargs.h | 1317 syscallarg(const void *) newv; 2143 syscallarg(void *) newv;
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/sparc/ |
| D | sparc.cc | 12802 rtx newv = gen_reg_rtx (SImode); in sparc_expand_compare_and_swap_12() local 12843 emit_insn (gen_rtx_SET (newv, gen_rtx_ASHIFT (SImode, newval, off))); in sparc_expand_compare_and_swap_12() 12847 emit_insn (gen_rtx_SET (newv, gen_rtx_AND (SImode, newv, mask))); in sparc_expand_compare_and_swap_12() 12855 emit_insn (gen_rtx_SET (newvalue, gen_rtx_IOR (SImode, newv, val))); in sparc_expand_compare_and_swap_12()
|
| /netbsd/src/sys/rump/librump/rumpkern/ |
| D | rump_syscalls.c | 2440 …l(const int * name, u_int namelen, void * oldv, size_t * oldlenp, const void * newv, size_t newlen) in rump___sysimpl___sysctl() argument 2452 SPARG(&callarg, newv) = newv; in rump___sysimpl___sysctl()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/s390/ |
| D | s390.cc | 7226 rtx cmpv, newv, val, cc, seq0, seq1, seq2, seq3; in s390_expand_cs_hqi() local 7242 newv = s390_two_part_insv (&ac, &seq1, &seq3, mode, val, new_rtx); in s390_expand_cs_hqi() 7268 cc = s390_emit_compare_and_swap (EQ, res, ac.memsi, cmpv, newv, CCZ1mode); in s390_expand_cs_hqi()
|