Searched refs:oldOffset (Results 1 – 11 of 11) sorted by relevance
/external/proguard/src/proguard/classfile/editor/ |
D | CodeAttributeEditor.java | 644 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/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | OpenSSLSignatureRawRSA.java | 61 final int oldOffset = inputOffset++; in engineUpdate() local 68 inputBuffer[oldOffset] = input; in engineUpdate() 73 final int oldOffset = inputOffset; in engineUpdate() local 81 System.arraycopy(input, offset, inputBuffer, oldOffset, len); in engineUpdate()
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | OpenSSLSignatureRawRSA.java | 59 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/icu/icu4c/source/tools/toolutil/ |
D | ucmstate.cpp | 623 int32_t entry, offset, oldOffset, trailOffset, oldTrailOffset, savings, sum; in compactToUnicode2() local 801 … oldOffset=oldTrailOffset+MBCS_ENTRY_FINAL_VALUE_16(oldStateTable[trailState][j]); in compactToUnicode2() 802 unit=(*pUnicodeCodeUnits)[offset]=oldUnicodeCodeUnits[oldOffset]; in compactToUnicode2() 803 … if(unit==0xfffe && (fallback=ucm_findFallback(toUFallbacks, countToUFallbacks, oldOffset))>=0) { in compactToUnicode2() 810 … oldOffset=oldTrailOffset+MBCS_ENTRY_FINAL_VALUE_16(oldStateTable[trailState][j]); in compactToUnicode2() 811 (*pUnicodeCodeUnits)[offset++]=oldUnicodeCodeUnits[oldOffset++]; in compactToUnicode2() 812 (*pUnicodeCodeUnits)[offset]=oldUnicodeCodeUnits[oldOffset]; in compactToUnicode2()
|
/external/skia/src/sfnt/ |
D | SkOTUtils.cpp | 116 uint32_t oldOffset = SkEndian_SwapBE32(currentEntry->offset); in RenameFont() local 117 if (oldOffset > oldNameTableOffset) { in RenameFont() 118 currentEntry->offset = SkEndian_SwapBE32(SkToU32(oldOffset - oldNameTablePhysicalSize)); in RenameFont()
|
/external/skqp/src/sfnt/ |
D | SkOTUtils.cpp | 107 uint32_t oldOffset = SkEndian_SwapBE32(currentEntry->offset); in RenameFont() local 108 if (oldOffset > oldNameTableOffset) { in RenameFont() 109 currentEntry->offset = SkEndian_SwapBE32(SkToU32(oldOffset - oldNameTablePhysicalSize)); in RenameFont()
|
/external/llvm-project/llvm/utils/Reviewing/ |
D | find_interesting_reviews.py | 125 self.oldOffset = int(rest_api_hunk["oldOffset"]) 130 offset = self.oldOffset 140 hunkStart = max(self.oldOffset, offset - contextLines) 147 hunkStart = max(self.oldOffset, offset - contextLines)
|
/external/dng_sdk/source/ |
D | dng_info.h | 143 uint64 oldOffset,
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ |
D | ClassProto.java | 725 int oldOffset = fieldOffset; 727 addFieldGap(oldOffset, fieldOffset, gaps);
|
/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/ |
D | Ops.cpp | 4250 int64_t oldOffset; in matchAndRewrite() local 4252 if (failed(getStridesAndOffset(memrefType, oldStrides, oldOffset))) in matchAndRewrite() 4254 assert(oldOffset == 0 && "Expected 0 offset"); in matchAndRewrite()
|
/external/mesa3d/src/mesa/main/ |
D | teximage.c | 6299 GLintptr oldOffset = texObj->BufferOffset; in texture_buffer_range() local 6346 if (offset != oldOffset) { in texture_buffer_range()
|