Home
last modified time | relevance | path

Searched refs:oldOffset (Results 1 – 8 of 8) sorted by relevance

/external/proguard/src/proguard/classfile/editor/
DCodeAttributeEditor.java633 int oldOffset = 0; in mapInstructions() local
637 Instruction instruction = InstructionFactory.create(oldCode, oldOffset); in mapInstructions()
640 mapInstruction(oldOffset, instruction); in mapInstructions()
642 oldOffset += instruction.length(oldOffset); in mapInstructions()
644 if (newOffset > oldOffset) in mapInstructions()
649 while (oldOffset < oldLength); in mapInstructions()
652 newInstructionOffsets[oldOffset] = newOffset; in mapInstructions()
663 private void mapInstruction(int oldOffset, in mapInstruction() argument
666 newInstructionOffsets[oldOffset] = newOffset; in mapInstruction()
669 Instruction preInstruction = preInsertions[oldOffset]; in mapInstruction()
[all …]
/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLSignatureRawRSA.java56 final int oldOffset = inputOffset++; in engineUpdate() local
63 inputBuffer[oldOffset] = input; in engineUpdate()
68 final int oldOffset = inputOffset; in engineUpdate() local
76 System.arraycopy(input, offset, inputBuffer, oldOffset, len); in engineUpdate()
/external/skia/src/sfnt/
DSkOTUtils.cpp104 uint32_t oldOffset = SkEndian_SwapBE32(currentEntry->offset); in RenameFont() local
105 if (oldOffset > oldNameTableOffset) { in RenameFont()
106 currentEntry->offset = SkEndian_SwapBE32(SkToU32(oldOffset - oldNameTablePhysicalSize)); in RenameFont()
/external/chromium_org/third_party/skia/src/sfnt/
DSkOTUtils.cpp104 uint32_t oldOffset = SkEndian_SwapBE32(currentEntry->offset); in RenameFont() local
105 if (oldOffset > oldNameTableOffset) { in RenameFont()
106 currentEntry->offset = SkEndian_SwapBE32(SkToU32(oldOffset - oldNameTablePhysicalSize)); in RenameFont()
/external/chromium_org/third_party/icu/source/tools/toolutil/
Ducmstate.c621 int32_t entry, offset, oldOffset, trailOffset, oldTrailOffset, savings, sum; in compactToUnicode2() local
798oldOffset=oldTrailOffset+MBCS_ENTRY_FINAL_VALUE_16(oldStateTable[trailState][j]); in compactToUnicode2()
799 unit=(*pUnicodeCodeUnits)[offset]=oldUnicodeCodeUnits[oldOffset]; in compactToUnicode2()
800 … if(unit==0xfffe && (fallback=ucm_findFallback(toUFallbacks, countToUFallbacks, oldOffset))>=0) { in compactToUnicode2()
807oldOffset=oldTrailOffset+MBCS_ENTRY_FINAL_VALUE_16(oldStateTable[trailState][j]); in compactToUnicode2()
808 (*pUnicodeCodeUnits)[offset++]=oldUnicodeCodeUnits[oldOffset++]; in compactToUnicode2()
809 (*pUnicodeCodeUnits)[offset]=oldUnicodeCodeUnits[oldOffset]; in compactToUnicode2()
/external/icu/icu4c/source/tools/toolutil/
Ducmstate.c621 int32_t entry, offset, oldOffset, trailOffset, oldTrailOffset, savings, sum; in compactToUnicode2() local
798oldOffset=oldTrailOffset+MBCS_ENTRY_FINAL_VALUE_16(oldStateTable[trailState][j]); in compactToUnicode2()
799 unit=(*pUnicodeCodeUnits)[offset]=oldUnicodeCodeUnits[oldOffset]; in compactToUnicode2()
800 … if(unit==0xfffe && (fallback=ucm_findFallback(toUFallbacks, countToUFallbacks, oldOffset))>=0) { in compactToUnicode2()
807oldOffset=oldTrailOffset+MBCS_ENTRY_FINAL_VALUE_16(oldStateTable[trailState][j]); in compactToUnicode2()
808 (*pUnicodeCodeUnits)[offset++]=oldUnicodeCodeUnits[oldOffset++]; in compactToUnicode2()
809 (*pUnicodeCodeUnits)[offset]=oldUnicodeCodeUnits[oldOffset]; in compactToUnicode2()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerScrollableArea.cpp1302 void RenderLayerScrollableArea::resize(const PlatformEvent& evt, const LayoutSize& oldOffset) in resize() argument
1343 …LayoutSize adjustedOldOffset = LayoutSize(oldOffset.width() / zoomFactor, oldOffset.height() / zoo… in resize()
/external/chromium_org/third_party/icu/source/test/cintltst/
Dcmsccoll.c1103 uint32_t oldOffset = 0; in testCEs() local
1256 if(ucol_isTailored(coll, *(src.source+oldOffset), status)) { in testCEs()
1257 …tailored codepoint %04X, don't know how to continue, taking next test\n", *(src.source+oldOffset)); in testCEs()
1300 oldOffset = chOffset; in testCEs()