Home
last modified time | relevance | path

Searched refs:targetOffset (Results 1 - 15 of 15) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
H A DparseConst.cpp157 int targetOffset = index + c * matrixRows + r; in visitConstantUnion() local
160 leftUnionArray[targetOffset] = rightUnionArray[srcOffset]; in visitConstantUnion()
162 leftUnionArray[targetOffset].setDConst(1.0); in visitConstantUnion()
164 leftUnionArray[targetOffset].setDConst(0.0); in visitConstantUnion()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DByteString.java649 * @param targetOffset offset within the target buffer
653 * numberToCopy).copyTo(target, targetOffset)}
656 public final void copyTo(byte[] target, int sourceOffset, int targetOffset, int numberToCopy) { in copyTo() argument
658 checkRange(targetOffset, targetOffset + numberToCopy, target.length); in copyTo()
660 copyToInternal(target, sourceOffset, targetOffset, numberToCopy); in copyTo()
669 byte[] target, int sourceOffset, int targetOffset, int numberToCopy); in copyToInternal()
1357 byte[] target, int sourceOffset, int targetOffset, int numberToCopy) { in copyToInternal()
1361 System.arraycopy(bytes, sourceOffset, target, targetOffset, numberToCopy); in copyToInternal()
1594 byte[] target, int sourceOffset, int targetOffset, in in copyToInternal()
668 copyToInternal( byte[] target, int sourceOffset, int targetOffset, int numberToCopy) copyToInternal() argument
1356 copyToInternal( byte[] target, int sourceOffset, int targetOffset, int numberToCopy) copyToInternal() argument
1593 copyToInternal( byte[] target, int sourceOffset, int targetOffset, int numberToCopy) copyToInternal() argument
[all...]
H A DUnsafeUtil.java242 static void copyMemory(byte[] src, long srcIndex, long targetOffset, long length) { in copyMemory() argument
243 MEMORY_ACCESSOR.copyMemory(src, srcIndex, targetOffset, length); in copyMemory()
613 public abstract void copyMemory(byte[] src, long srcIndex, long targetOffset, long length); in copyMemory() argument
698 public void copyMemory(byte[] src, long srcIndex, long targetOffset, long length) { in copyMemory() argument
699 unsafe.copyMemory(src, BYTE_ARRAY_BASE_OFFSET + srcIndex, null, targetOffset, length); in copyMemory()
806 public void copyMemory(byte[] src, long srcIndex, long targetOffset, long length) { in copyMemory() argument
926 public void copyMemory(byte[] src, long srcIndex, long targetOffset, long length) { in copyMemory() argument
H A DRopeByteString.java402 byte[] target, int sourceOffset, int targetOffset, int numberToCopy) { in copyToInternal()
404 left.copyToInternal(target, sourceOffset, targetOffset, numberToCopy); in copyToInternal()
406 right.copyToInternal(target, sourceOffset - leftLength, targetOffset, numberToCopy); in copyToInternal()
409 left.copyToInternal(target, sourceOffset, targetOffset, leftLength); in copyToInternal()
410 right.copyToInternal(target, 0, targetOffset + leftLength, numberToCopy - leftLength); in copyToInternal()
401 copyToInternal( byte[] target, int sourceOffset, int targetOffset, int numberToCopy) copyToInternal() argument
H A DNioByteString.java110 byte[] target, int sourceOffset, int targetOffset, int numberToCopy) { in copyToInternal()
113 slice.get(target, targetOffset, numberToCopy); in copyToInternal()
109 copyToInternal( byte[] target, int sourceOffset, int targetOffset, int numberToCopy) copyToInternal() argument
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetASCII.java68 int targetOffset = target.arrayOffset(); in decodeLoop()
69 int targetIndex = oldTarget + targetOffset; in decodeLoop()
226 int targetOffset = target.arrayOffset(); in encodeLoop()
227 int targetIndex = oldTarget + targetOffset; in encodeLoop()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
H A DConversionRates.java72 BigDecimal targetOffset = this.mapToConversionRate.get(targetSimpleIdentifier).getOffset(); in getOffset()
74 .subtract(targetOffset) in getOffset()
/third_party/icu/icu4c/source/i18n/
H A Dunits_converter.cpp309 conversionRate.targetOffset =
594 result -= conversionRate_.targetOffset; // Set the result to its index.
614 result += conversionRate_.targetOffset;
625 conversionRate_.targetOffset;
H A Dunits_converter.h112 double targetOffset = 0; member
/third_party/node/deps/icu-small/source/i18n/
H A Dunits_converter.cpp309 conversionRate.targetOffset =
602 result -= conversionRate_.targetOffset; // Set the result to its index.
622 result += conversionRate_.targetOffset;
633 conversionRate_.targetOffset;
H A Dunits_converter.h120 double targetOffset = 0; member
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dunits_converter.cpp308 conversionRate.targetOffset =
587 result -= conversionRate_.targetOffset; // Set the result to its index.
613 result += conversionRate_.targetOffset;
624 conversionRate_.targetOffset;
H A Dunits_converter.h106 double targetOffset = 0; member
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-charset-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/ibm/ com/ibm/icu/ ...
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp282 RAW_METHOD_DUMP(OS, targetOffset); in dump()

Completed in 15 milliseconds