/third_party/glslang/glslang/MachineIndependent/ |
H A D | parseConst.cpp | 157 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 D | ByteString.java | 649 * @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 D | UnsafeUtil.java | 242 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 D | RopeByteString.java | 402 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 D | NioByteString.java | 110 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 D | CharsetASCII.java | 68 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 D | ConversionRates.java | 72 BigDecimal targetOffset = this.mapToConversionRate.get(targetSimpleIdentifier).getOffset(); in getOffset() 74 .subtract(targetOffset) in getOffset()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | units_converter.cpp | 309 conversionRate.targetOffset = 594 result -= conversionRate_.targetOffset; // Set the result to its index. 614 result += conversionRate_.targetOffset; 625 conversionRate_.targetOffset;
|
H A D | units_converter.h | 112 double targetOffset = 0; member
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | units_converter.cpp | 309 conversionRate.targetOffset = 602 result -= conversionRate_.targetOffset; // Set the result to its index. 622 result += conversionRate_.targetOffset; 633 conversionRate_.targetOffset;
|
H A D | units_converter.h | 120 double targetOffset = 0; member
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | units_converter.cpp | 308 conversionRate.targetOffset = 587 result -= conversionRate_.targetOffset; // Set the result to its index. 613 result += conversionRate_.targetOffset; 624 conversionRate_.targetOffset;
|
H A D | units_converter.h | 106 double targetOffset = 0; member
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-charset-4_8_1_1.jar | META-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 D | DIARawSymbol.cpp | 282 RAW_METHOD_DUMP(OS, targetOffset); in dump()
|