Home
last modified time | relevance | path

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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DBlowfishEngine.java515 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()
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/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp1867 …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 …]
DOutputASM.h265 …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/
DGrXfermodeFragmentProcessor.cpp254 SkDEBUGCODE(int dstIndex =) this->registerChildProcessor(std::move(fp)); in ComposeOneFragmentProcessor()
255 SkASSERT(0 == dstIndex); in ComposeOneFragmentProcessor()
/external/skia/src/effects/
DSkArithmeticImageFilter.cpp299 SkDEBUGCODE(int dstIndex =) this->registerChildProcessor(std::move(dst)); in ArithmeticFP()
300 SkASSERT(0 == dstIndex); in ArithmeticFP()
/external/icu/icu4c/source/test/cintltst/
Dnucnvtst.c3464 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/
Ddng_lens_correction.cpp1339 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/
DUCharacter.java5464 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/
DUCharacter.java6123 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/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...