Home
last modified time | relevance | path

Searched defs:dstIndex (Results 1 – 6 of 6) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DBlowfishEngine.java514 int dstIndex) in encryptBlock()
542 int dstIndex) in decryptBlock()
DTwofishEngine.java448 int dstIndex) in encryptBlock()
487 int dstIndex) in decryptBlock()
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
DBlowFish.java346 private void encryptBlock(byte[] src, int srcIndex, byte[] dst, int dstIndex) in encryptBlock()
370 private void decryptBlock(byte[] src, int srcIndex, byte[] dst, int dstIndex) in decryptBlock()
/external/webkit/Source/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp717 void BytecodeGenerator::retrieveLastBinaryOp(int& dstIndex, int& src1Index, int& src2Index) in retrieveLastBinaryOp()
726 void BytecodeGenerator::retrieveLastUnaryOp(int& dstIndex, int& srcIndex) in retrieveLastUnaryOp()
759 int dstIndex; in emitJumpIfTrue() local
776 int dstIndex; in emitJumpIfTrue() local
793 int dstIndex; in emitJumpIfTrue() local
808 int dstIndex; in emitJumpIfTrue() local
835 int dstIndex; in emitJumpIfFalse() local
852 int dstIndex; in emitJumpIfFalse() local
869 int dstIndex; in emitJumpIfFalse() local
884 int dstIndex; in emitJumpIfFalse() local
[all …]
/external/webkit/Source/WebCore/platform/graphics/filters/
DFEDisplacementMap.cpp127 int dstIndex = line + x * 4; in apply() local
/external/icu4c/test/cintltst/
Dnucnvtst.c3476 int32_t dstIndex=0; in unescape() local