Home
last modified time | relevance | path

Searched refs:oldOffset (Results 1 – 7 of 7) 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/common/src/main/java/org/conscrypt/
DOpenSSLSignatureRawRSA.java59 final int oldOffset = inputOffset++; in engineUpdate() local
66 inputBuffer[oldOffset] = input; in engineUpdate()
71 final int oldOffset = inputOffset; in engineUpdate() local
79 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.c623 int32_t entry, offset, oldOffset, trailOffset, oldTrailOffset, savings, sum; in compactToUnicode2() local
800oldOffset=oldTrailOffset+MBCS_ENTRY_FINAL_VALUE_16(oldStateTable[trailState][j]); in compactToUnicode2()
801 unit=(*pUnicodeCodeUnits)[offset]=oldUnicodeCodeUnits[oldOffset]; in compactToUnicode2()
802 … if(unit==0xfffe && (fallback=ucm_findFallback(toUFallbacks, countToUFallbacks, oldOffset))>=0) { in compactToUnicode2()
809oldOffset=oldTrailOffset+MBCS_ENTRY_FINAL_VALUE_16(oldStateTable[trailState][j]); in compactToUnicode2()
810 (*pUnicodeCodeUnits)[offset++]=oldUnicodeCodeUnits[oldOffset++]; in compactToUnicode2()
811 (*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.java725 int oldOffset = fieldOffset;
727 addFieldGap(oldOffset, fieldOffset, gaps);
/external/mesa3d/src/mesa/main/
Dteximage.c5049 GLintptr oldOffset = texObj->BufferOffset; in texture_buffer_range() local
5084 if (offset != oldOffset) { in texture_buffer_range()