Searched refs:newa (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/sys/arch/sh3/sh3/
H A Dmmu_sh3.c129 uint32_t newa, newd; local
161 newa = match | SH3_MMU_D_VALID;
194 _reg_write_4(SH3_MMUAA | a, newa);
/netbsd-current/external/bsd/unbound/dist/util/storage/
H A Dlruhash.c118 bin_split(struct lruhash* table, struct lruhash_bin* newa, argument
137 lock_quick_lock(&newa[i].lock);
138 lock_quick_lock(&newa[newbit|i].lock);
142 newbin = &newa[p->hash & newmask];
147 lock_quick_unlock(&newa[i].lock);
148 lock_quick_unlock(&newa[newbit|i].lock);
238 struct lruhash_bin* newa; local
246 newa = calloc(table->size*2, sizeof(struct lruhash_bin));
247 if(!newa) {
252 bin_init(newa, tabl
[all...]
H A Dlruhash.h384 * @param newa: new increased array.
387 void bin_split(struct lruhash* table, struct lruhash_bin* newa,
/netbsd-current/external/bsd/unbound/dist/util/
H A Dalloc.c586 void* real, *newa; local
615 newa = unbound_stat_malloc_lite(size, file, line, func);
616 if(!newa)
619 memmove(newa, ptr, orig);
620 else memmove(newa, ptr, size);
623 return newa;
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-warn.cc3454 attr_access *newa = new_idx.get (parmpos); local
3456 if (!newa)
3465 newa = &ptr_spec;
3466 newa->ptr = newp;
3467 newa->ptrarg = parmpos;
3478 const bool new_vla_p = newa->size || newa->minsize == HOST_WIDE_INT_M1U;
3490 const std::string newparmstr = newa->array_as_string (newptype);
3506 if (newa == &ptr_spec)
3552 if (newa
[all...]
H A Dc-attribs.cc4650 const attr_access* const newa = &newaxsref.second; local
4655 if (newa->mode != access_deferred)
4656 str = newa->to_external_string ();
4671 if (newa->mode != cura->mode
4672 && newa->mode != access_deferred
4674 && newa->internal_p == cura->internal_p)
4692 const bool new_vla_ub = (newa->internal_p
4693 && newa->sizarg == UINT_MAX
4694 && newa->minsize == HOST_WIDE_INT_M1U);
4696 if (newa
[all...]
/netbsd-current/usr.bin/config/
H A Dsem.c191 struct attr *a, *newa; local
196 newa = refattr(name);
197 a->a_deps = attrlist_cons(a->a_deps, newa);
198 CFGDBG(3, "attr `%s' merged to attr `%s'", newa->a_name,
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c2308 bool newa = lookup_attribute ("gnu_inline",
2312 if (newa != olda)
2316 newa ? newdecl : olddecl);
2317 error_at (DECL_SOURCE_LOCATION (newa ? olddecl : newdecl),
2295 bool newa = lookup_attribute ("gnu_inline", local
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc2331 bool newa = lookup_attribute ("gnu_inline",
2335 if (newa != olda)
2339 newa ? newdecl : olddecl);
2340 error_at (DECL_SOURCE_LOCATION (newa ? olddecl : newdecl),
2318 bool newa = lookup_attribute ("gnu_inline", local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c2980 bool newa = GNU_INLINE_P (newdecl);
2982 if (olda != newa)
2984 if (newa)
3034 bool newa = GNU_INLINE_P (nt);
3036 if (olda != newa)
3038 if (newa)
2974 bool newa = GNU_INLINE_P (newdecl); local
3028 bool newa = GNU_INLINE_P (nt); local
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc3173 bool newa = GNU_INLINE_P (newdecl);
3175 if (olda != newa)
3177 if (newa)
3231 bool newa = GNU_INLINE_P (nt);
3233 if (olda != newa)
3235 if (newa)
3167 bool newa = GNU_INLINE_P (newdecl); local
3225 bool newa = GNU_INLINE_P (nt); local

Completed in 269 milliseconds