Home
last modified time | relevance | path

Searched refs:oldTarget (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/common/
Ducnv_cb.c72 char *oldTarget; in ucnv_cbFromUWriteUChars() local
79 oldTarget = args->target; in ucnv_cbFromUWriteUChars()
92 while (args->target != oldTarget) /* if it moved at all.. */ in ucnv_cbFromUWriteUChars()
95 oldTarget++; in ucnv_cbFromUWriteUChars()
Ducnvlat1.c136 uint8_t *target, *oldTarget; in _Latin1FromUnicodeWithOffsets() local
149 target=oldTarget=(uint8_t *)pArgs->target; in _Latin1FromUnicodeWithOffsets()
232 oldTarget+=16*count; in _Latin1FromUnicodeWithOffsets()
299 size_t count=target-oldTarget; in _Latin1FromUnicodeWithOffsets()
473 UChar *target, *oldTarget; in _ASCIIToUnicodeWithOffsets() local
484 target=oldTarget=pArgs->target; in _ASCIIToUnicodeWithOffsets()
528 oldTarget+=count*8; in _ASCIIToUnicodeWithOffsets()
564 size_t count=target-oldTarget; in _ASCIIToUnicodeWithOffsets()
/external/llvm/lib/Analysis/
DPathNumbering.cpp287 BasicBlock* oldTarget = 0; in calculatePathNumbers() local
292 succ != end; oldTarget = (*succ)->getTarget()->getBlock(), succ++ ) { in calculatePathNumbers()
296 if( oldTarget != (*succ)->getTarget()->getBlock() ) in calculatePathNumbers()
/external/llvm/lib/Transforms/Instrumentation/
DPathProfiling.cpp554 BallLarusNode* oldTarget = formerEdge->getTarget(); in splitUpdate() local
561 oldTarget->removePredEdge(formerEdge); in splitUpdate()
562 BallLarusEdge* newEdge = addEdge(newNode, oldTarget,0); in splitUpdate()