Searched refs:_processedSize (Results 1 – 6 of 6) sorted by relevance
69 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()
38 UInt64 _processedSize; variable
24 UInt64 _processedSize; variable41 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()
33 _processedSize = 0; in Init()42 UInt64 res = _processedSize + _pos - _streamPos; in GetProcessedSize()82 _processedSize += size; in FlushPart()
14 _processedSize(0), in CInBufferBase()41 _processedSize = 0; in Init()59 _processedSize += (_buf - _bufBase); in ReadBlock()
26 UInt64 _processedSize; variable