Searched defs:GetProcessedSize (Results 1 – 8 of 8) sorted by relevance
40 UInt64 COutBuffer::GetProcessedSize() const throw() in GetProcessedSize() function in COutBuffer
49 …UInt64 GetProcessedSize() const { return _processedSize + NumExtraBytes + (size_t)(_buf - _bufBase… in GetProcessedSize() function
17 UInt64 GetProcessedSize() const { return _stream.GetProcessedSize() + ((8 - _bitPos + 7) >> 3); } in GetProcessedSize() function
38 …UInt64 GetProcessedSize() const { return _stream.GetProcessedSize() - ((kNumBigValueBits - _bitPos… in GetProcessedSize() function
96 …UInt64 GetProcessedSize() const { return _stream.GetProcessedSize() - ((kNumBigValueBits - _bitPos… in GetProcessedSize() function
63 UInt64 GetProcessedSize() const { return Stream.GetProcessedSize() - (_bitPos >> 3); } in GetProcessedSize() function
447 …Z7_FORCE_INLINE UInt64 GetProcessedSize() const { return _processedSize + (size_t)(_buf - _bufBase… in GetProcessedSize() function in NCompress::NRar5::CBitDecoder