Searched defs:dstIndex (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/filters/
H A DFEDisplacementMap.cpp127 int dstIndex = line + x * 4; local
128 int srcX = x + static_cast<int>(scaleX * srcPixelArrayB->get(dstIndex + m_xChannelSelector - 1) + scaleAdjustmentX);
129 int srcY = y + static_cast<int>(scaleY * srcPixelArrayB->get(dstIndex + m_yChannelSelector - 1) + scaleAdjustmentY);
132 dstPixelArray->set(dstIndex + channel, static_cast<unsigned char>(0));
135 dstPixelArray->set(dstIndex + channel, pixelValue);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
H A DBlowfishEngine.java514 int dstIndex)
529 Bits32ToBytes(xr, dst, dstIndex);
530 Bits32ToBytes(xl, dst, dstIndex + 4);
542 int dstIndex)
557 Bits32ToBytes(xr, dst, dstIndex);
558 Bits32ToBytes(xl, dst, dstIndex+4);
510 encryptBlock( byte[] src, int srcIndex, byte[] dst, int dstIndex) argument
538 decryptBlock( byte[] src, int srcIndex, byte[] dst, int dstIndex) argument
H A DTwofishEngine.java448 int dstIndex)
472 Bits32ToBytes(x2 ^ gSubKeys[OUTPUT_WHITEN], dst, dstIndex);
473 Bits32ToBytes(x3 ^ gSubKeys[OUTPUT_WHITEN + 1], dst, dstIndex + 4);
474 Bits32ToBytes(x0 ^ gSubKeys[OUTPUT_WHITEN + 2], dst, dstIndex + 8);
475 Bits32ToBytes(x1 ^ gSubKeys[OUTPUT_WHITEN + 3], dst, dstIndex + 12);
487 int dstIndex)
511 Bits32ToBytes(x0 ^ gSubKeys[INPUT_WHITEN], dst, dstIndex);
512 Bits32ToBytes(x1 ^ gSubKeys[INPUT_WHITEN + 1], dst, dstIndex + 4);
513 Bits32ToBytes(x2 ^ gSubKeys[INPUT_WHITEN + 2], dst, dstIndex + 8);
514 Bits32ToBytes(x3 ^ gSubKeys[INPUT_WHITEN + 3], dst, dstIndex
444 encryptBlock( byte[] src, int srcIndex, byte[] dst, int dstIndex) argument
483 decryptBlock( byte[] src, int srcIndex, byte[] dst, int dstIndex) argument
[all...]
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
H A DBlowFish.java346 private void encryptBlock(byte[] src, int srcIndex, byte[] dst, int dstIndex) argument
361 Bits32ToBytes(xr, dst, dstIndex);
362 Bits32ToBytes(xl, dst, dstIndex + 4);
370 private void decryptBlock(byte[] src, int srcIndex, byte[] dst, int dstIndex) argument
385 Bits32ToBytes(xr, dst, dstIndex);
386 Bits32ToBytes(xl, dst, dstIndex + 4);
/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.cpp717 void BytecodeGenerator::retrieveLastBinaryOp(int& dstIndex, int& src1Index, int& src2Index) argument
721 dstIndex = instructions().at(size - 3).u.operand;
726 void BytecodeGenerator::retrieveLastUnaryOp(int& dstIndex, int& srcIndex) argument
730 dstIndex = instructions().at(size - 2).u.operand;
759 int dstIndex; local
763 retrieveLastBinaryOp(dstIndex, src1Index, src2Index);
765 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
776 int dstIndex; local
780 retrieveLastBinaryOp(dstIndex, src1Index, src2Index);
782 if (cond->index() == dstIndex
793 int dstIndex; local
808 int dstIndex; local
835 int dstIndex; local
852 int dstIndex; local
869 int dstIndex; local
884 int dstIndex; local
899 int dstIndex; local
1037 int dstIndex; local
[all...]
/external/icu4c/test/cintltst/
H A Dnucnvtst.c3476 int32_t dstIndex=0; local
3497 if(dstIndex < dstLen){
3499 dst[dstIndex++] = UTF16_LEAD(c);
3500 if(dstIndex<dstLen){
3501 dst[dstIndex]=UTF16_TRAIL(c);
3506 dst[dstIndex]=(UChar)c;
3512 dstIndex++; /* for preflighting */
3514 return dstIndex;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 232 milliseconds