/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/swiftshader/src/OpenGL/compiler/ |
D | OutputASM.cpp | 1867 …Instruction *OutputASM::emit(sw::Shader::Opcode op, TIntermTyped *dst, int dstIndex, TIntermNode *… in emit() argument 1875 instruction->dst.index = registerIndex(dst) + dstIndex; in emit() 1896 Instruction *OutputASM::emitCast(TIntermTyped *dst, int dstIndex, TIntermTyped *src, int srcIndex) in emitCast() argument 1903 case EbtInt: return emit(sw::Shader::OPCODE_B2I, dst, dstIndex, src, srcIndex); in emitCast() 1904 case EbtUInt: return emit(sw::Shader::OPCODE_B2I, dst, dstIndex, src, srcIndex); in emitCast() 1905 case EbtFloat: return emit(sw::Shader::OPCODE_B2F, dst, dstIndex, src, srcIndex); in emitCast() 1912 case EbtBool: return emit(sw::Shader::OPCODE_I2B, dst, dstIndex, src, srcIndex); in emitCast() 1913 case EbtFloat: return emit(sw::Shader::OPCODE_I2F, dst, dstIndex, src, srcIndex); in emitCast() 1920 case EbtBool: return emit(sw::Shader::OPCODE_I2B, dst, dstIndex, src, srcIndex); in emitCast() 1921 case EbtFloat: return emit(sw::Shader::OPCODE_U2F, dst, dstIndex, src, srcIndex); in emitCast() [all …]
|
D | OutputASM.h | 265 …Instruction *emit(sw::Shader::Opcode op, TIntermTyped *dst, int dstIndex, TIntermNode *src0 = 0, i… 268 Instruction *emitCast(TIntermTyped *dst, int dstIndex, TIntermTyped *src, int srcIndex);
|
/external/skia/src/gpu/effects/ |
D | GrXfermodeFragmentProcessor.cpp | 254 SkDEBUGCODE(int dstIndex =) this->registerChildProcessor(std::move(fp)); in ComposeOneFragmentProcessor() 255 SkASSERT(0 == dstIndex); in ComposeOneFragmentProcessor()
|
/external/skia/src/effects/ |
D | SkArithmeticImageFilter.cpp | 299 SkDEBUGCODE(int dstIndex =) this->registerChildProcessor(std::move(dst)); in ArithmeticFP() 300 SkASSERT(0 == dstIndex); in ArithmeticFP()
|
/external/icu/icu4c/source/test/cintltst/ |
D | nucnvtst.c | 3464 int32_t dstIndex=0; in unescape() local 3485 if(dstIndex < dstLen){ in unescape() 3487 dst[dstIndex++] = U16_LEAD(c); in unescape() 3488 if(dstIndex<dstLen){ in unescape() 3489 dst[dstIndex]=U16_TRAIL(c); in unescape() 3494 dst[dstIndex]=(UChar)c; in unescape() 3500 dstIndex++; /* for preflighting */ in unescape() 3502 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/android_icu4j/src/main/java/android/icu/lang/ |
D | UCharacter.java | 5464 public static final int toChars(int cp, char[] dst, int dstIndex) { in toChars() argument 5465 return Character.toChars(cp, dst, dstIndex); in toChars()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
D | UCharacter.java | 6123 public static final int toChars(int cp, char[] dst, int dstIndex) { in toChars() argument 6124 return Character.toChars(cp, dst, dstIndex); in toChars()
|
/external/robolectric/v1/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | com.ibm.icu_4.2.1.v20100412.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |