Searched refs:_bufferPos (Results 1 – 7 of 7) sorted by relevance
/external/lzma/CPP/7zip/Common/ |
D | FilterCoder.cpp | 86 _bufferPos = 0; in SetOutStream() 104 UInt32 sizeTemp = MyMin(size, kBufferSize - _bufferPos); in Write() 105 memcpy(_buffer + _bufferPos, data, sizeTemp); in Write() 110 UInt32 endPos = _bufferPos + sizeTemp; in Write() 111 _bufferPos = Filter->Filter(_buffer, endPos); in Write() 112 if (_bufferPos == 0) in Write() 114 _bufferPos = endPos; in Write() 117 if (_bufferPos > endPos) in Write() 123 RINOK(WriteWithLimit(_outStream, _bufferPos)); in Write() 125 while (_bufferPos < endPos) in Write() [all …]
|
D | FilterCoder.h | 39 UInt32 _bufferPos; variable
|
/external/lzma/CPP/7zip/Compress/ |
D | BranchCoder.cpp | 9 _bufferPos = 0; in Init() 17 _bufferPos += processedSize; in STDMETHODIMP_()
|
D | BcjCoder.cpp | 9 return (UInt32)::x86_Convert(data, size, _bufferPos, &_prevMask, 1); in SubFilter() 14 return (UInt32)::x86_Convert(data, size, _bufferPos, &_prevMask, 0); in SubFilter()
|
D | BranchMisc.cpp | 11 { return (UInt32)::name ## Convert(data, size, _bufferPos, coderNum); }
|
D | BranchCoder.h | 15 UInt32 _bufferPos;
|
/external/google-tv-pairing-protocol/java/jar/ |
D | bcprov-jdk15-143.jar | META-INF/MANIFEST.MF
META-INF/BCKEY.SF
META-INF/BCKEY ... |