Searched defs:old (Results 276 - 300 of 351) sorted by relevance

<<1112131415

/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp232 // Replace old with new, but keep the old order.
2230 // Replace occurrences of the old variable if needed.
2470 // Move the old entry aside so that we'll create a new one.
2477 // Replace all uses of the old global with the new global
2482 // Erase the old global, since it is no longer used.
2726 static void replaceUsesOfNonProtoConstant(llvm::Constant *old, argument
2729 if (old->use_empty()) return;
2735 for (llvm::Value::use_iterator ui = old->use_begin(), ue = old
[all...]
/external/libxml2/
H A Dtree.c3866 * @old: the old node
3869 * Unlink the old node from its current context, prune the new one
3873 * Returns the @old node
3876 xmlReplaceNode(xmlNodePtr old, xmlNodePtr cur) { argument
3877 if (old == cur) return(NULL);
3878 if ((old == NULL) || (old->type == XML_NAMESPACE_DECL) ||
3879 (old->parent == NULL)) {
3882 "xmlReplaceNode : old
4923 xmlNodePtr old = NULL; local
[all...]
H A Drelaxng.c4992 xmlRelaxNGGrammarPtr grammar, old; local
5001 old = ctxt->grammar;
5002 ctxt->parentgrammar = old;
5004 if (old != NULL) {
5005 ctxt->grammar = old;
5009 grammar->next = old->next;
5010 old->next = grammar;
6571 xmlRelaxNGGrammarPtr ret, tmp, old; local
6596 old = ctxt->grammar;
6628 ctxt->grammar = old;
6648 xmlRelaxNGGrammarPtr old; local
[all...]
/external/valgrind/VEX/priv/
H A Dguest_mips_toIR.c2319 IRTemp old = newTemp(Ity_I32); local
2321 assign(old, load(Ity_I32, mkexpr(addr)));
2323 mkexpr(old),
2325 mips_load_store32(addr, new_val, old, 0, False);
2334 IRTemp old = newTemp(Ity_I64); local
2336 assign(old, load(Ity_I64, mkexpr(addr)));
2338 mkexpr(old),
2340 mips_load_store64(addr, new_val, old, 0, False);
2354 IRTemp old = newTemp(Ity_I32); local
2356 assign(old, loa
2367 IRTemp old = newTemp(Ity_I64); local
2380 IRTemp old = newTemp(Ity_I32); local
2393 IRTemp old = newTemp(Ity_I64); local
2406 IRTemp old = newTemp(Ity_I32); local
2417 IRTemp old = newTemp(Ity_I64); local
2428 IRTemp old = newTemp(Ity_I32); local
2439 IRTemp old = newTemp(Ity_I64); local
2450 IRTemp old = newTemp(Ity_I32); local
2463 IRTemp old = newTemp(Ity_I64); local
2476 IRTemp old = newTemp(Ity_I32); local
2487 IRTemp old = newTemp(Ity_I64); local
2525 IRTemp old = newTemp(ty); local
2582 IRTemp old = newTemp(ty); local
[all...]
H A Dguest_arm_toIR.c986 IRTemp old = get_QFLAG32(); local
988 assign(nyu, binop(Iop_Or32, mkexpr(old), e) );
1493 This also rolls back guest_ITSTATE to its old value before the exit
1738 or by a register operand. May generate reads of the old C value
14064 /* Get hold of the old Rn value. We might need to write its value
14077 /* The old (Addison-Wesley) ARM ARM seems to say that LDMxx/STMxx
14363 /* get the old Rn value */
14500 /* get the old Rn value */
15292 /* get the old Rn value */
16622 /* get the old R
17373 IRTemp old = newTemp(Ity_I64); local
22541 IRTemp old = newTemp(Ity_I64); local
[all...]
H A Dhost_s390_defs.c8102 UChar r1, r3, b, old; local
8108 old= hregNumber(insn->variant.cas.old_mem);
8123 /* Now copy R0 which has the old memory value to OLD */
8124 return s390_emit_LR(buf, old, R0);
8130 /* Now copy R0 which has the old memory value to OLD */
8131 return s390_emit_LGR(buf, old, R0);
8177 /* Now copy R0,scratch which has the old memory value to OLD */
8190 /* Now copy R0,scratch which has the old memory value to OLD */
H A Dguest_arm64_toIR.c1633 //ZZ IRTemp old = get_QFLAG32();
1635 //ZZ assign(nyu, binop(Iop_Or32, mkexpr(old), e) );
2581 the destination register, so we need to have the old
2584 IRTemp old = newTemp(Ity_I64); local
2585 assign(old, getIReg64orZR(dd));
2589 binop(Iop_And64, mkexpr(old), mkU64(~mask)),
2595 IRTemp old = newTemp(Ity_I32); local
2596 assign(old, getIReg32orZR(dd));
2601 binop(Iop_And32, mkexpr(old), mkU32(~mask)),
4248 result. The returned values may have any old jun
6576 IRTemp old = newTemp(ty); local
[all...]
H A Dguest_s390_toIR.c11332 IRTemp old = addr; local
11337 assign(addr, binop(Iop_Add64, mkexpr(old), mkU64(4)));
11367 IRTemp old = addr; local
11372 assign(addr, binop(Iop_Add64, mkexpr(old), mkU64(4)));
11388 IRTemp old = addr; local
11393 assign(addr, binop(Iop_Add64, mkexpr(old), mkU64(8)));
11409 IRTemp old = addr; local
11414 assign(addr, binop(Iop_Add64, mkexpr(old), mkU64(4)));
11444 IRTemp old = addr; local
11449 assign(addr, binop(Iop_Add64, mkexpr(old), mkU6
11465 IRTemp old = addr; local
11941 IRTemp old = addr; local
11976 IRTemp old = addr; local
[all...]
H A Dguest_amd64_toIR.c850 old x86 encoding scheme.
2032 /* oldc = old carry flag, 0 or 1 */
2091 /* oldc = old carry flag, 0 or 1 */
2133 IRTemp oldOC = newTemp(Ity_I64); // old O or C flag
2134 IRTemp oldOCn = newTemp(ty); // old O or C flag, narrowed
2150 /* oldOC = old overflow/carry flag, 0 or 1 */
4880 IRTemp old = IRTemp_INVALID; local
4891 old = src;
4897 mkexpr(old),
4900 binop(Iop_Shr16, mkexpr(old), mkU
4907 IRTemp old = IRTemp_INVALID; local
4935 IRTemp old = IRTemp_INVALID; local
[all...]
H A Dguest_ppc_toIR.c1607 IRTemp old = IRTemp_INVALID; local
1623 old = src;
1629 mkexpr(old),
1632 binop(Iop_Shr32, mkexpr(old), mkU8(shift[i])),
1634 old = nyu;
1652 old = src;
1657 binop( Iop_And64, mkexpr( old ), mkexpr( mask[i] ) ),
1659 binop( Iop_Shr64, mkexpr( old ), mkU8( shift[i] ) ),
1661 old = nyu;
1673 IRTemp old local
[all...]
/external/valgrind/coregrind/m_debuginfo/
H A Dreaddwarf3.c2432 XArray* old = (XArray*)keyW; local
2434 vg_assert(old != xa);
2435 tv->rngMany = old;
4000 TyEnt* old = (TyEnt*)keyW; local
4002 vg_assert(old != ent);
4003 vg_assert(old->tag != Te_INDIR);
4006 vg_assert(old->cuOff < ent->cuOff);
4014 ent->Te.INDIR.indR = old->cuOff;
H A Dreadpdb.c1156 PDB_TYPES_OLD *old = (PDB_TYPES_OLD *)image; local
1157 types->version = old->version;
1159 types->type_size = old->type_size;
1160 types->first_index = old->first_index;
1161 types->last_index = old->last_index;
1162 types->file = old->file;
1178 PDB_SYMBOLS_OLD *old = (PDB_SYMBOLS_OLD *)image; local
1180 symbols->module_size = old->module_size;
1181 symbols->offset_size = old->offset_size;
1182 symbols->hash_size = old
[all...]
/external/valgrind/helgrind/
H A Dhg_main.c3991 (old, lk) | old <- locks already held by thr
3992 Since both old and lk are currently held by thr, their acquired_at
3998 Lock* old = (Lock*)ls_words[i]; local
3999 tl_assert(old->acquired_at);
4000 laog__add_edge( old, lk );
4288 old range contained a lock, then die_mem_heap will complain.
4292 /* Copy from old to new */
4297 we have to get rid of the old hash table entry and make a new
4687 if (0) VG_(printf)("old
[all...]
/external/guice/extensions/persist/lib/
H A Dcommons-collections.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/external/mdnsresponder/mDNSCore/
H A DmDNS.c421 mDNS_StopQuery_internal(m, q); // Stop old query
609 // When receiving a unique record, all old cache records matching "SameResourceRecordSignature" are flushed
844 // If we've announced this record, we really should send a goodbye packet for the old rdata before
2244 // 2. Updated records that need to retract their old data
2267 // See if we should send a courtesy "goodbye" for the old data before we replace it.
2491 // (we have a new record with DelayDelivery set, waiting for the old record to go away before we can notify clients).
3135 // Put our known answer list (either new one from this question or questions, or remainder of old one from last time)
3251 LogMsg("SendQueries: No active interface %p to send %s question: %p %##s (%s)", q->SendQNow, x ? "new" : "old", q->InterfaceID, q->qname.c, DNSTypeName(q->qtype));
3710 // callbacks for old records are delivered before callbacks for newer records.
4315 // 3. Purge our cache of stale old record
8245 mDNSBool old = q->SuppressQuery; local
10869 DNSServer *old = q->qDNSServer; local
[all...]
/external/mksh/src/
H A Dedit.c3477 static struct edstate *save_edstate(struct edstate *old);
3478 static void restore_edstate(struct edstate *old, struct edstate *news);
3479 static void free_edstate(struct edstate *old);
4810 save_edstate(struct edstate *old) argument
4815 news->cbuf = alloc(old->cbufsize, AEDIT);
4816 memcpy(news->cbuf, old->cbuf, old->linelen);
4817 news->cbufsize = old->cbufsize;
4818 news->linelen = old->linelen;
4819 news->cursor = old
4825 restore_edstate(struct edstate *news, struct edstate *old) argument
4835 free_edstate(struct edstate *old) argument
[all...]
/external/v8/src/
H A Dbootstrapper.cc4189 int old = array_descriptors->SearchWithCache( local
4191 DCHECK(old != DescriptorArray::kNotFound);
4193 length, handle(array_descriptors->GetValue(old), isolate()),
4194 array_descriptors->GetDetails(old).attributes());
H A Dobjects.cc3379 // in the PrototypeInfo it just inherited from the old map.
3656 Handle<HeapNumber> old = Handle<HeapNumber>::cast(value); local
3657 value = isolate->factory()->NewHeapNumber(old->value());
3762 // Clear out the old descriptor array to avoid problems to sharing
11948 // Copy old optimized code map and append one new entry.
12438 // still tracking the old copy.
13256 // Remove shared function info from old script's list.
13475 // old code, we have to replace it. We should try to avoid this
17471 // Copy old optimized code map and append one new entry.
18698 // Zap the old tabl
[all...]
/external/v8/src/parsing/
H A Dparser-base.h906 LanguageMode old = scope()->language_mode(); local
907 impl()->SetLanguageMode(scope(), old > mode ? old : mode);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c6124 int *old, *old_reason; local
6144 old = drv->if_indices;
6146 old = NULL;
6153 drv->if_indices = os_realloc_array(old, drv->num_if_indices + 1,
6159 if (!old)
6162 drv->if_indices = old;
6176 if (!old)
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c6124 int *old, *old_reason; local
6144 old = drv->if_indices;
6146 old = NULL;
6153 drv->if_indices = os_realloc_array(old, drv->num_if_indices + 1,
6159 if (!old)
6162 drv->if_indices = old;
6176 if (!old)
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c6124 int *old, *old_reason; local
6144 old = drv->if_indices;
6146 old = NULL;
6153 drv->if_indices = os_realloc_array(old, drv->num_if_indices + 1,
6159 if (!old)
6162 drv->if_indices = old;
6176 if (!old)
/external/guice/extensions/struts2/lib/
H A Djetty-util-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/util/ org/mortbay/util/ajax/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.runtime_3.11.0.v20150405-1723.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...

Completed in 1093 milliseconds

<<1112131415