Home
last modified time | relevance | path

Searched refs:dstIndex (Results 1 – 25 of 35) sorted by relevance

12

/external/OpenCL-CTS/test_conformance/basic/
Dtest_vector_swizzle.cpp512 size_t dstIndex = 0; in makeReference() local
517 ref[dstIndex * S + i] = 0; in makeReference()
518 ++dstIndex; in makeReference()
524 ref[dstIndex * S + c] = c; in makeReference()
526 ++dstIndex; in makeReference()
531 ref[dstIndex * S + c] = N - c - 1; in makeReference()
533 ++dstIndex; in makeReference()
540 ref[dstIndex * S + c] = i; in makeReference()
542 ++dstIndex; in makeReference()
548 ref[dstIndex * S + c] = c; in makeReference()
[all …]
/external/guava/android/guava/src/com/google/common/collect/
DObjectCountLinkedHashMap.java151 void moveLastEntry(int dstIndex) { in moveLastEntry() argument
153 setSucceeds(getPredecessor(dstIndex), getSuccessor(dstIndex)); in moveLastEntry()
154 if (dstIndex < srcIndex) { in moveLastEntry()
155 setSucceeds(getPredecessor(srcIndex), dstIndex); in moveLastEntry() local
156 setSucceeds(dstIndex, getSuccessor(srcIndex)); in moveLastEntry()
158 super.moveLastEntry(dstIndex); in moveLastEntry()
DCompactLinkedHashMap.java183 void moveLastEntry(int dstIndex, int mask) { in moveLastEntry() argument
185 super.moveLastEntry(dstIndex, mask); in moveLastEntry()
187 setSucceeds(getPredecessor(dstIndex), getSuccessor(dstIndex)); in moveLastEntry()
188 if (dstIndex < srcIndex) { in moveLastEntry()
189 setSucceeds(getPredecessor(srcIndex), dstIndex); in moveLastEntry() local
190 setSucceeds(dstIndex, getSuccessor(srcIndex)); in moveLastEntry()
DCompactLinkedHashSet.java191 void moveLastEntry(int dstIndex, int mask) { in moveLastEntry() argument
193 super.moveLastEntry(dstIndex, mask); in moveLastEntry()
195 setSucceeds(getPredecessor(dstIndex), getSuccessor(dstIndex)); in moveLastEntry()
196 if (dstIndex < srcIndex) { in moveLastEntry()
197 setSucceeds(getPredecessor(srcIndex), dstIndex); in moveLastEntry() local
198 setSucceeds(dstIndex, getSuccessor(srcIndex)); in moveLastEntry()
DObjectCountHashMap.java447 void moveLastEntry(int dstIndex) { in moveLastEntry() argument
449 if (dstIndex < srcIndex) { in moveLastEntry()
451 keys[dstIndex] = keys[srcIndex]; in moveLastEntry()
452 values[dstIndex] = values[srcIndex]; in moveLastEntry()
458 entries[dstIndex] = lastEntry; in moveLastEntry()
467 table[tableIndex] = dstIndex; in moveLastEntry()
477 entries[previous] = swapNext(entry, dstIndex); in moveLastEntry()
480 keys[dstIndex] = null; in moveLastEntry()
481 values[dstIndex] = 0; in moveLastEntry()
482 entries[dstIndex] = UNSET; in moveLastEntry()
DCompactHashSet.java467 void moveLastEntry(int dstIndex, int mask) { in moveLastEntry() argument
469 if (dstIndex < srcIndex) { in moveLastEntry()
472 elements[dstIndex] = object; in moveLastEntry()
476 entries[dstIndex] = entries[srcIndex]; in moveLastEntry()
485 CompactHashing.tableSet(table, tableIndex, dstIndex + 1); in moveLastEntry()
496 entries[entryIndex] = CompactHashing.maskCombine(entry, dstIndex + 1, mask); in moveLastEntry()
499 elements[dstIndex] = null; in moveLastEntry()
500 entries[dstIndex] = 0; in moveLastEntry()
DCompactHashMap.java497 void moveLastEntry(int dstIndex, int mask) { in moveLastEntry() argument
499 if (dstIndex < srcIndex) { in moveLastEntry()
502 keys[dstIndex] = key; in moveLastEntry()
503 values[dstIndex] = values[srcIndex]; in moveLastEntry()
508 entries[dstIndex] = entries[srcIndex]; in moveLastEntry()
517 CompactHashing.tableSet(table, tableIndex, dstIndex + 1); in moveLastEntry()
528 entries[entryIndex] = CompactHashing.maskCombine(entry, dstIndex + 1, mask); in moveLastEntry()
531 keys[dstIndex] = null; in moveLastEntry()
532 values[dstIndex] = null; in moveLastEntry()
533 entries[dstIndex] = 0; in moveLastEntry()
/external/guava/guava/src/com/google/common/collect/
DCompactLinkedHashSet.java193 void moveLastEntry(int dstIndex, int mask) { in moveLastEntry() argument
195 super.moveLastEntry(dstIndex, mask); in moveLastEntry()
197 setSucceeds(getPredecessor(dstIndex), getSuccessor(dstIndex)); in moveLastEntry()
198 if (dstIndex < srcIndex) { in moveLastEntry()
199 setSucceeds(getPredecessor(srcIndex), dstIndex); in moveLastEntry() local
200 setSucceeds(dstIndex, getSuccessor(srcIndex)); in moveLastEntry()
DCompactLinkedHashMap.java188 void moveLastEntry(int dstIndex, int mask) { in moveLastEntry() argument
190 super.moveLastEntry(dstIndex, mask); in moveLastEntry()
192 setSucceeds(getPredecessor(dstIndex), getSuccessor(dstIndex)); in moveLastEntry()
193 if (dstIndex < srcIndex) { in moveLastEntry()
194 setSucceeds(getPredecessor(srcIndex), dstIndex); in moveLastEntry() local
195 setSucceeds(dstIndex, getSuccessor(srcIndex)); in moveLastEntry()
DCompactHashSet.java471 void moveLastEntry(int dstIndex, int mask) { in moveLastEntry() argument
473 if (dstIndex < srcIndex) { in moveLastEntry()
476 elements[dstIndex] = object; in moveLastEntry()
480 entries[dstIndex] = entries[srcIndex]; in moveLastEntry()
489 CompactHashing.tableSet(table, tableIndex, dstIndex + 1); in moveLastEntry()
500 entries[entryIndex] = CompactHashing.maskCombine(entry, dstIndex + 1, mask); in moveLastEntry()
503 elements[dstIndex] = null; in moveLastEntry()
504 entries[dstIndex] = 0; in moveLastEntry()
DCompactHashMap.java498 void moveLastEntry(int dstIndex, int mask) { in moveLastEntry() argument
500 if (dstIndex < srcIndex) { in moveLastEntry()
503 keys[dstIndex] = key; in moveLastEntry()
504 values[dstIndex] = values[srcIndex]; in moveLastEntry()
509 entries[dstIndex] = entries[srcIndex]; in moveLastEntry()
518 CompactHashing.tableSet(table, tableIndex, dstIndex + 1); in moveLastEntry()
529 entries[entryIndex] = CompactHashing.maskCombine(entry, dstIndex + 1, mask); in moveLastEntry()
532 keys[dstIndex] = null; in moveLastEntry()
533 values[dstIndex] = null; in moveLastEntry()
534 entries[dstIndex] = 0; in moveLastEntry()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DBlowfishEngine.java516 int dstIndex) in encryptBlock() argument
531 Bits32ToBytes(xr, dst, dstIndex); in encryptBlock()
532 Bits32ToBytes(xl, dst, dstIndex + 4); in encryptBlock()
544 int dstIndex) in decryptBlock() argument
559 Bits32ToBytes(xr, dst, dstIndex); in decryptBlock()
560 Bits32ToBytes(xl, dst, dstIndex+4); in decryptBlock()
DTwofishEngine.java449 int dstIndex) in encryptBlock() argument
473 Bits32ToBytes(x2 ^ gSubKeys[OUTPUT_WHITEN], dst, dstIndex); in encryptBlock()
474 Bits32ToBytes(x3 ^ gSubKeys[OUTPUT_WHITEN + 1], dst, dstIndex + 4); in encryptBlock()
475 Bits32ToBytes(x0 ^ gSubKeys[OUTPUT_WHITEN + 2], dst, dstIndex + 8); in encryptBlock()
476 Bits32ToBytes(x1 ^ gSubKeys[OUTPUT_WHITEN + 3], dst, dstIndex + 12); in encryptBlock()
488 int dstIndex) in decryptBlock() argument
512 Bits32ToBytes(x0 ^ gSubKeys[INPUT_WHITEN], dst, dstIndex); in decryptBlock()
513 Bits32ToBytes(x1 ^ gSubKeys[INPUT_WHITEN + 1], dst, dstIndex + 4); in decryptBlock()
514 Bits32ToBytes(x2 ^ gSubKeys[INPUT_WHITEN + 2], dst, dstIndex + 8); in decryptBlock()
515 Bits32ToBytes(x3 ^ gSubKeys[INPUT_WHITEN + 3], dst, dstIndex + 12); in decryptBlock()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/engines/
DBlowfishEngine.java518 int dstIndex) in encryptBlock() argument
533 Bits32ToBytes(xr, dst, dstIndex); in encryptBlock()
534 Bits32ToBytes(xl, dst, dstIndex + 4); in encryptBlock()
546 int dstIndex) in decryptBlock() argument
561 Bits32ToBytes(xr, dst, dstIndex); in decryptBlock()
562 Bits32ToBytes(xl, dst, dstIndex+4); in decryptBlock()
DTwofishEngine.java451 int dstIndex) in encryptBlock() argument
475 Bits32ToBytes(x2 ^ gSubKeys[OUTPUT_WHITEN], dst, dstIndex); in encryptBlock()
476 Bits32ToBytes(x3 ^ gSubKeys[OUTPUT_WHITEN + 1], dst, dstIndex + 4); in encryptBlock()
477 Bits32ToBytes(x0 ^ gSubKeys[OUTPUT_WHITEN + 2], dst, dstIndex + 8); in encryptBlock()
478 Bits32ToBytes(x1 ^ gSubKeys[OUTPUT_WHITEN + 3], dst, dstIndex + 12); in encryptBlock()
490 int dstIndex) in decryptBlock() argument
514 Bits32ToBytes(x0 ^ gSubKeys[INPUT_WHITEN], dst, dstIndex); in decryptBlock()
515 Bits32ToBytes(x1 ^ gSubKeys[INPUT_WHITEN + 1], dst, dstIndex + 4); in decryptBlock()
516 Bits32ToBytes(x2 ^ gSubKeys[INPUT_WHITEN + 2], dst, dstIndex + 8); in decryptBlock()
517 Bits32ToBytes(x3 ^ gSubKeys[INPUT_WHITEN + 3], dst, dstIndex + 12); in decryptBlock()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/engines/
DBlowfishEngine.java518 int dstIndex) in encryptBlock() argument
533 Bits32ToBytes(xr, dst, dstIndex); in encryptBlock()
534 Bits32ToBytes(xl, dst, dstIndex + 4); in encryptBlock()
546 int dstIndex) in decryptBlock() argument
561 Bits32ToBytes(xr, dst, dstIndex); in decryptBlock()
562 Bits32ToBytes(xl, dst, dstIndex+4); in decryptBlock()
DTwofishEngine.java451 int dstIndex) in encryptBlock() argument
475 Bits32ToBytes(x2 ^ gSubKeys[OUTPUT_WHITEN], dst, dstIndex); in encryptBlock()
476 Bits32ToBytes(x3 ^ gSubKeys[OUTPUT_WHITEN + 1], dst, dstIndex + 4); in encryptBlock()
477 Bits32ToBytes(x0 ^ gSubKeys[OUTPUT_WHITEN + 2], dst, dstIndex + 8); in encryptBlock()
478 Bits32ToBytes(x1 ^ gSubKeys[OUTPUT_WHITEN + 3], dst, dstIndex + 12); in encryptBlock()
490 int dstIndex) in decryptBlock() argument
514 Bits32ToBytes(x0 ^ gSubKeys[INPUT_WHITEN], dst, dstIndex); in decryptBlock()
515 Bits32ToBytes(x1 ^ gSubKeys[INPUT_WHITEN + 1], dst, dstIndex + 4); in decryptBlock()
516 Bits32ToBytes(x2 ^ gSubKeys[INPUT_WHITEN + 2], dst, dstIndex + 8); in decryptBlock()
517 Bits32ToBytes(x3 ^ gSubKeys[INPUT_WHITEN + 3], dst, dstIndex + 12); in decryptBlock()
/external/llvm-project/mlir/lib/Dialect/Linalg/Analysis/
DDependenceAnalysis.cpp162 unsigned dstIndex = in addDependencesBetween() local
166 LinalgOpView{dst.getOperation(), dstIndex}); in addDependencesBetween()
173 unsigned dstIndex = in addDependencesBetween() local
177 LinalgOpView{dst.getOperation(), dstIndex}); in addDependencesBetween()
188 unsigned dstIndex = in addDependencesBetween() local
192 LinalgOpView{dst.getOperation(), dstIndex}); in addDependencesBetween()
199 unsigned dstIndex = in addDependencesBetween() local
203 LinalgOpView{dst.getOperation(), dstIndex}); in addDependencesBetween()
/external/angle/src/libANGLE/renderer/vulkan/shaders/src/
DConvertIndexIndirectLineLoop.comp111 uint dstIndex = dstOffsetDiv4 + (index >> IDXSHIFT);
113 uint srcBlock = dstData[dstIndex];
122 dstData[dstIndex] = srcBlock;
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowMatrix.java326 protected void mapPoints(float[] dst, int dstIndex, float[] src, int srcIndex, int pointCount) { in mapPoints() argument
329 dst[dstIndex + i * 2] = mapped.x; in mapPoints()
330 dst[dstIndex + i * 2 + 1] = mapped.y; in mapPoints()
335 protected void mapVectors(float[] dst, int dstIndex, float[] src, int srcIndex, int vectorCount) { in mapVectors() argument
344 dst[dstIndex + i * 2] = mapped.x; in mapVectors()
345 dst[dstIndex + i * 2 + 1] = mapped.y; in mapVectors()
/external/llvm-project/flang/lib/Semantics/
Dresolve-names-utils.cpp382 std::size_t dstIndex{*it}; in FinishSet() local
383 MergeInto(source, currSet_, dstIndex); in FinishSet()
385 MergeInto(source, sets_[*it], dstIndex); in FinishSet()
440 EquivalenceSet &src, std::size_t dstIndex) { in MergeInto() argument
441 EquivalenceSet &dst{sets_[dstIndex]}; in MergeInto()
445 objectToSet_[obj] = dstIndex; in MergeInto()
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp2091 …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 …]
DOutputASM.h270 …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);
/external/skqp/src/gpu/effects/
DGrXfermodeFragmentProcessor.cpp427 SkDEBUGCODE(int dstIndex =) this->registerChildProcessor(std::move(fp)); in ComposeOneFragmentProcessor()
428 SkASSERT(0 == dstIndex); in ComposeOneFragmentProcessor()
/external/angle/src/libANGLE/renderer/vulkan/shaders/gen/
DConvertIndexIndirectLineLoop.comp.00000001.inc167 // uint dstIndex = dstOffsetDiv4 +(index >> 1);
169 // uint srcBlock = dstData[dstIndex];
177 // dstData[dstIndex]= srcBlock;

12