Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/editor/
DCodeAttributeEditor.java644 int oldOffset = 0; in mapInstructions() local
648 Instruction instruction = InstructionFactory.create(oldCode, oldOffset); in mapInstructions()
651 mapInstruction(oldOffset, instruction); in mapInstructions()
653 oldOffset += instruction.length(oldOffset); in mapInstructions()
655 if (newOffset > oldOffset) in mapInstructions()
660 while (oldOffset < oldLength); in mapInstructions()
663 newInstructionOffsets[oldOffset] = newOffset; in mapInstructions()
674 private void mapInstruction(int oldOffset, in mapInstruction() argument
677 newInstructionOffsets[oldOffset] = newOffset; in mapInstruction()
680 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/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/dng_sdk/source/
Ddng_info.h143 uint64 oldOffset,
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DClassProto.java620 int oldOffset = fieldOffset;
622 addFieldGap(oldOffset, fieldOffset, gaps);