Searched refs:GetProcessedSize (Results 1 - 8 of 8) sorted by relevance

/external/lzma/CS/7zip/Common/
H A DOutBuffer.cs45 public ulong GetProcessedSize() { return m_ProcessedSize + m_Pos; } method in class:SevenZip.Buffer.OutBuffer
H A DInBuffer.cs67 public ulong GetProcessedSize() method in class:SevenZip.Buffer.InBuffer
/external/lzma/CPP/7zip/Compress/
H A DRangeCoder.h104 UInt64 GetProcessedSize() { return Stream.GetProcessedSize() + _cacheSize + 4; } function in class:NCompress::NRangeCoder::CEncoder
196 UInt64 GetProcessedSize() { return Stream.GetProcessedSize(); } function in class:NCompress::NRangeCoder::CDecoder
H A DBcj2Coder.cpp225 _mainStream.GetProcessedSize() +
226 _callStream.GetProcessedSize() +
227 _jumpStream.GetProcessedSize() +
228 _rc.GetProcessedSize();
303 _mainStream.GetProcessedSize() +
304 _callStream.GetProcessedSize() +
305 _jumpStream.GetProcessedSize() +
306 _rc.GetProcessedSize();
308 const UInt64 nowPos64 = _outStream.GetProcessedSize();
340 UInt32 dest = src - (UInt32(_outStream.GetProcessedSize())
[all...]
/external/lzma/CPP/7zip/Common/
H A DInBuffer.h42 UInt64 GetProcessedSize() const { return _processedSize + NumExtraBytes + (_buf - _bufBase); } function in class:CInBufferBase
H A DOutBuffer.h60 UInt64 GetProcessedSize() const throw();
H A DOutBuffer.cpp40 UInt64 COutBuffer::GetProcessedSize() const throw() function in class:COutBuffer
/external/lzma/CPP/7zip/Archive/7z/
H A D7zOut.cpp138 return _outByte.GetProcessedSize();
850 headerSize = _outByte.GetProcessedSize();

Completed in 186 milliseconds