Searched refs:destIn (Results 1 – 3 of 3) sorted by relevance
/external/conscrypt/openjdk-integ-tests/src/test/java/libcore/javax/net/ssl/ |
D | SSLEngineTest.java | 287 ByteBuffer destIn = ByteBuffer.allocate(destSession.getApplicationBufferSize()); in assertSendsCorrectly() local 290 while (destIn.position() != sourceOut.limit()) { in assertSendsCorrectly() 291 SSLEngineResult destRes = dest.unwrap(sourceToDest, destIn); in assertSendsCorrectly() 300 destIn.flip(); in assertSendsCorrectly() 301 byte[] actual = new byte[destIn.remaining()]; in assertSendsCorrectly() 302 destIn.get(actual); in assertSendsCorrectly()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zEncode.cpp | 29 UInt32 destIn = 0; in InitBindConv() local 46 for (UInt32 j = 0; j < coder.NumStreams; j++, destIn++) in InitBindConv() 49 _SrcOut_to_DestIn[index] = destIn; in InitBindConv()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 7954 unsigned destIn = dest; in EmitStructByval() local 7961 emitPostSt(BB, MI, TII, dl, UnitSize, scratch, destIn, destOut, in EmitStructByval() 7964 destIn = destOut; in EmitStructByval() 7976 emitPostSt(BB, MI, TII, dl, 1, scratch, destIn, destOut, in EmitStructByval() 7979 destIn = destOut; in EmitStructByval() 8112 unsigned destIn = destLoop; in EmitStructByval() local 8119 emitPostSt(BB, StartOfExit, TII, dl, 1, scratch, destIn, destOut, in EmitStructByval() 8122 destIn = destOut; in EmitStructByval()
|