/third_party/node/deps/npm/node_modules/bluebird/js/release/ |
D | queue.js | 2 function arrayMove(src, srcIndex, dst, dstIndex, len) { argument 4 dst[j + dstIndex] = src[j + srcIndex];
|
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/ |
D | Buffers.kt | 236 public operator fun set(dstIndex: Int, src: ByteArray, srcStart: Int, srcLength: Int) in findFirst() 455 override operator fun set(dstIndex: Int, src: ByteArray, srcStart: Int, srcLength: Int) { in getBoolean() 456 withCapacity(dstIndex + (srcLength + srcStart)) { in getBoolean() 457 src.copyInto(buffer, dstIndex, srcStart, srcStart + srcLength) in getBoolean()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/ |
D | ConvertIndexIndirectLineLoop.comp | 111 uint dstIndex = dstOffsetDiv4 + (index >> IDXSHIFT); 113 uint srcBlock = dstData[dstIndex]; 122 dstData[dstIndex] = srcBlock;
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | OutputASM.cpp | 2091 …Instruction *OutputASM::emit(sw::Shader::Opcode op, TIntermTyped *dst, int dstIndex, TIntermNode *… in emit() argument 2098 destination(instruction->dst, dst, dstIndex); in emit() 2123 Instruction *OutputASM::emitCast(TIntermTyped *dst, int dstIndex, TIntermTyped *src, int srcIndex) in emitCast() argument 2130 case EbtInt: return emit(sw::Shader::OPCODE_B2I, dst, dstIndex, src, srcIndex); in emitCast() 2131 case EbtUInt: return emit(sw::Shader::OPCODE_B2I, dst, dstIndex, src, srcIndex); in emitCast() 2132 case EbtFloat: return emit(sw::Shader::OPCODE_B2F, dst, dstIndex, src, srcIndex); in emitCast() 2139 case EbtBool: return emit(sw::Shader::OPCODE_I2B, dst, dstIndex, src, srcIndex); in emitCast() 2140 case EbtFloat: return emit(sw::Shader::OPCODE_I2F, dst, dstIndex, src, srcIndex); in emitCast() 2147 case EbtBool: return emit(sw::Shader::OPCODE_I2B, dst, dstIndex, src, srcIndex); in emitCast() 2148 case EbtFloat: return emit(sw::Shader::OPCODE_U2F, dst, dstIndex, src, srcIndex); in emitCast() [all …]
|
D | OutputASM.h | 270 …Instruction *emit(sw::Shader::Opcode op, TIntermTyped *dst, int dstIndex, TIntermNode *src0 = 0, i… 273 Instruction *emitCast(TIntermTyped *dst, int dstIndex, TIntermTyped *src, int srcIndex);
|
/third_party/flutter/skia/src/gpu/effects/ |
D | GrXfermodeFragmentProcessor.cpp | 418 SkDEBUGCODE(int dstIndex =) this->registerChildProcessor(std::move(fp)); in ComposeOneFragmentProcessor() 419 SkASSERT(0 == dstIndex); in ComposeOneFragmentProcessor()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/gen/ |
D | ConvertIndexIndirectLineLoop.comp.00000000.inc | 167 // uint dstIndex = dstOffsetDiv4 +(index >> 2); 169 // uint srcBlock = dstData[dstIndex]; 177 // dstData[dstIndex]= srcBlock;
|
D | ConvertIndexIndirectLineLoop.comp.00000001.inc | 167 // uint dstIndex = dstOffsetDiv4 +(index >> 1); 169 // uint srcBlock = dstData[dstIndex]; 177 // dstData[dstIndex]= srcBlock;
|
/third_party/skia/src/sksl/codegen/ |
D | SkSLVMCodeGenerator.cpp | 863 size_t dstIndex = 0; in writeConstructorDiagonalMatrix() local 869 dst[dstIndex++] = (c == r ? f32(src) : zero); in writeConstructorDiagonalMatrix() 873 SkASSERT(dstIndex == dst.slots()); in writeConstructorDiagonalMatrix() 884 size_t dstIndex = 0; in writeConstructorMatrixResize() local 888 dst[dstIndex++] = src[c * srcType.rows() + r]; in writeConstructorMatrixResize() 890 dst[dstIndex++] = fBuilder->splat(c == r ? 1.0f : 0.0f); in writeConstructorMatrixResize() 895 SkASSERT(dstIndex == dst.slots()); in writeConstructorMatrixResize()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | renderer_utils.cpp | 136 int dstIndex = GetFlattenedIndex<colsDst, rowsDst, IsDstColumnMajor>(c, r); in ExpandMatrix() local 138 staging[dstIndex] = static_cast<T>(value[srcIndex]); in ExpandMatrix()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | nucnvtst.c | 3475 int32_t dstIndex=0; in unescape() local 3496 if(dstIndex < dstLen){ in unescape() 3498 dst[dstIndex++] = U16_LEAD(c); in unescape() 3499 if(dstIndex<dstLen){ in unescape() 3500 dst[dstIndex]=U16_TRAIL(c); in unescape() 3505 dst[dstIndex]=(UChar)c; in unescape() 3511 dstIndex++; /* for preflighting */ in unescape() 3513 return dstIndex; in unescape()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_lens_correction.cpp | 1339 uint32 dstIndex = 0; in ProcessArea() local 1341 for (int32 dstCol = dstArea.l; dstCol < dstArea.r; dstCol++, dstIndex++) in ProcessArea() 1419 dPtr [dstIndex] = Pin_real32 (total); in ProcessArea()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | renderer_utils.cpp | 175 int dstIndex = GetFlattenedIndex<colsDst, rowsDst, IsDstColumnMajor>(c, r); in ExpandMatrix() local 177 staging[dstIndex] = static_cast<T>(value[srcIndex]); in ExpandMatrix()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/ |
D | UCharacter.java | 5682 public static final int toChars(int cp, char[] dst, int dstIndex) { in toChars() argument 5683 return Character.toChars(cp, dst, dstIndex); in toChars()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
D | UCharacter.java | 6330 public static final int toChars(int cp, char[] dst, int dstIndex) { in toChars() argument 6331 return Character.toChars(cp, dst, dstIndex); in toChars()
|
/third_party/node/deps/npm/node_modules/bluebird/js/browser/ |
D | bluebird.core.js | 3102 function arrayMove(src, srcIndex, dst, dstIndex, len) { 3104 dst[j + dstIndex] = src[j + srcIndex];
|
D | bluebird.js | 4201 function arrayMove(src, srcIndex, dst, dstIndex, len) { 4203 dst[j + dstIndex] = src[j + srcIndex];
|
/third_party/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 11493 for(size_t dstIndex = 0; dstIndex < nonNullItemCount; ++dstIndex) in CleanupAfterFree() local 11499 if(dstIndex != srcIndex) in CleanupAfterFree() 11501 suballocations1st[dstIndex] = suballocations1st[srcIndex]; in CleanupAfterFree()
|