HomeSort by: relevance | last modified time | path
    Searched defs:newa (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/arch/sh3/sh3/
mmu_sh3.c 129 uint32_t newa, newd; local
161 newa = match | SH3_MMU_D_VALID;
194 _reg_write_4(SH3_MMUAA | a, newa);
  /src/external/bsd/unbound/dist/util/storage/
lruhash.c 118 bin_split(struct lruhash* table, struct lruhash_bin* newa,
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, table->size*2)
    [all...]
  /src/external/bsd/unbound/dist/util/
alloc.c 616 void* real, *newa; local
645 newa = unbound_stat_malloc_lite(size, file, line, func);
646 if(!newa)
649 memmove(newa, ptr, orig);
650 else memmove(newa, ptr, size);
653 return newa;
  /src/usr.bin/config/
sem.c 191 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,
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-warn.cc 3496 attr_access *newa = new_idx.get (parmpos); local
3498 if (!newa)
3507 newa = &ptr_spec;
3508 newa->ptr = newp;
3509 newa->ptrarg = parmpos;
3520 const bool new_vla_p = newa->size || newa->minsize == HOST_WIDE_INT_M1U;
3532 const std::string newparmstr = newa->array_as_string (newptype);
3548 if (newa == &ptr_spec)
3594 if (newa->size && cura->siz
    [all...]
c-attribs.cc 5000 const attr_access* const newa = new_idxs.get (argpos); local
5002 if (!newa)
5008 if ((unsigned)argpos != newa->ptrarg)
5015 tree str = newa->to_internal_string ();
5027 if (newa->mode != access_deferred)
5028 str = newa->to_external_string ();
5043 if (newa->mode != cura->mode
5044 && newa->mode != access_deferred
5046 && newa->internal_p == cura->internal_p)
5059 Be prepared for either CURA or NEWA to refer to it, dependin
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-warn.cc 3458 attr_access *newa = new_idx.get (parmpos); local
3460 if (!newa)
3469 newa = &ptr_spec;
3470 newa->ptr = newp;
3471 newa->ptrarg = parmpos;
3482 const bool new_vla_p = newa->size || newa->minsize == HOST_WIDE_INT_M1U;
3494 const std::string newparmstr = newa->array_as_string (newptype);
3510 if (newa == &ptr_spec)
3556 if (newa->size && cura->siz
    [all...]
c-attribs.cc 4628 const attr_access* const newa = new_idxs.get (argpos); local
4630 if (!newa)
4636 if ((unsigned)argpos != newa->ptrarg)
4643 tree str = newa->to_internal_string ();
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)
4687 Be prepared for either CURA or NEWA to refer to it, dependin
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 2498 bool newa = lookup_attribute ("gnu_inline",
2502 if (newa != olda)
2506 newa ? newdecl : olddecl);
2507 error_at (DECL_SOURCE_LOCATION (newa ? olddecl : newdecl),
2485 bool newa = lookup_attribute ("gnu_inline", local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 2331 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
  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 3406 bool newa = GNU_INLINE_P (newdecl);
3408 if (olda != newa)
3410 if (newa)
3460 bool newa = GNU_INLINE_P (nt);
3462 if (olda != newa)
3464 if (newa)
3400 bool newa = GNU_INLINE_P (newdecl); local
3454 bool newa = GNU_INLINE_P (nt); local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc 3174 bool newa = GNU_INLINE_P (newdecl);
3176 if (olda != newa)
3178 if (newa)
3232 bool newa = GNU_INLINE_P (nt);
3234 if (olda != newa)
3236 if (newa)
3168 bool newa = GNU_INLINE_P (newdecl); local
3226 bool newa = GNU_INLINE_P (nt); local

Completed in 150 milliseconds