Home
last modified time | relevance | path

Searched refs:_processedSize (Results 1 – 6 of 6) sorted by relevance

/external/lzma/CPP/7zip/Compress/
DPpmdDecoder.cpp69 const UInt64 rem = _outSize - _processedSize; in CodeSpec()
84 _processedSize += i; in CodeSpec()
110 const UInt64 startPos = _processedSize; in Code()
112 size_t processed = (size_t)(_processedSize - startPos); in Code()
120 RINOK(progress->SetRatioInfo(&inSize, &_processedSize)); in Code()
123 while (!_outSizeDefined || _processedSize < _outSize); in Code()
132 _processedSize = 0; in SetOutStreamSize()
161 const UInt64 startPos = _processedSize; in Read()
164 *processedSize = (UInt32)(_processedSize - startPos); in Read()
DPpmdDecoder.h38 UInt64 _processedSize; variable
/external/lzma/CPP/7zip/Common/
DInBuffer.h24 UInt64 _processedSize; variable
41 UInt64 GetStreamSize() const { return _processedSize + (_buf - _bufBase); } in GetStreamSize()
42 UInt64 GetProcessedSize() const { return _processedSize + NumExtraBytes + (_buf - _bufBase); } in GetProcessedSize()
51 _processedSize = 0; in SetBuf()
DOutBuffer.cpp33 _processedSize = 0; in Init()
42 UInt64 res = _processedSize + _pos - _streamPos; in GetProcessedSize()
82 _processedSize += size; in FlushPart()
DInBuffer.cpp14 _processedSize(0), in CInBufferBase()
41 _processedSize = 0; in Init()
59 _processedSize += (_buf - _bufBase); in ReadBlock()
DOutBuffer.h26 UInt64 _processedSize; variable