Searched refs:oldTarget (Results 1 – 5 of 5) sorted by relevance
53 int oldTarget = target.position(); in decodeLoop() local69 int targetIndex = oldTarget + targetOffset; in decodeLoop()70 int targetLength = target.limit() - oldTarget; in decodeLoop()84 target.position(oldTarget + sourceLength); in decodeLoop()88 target.position(oldTarget + targetLength); in decodeLoop()103 int count = target.position() - oldTarget; in decodeLoop()203 int oldTarget = target.position(); in encodeLoop() local227 int targetIndex = oldTarget + targetOffset; in encodeLoop()228 int targetLength = target.limit() - oldTarget; in encodeLoop()242 target.position(oldTarget + sourceLength); in encodeLoop()[all …]
74 char *oldTarget; in ucnv_cbFromUWriteUChars() local81 oldTarget = args->target; in ucnv_cbFromUWriteUChars()94 while (args->target != oldTarget) /* if it moved at all.. */ in ucnv_cbFromUWriteUChars()97 oldTarget++; in ucnv_cbFromUWriteUChars()
139 uint8_t *target, *oldTarget; in _Latin1FromUnicodeWithOffsets() local152 target=oldTarget=(uint8_t *)pArgs->target; in _Latin1FromUnicodeWithOffsets()235 oldTarget+=16*count; in _Latin1FromUnicodeWithOffsets()302 size_t count=target-oldTarget; in _Latin1FromUnicodeWithOffsets()473 UChar *target, *oldTarget; in _ASCIIToUnicodeWithOffsets() local484 target=oldTarget=pArgs->target; in _ASCIIToUnicodeWithOffsets()528 oldTarget+=count*8; in _ASCIIToUnicodeWithOffsets()564 size_t count=target-oldTarget; in _ASCIIToUnicodeWithOffsets()
287 BasicBlock* oldTarget = 0; in calculatePathNumbers() local292 succ != end; oldTarget = (*succ)->getTarget()->getBlock(), succ++ ) { in calculatePathNumbers()296 if( oldTarget != (*succ)->getTarget()->getBlock() ) in calculatePathNumbers()
554 BallLarusNode* oldTarget = formerEdge->getTarget(); in splitUpdate() local561 oldTarget->removePredEdge(formerEdge); in splitUpdate()562 BallLarusEdge* newEdge = addEdge(newNode, oldTarget,0); in splitUpdate()