/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
D | BlowfishEngine.java | 515 int dstIndex) in encryptBlock() argument 530 Bits32ToBytes(xr, dst, dstIndex); in encryptBlock() 531 Bits32ToBytes(xl, dst, dstIndex + 4); in encryptBlock() 543 int dstIndex) in decryptBlock() argument 558 Bits32ToBytes(xr, dst, dstIndex); in decryptBlock() 559 Bits32ToBytes(xl, dst, dstIndex+4); in decryptBlock()
|
D | TwofishEngine.java | 449 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/ |
D | BlowfishEngine.java | 517 int dstIndex) in encryptBlock() argument 532 Bits32ToBytes(xr, dst, dstIndex); in encryptBlock() 533 Bits32ToBytes(xl, dst, dstIndex + 4); in encryptBlock() 545 int dstIndex) in decryptBlock() argument 560 Bits32ToBytes(xr, dst, dstIndex); in decryptBlock() 561 Bits32ToBytes(xl, dst, dstIndex+4); in decryptBlock()
|
D | TwofishEngine.java | 451 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/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowMatrix.java | 326 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/swiftshader/src/OpenGL/compiler/ |
D | OutputASM.cpp | 2087 …Instruction *OutputASM::emit(sw::Shader::Opcode op, TIntermTyped *dst, int dstIndex, TIntermNode *… in emit() argument 2094 destination(instruction->dst, dst, dstIndex); in emit() 2119 Instruction *OutputASM::emitCast(TIntermTyped *dst, int dstIndex, TIntermTyped *src, int srcIndex) in emitCast() argument 2126 case EbtInt: return emit(sw::Shader::OPCODE_B2I, dst, dstIndex, src, srcIndex); in emitCast() 2127 case EbtUInt: return emit(sw::Shader::OPCODE_B2I, dst, dstIndex, src, srcIndex); in emitCast() 2128 case EbtFloat: return emit(sw::Shader::OPCODE_B2F, dst, dstIndex, src, srcIndex); in emitCast() 2135 case EbtBool: return emit(sw::Shader::OPCODE_I2B, dst, dstIndex, src, srcIndex); in emitCast() 2136 case EbtFloat: return emit(sw::Shader::OPCODE_I2F, dst, dstIndex, src, srcIndex); in emitCast() 2143 case EbtBool: return emit(sw::Shader::OPCODE_I2B, dst, dstIndex, src, srcIndex); in emitCast() 2144 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);
|
/external/skqp/src/gpu/effects/ |
D | GrXfermodeFragmentProcessor.cpp | 427 SkDEBUGCODE(int dstIndex =) this->registerChildProcessor(std::move(fp)); in ComposeOneFragmentProcessor() 428 SkASSERT(0 == dstIndex); in ComposeOneFragmentProcessor()
|
/external/skia/src/gpu/effects/ |
D | GrXfermodeFragmentProcessor.cpp | 418 SkDEBUGCODE(int dstIndex =) this->registerChildProcessor(std::move(fp)); in ComposeOneFragmentProcessor() 419 SkASSERT(0 == dstIndex); in ComposeOneFragmentProcessor()
|
/external/icu/icu4c/source/test/cintltst/ |
D | nucnvtst.c | 3474 int32_t dstIndex=0; in unescape() local 3495 if(dstIndex < dstLen){ in unescape() 3497 dst[dstIndex++] = U16_LEAD(c); in unescape() 3498 if(dstIndex<dstLen){ in unescape() 3499 dst[dstIndex]=U16_TRAIL(c); in unescape() 3504 dst[dstIndex]=(UChar)c; in unescape() 3510 dstIndex++; /* for preflighting */ in unescape() 3512 return dstIndex; in unescape()
|
/external/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()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
D | UCharacter.java | 6233 public static final int toChars(int cp, char[] dst, int dstIndex) { in toChars() argument 6234 return Character.toChars(cp, dst, dstIndex); in toChars()
|
/external/icu/android_icu4j/src/main/java/android/icu/lang/ |
D | UCharacter.java | 5570 public static final int toChars(int cp, char[] dst, int dstIndex) { in toChars() argument 5571 return Character.toChars(cp, dst, dstIndex); in toChars()
|