Home
last modified time | relevance | path

Searched defs:GetProcessedSize (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/Common/
H A DOutBuffer.cpp40 UInt64 COutBuffer::GetProcessedSize() const throw() in GetProcessedSize() function in COutBuffer
H A DInBuffer.h49 …UInt64 GetProcessedSize() const { return _processedSize + NumExtraBytes + (size_t)(_buf - _bufBase… in GetProcessedSize() function
/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A DBitmEncoder.h17 UInt64 GetProcessedSize() const { return _stream.GetProcessedSize() + ((8 - _bitPos + 7) >> 3); } in GetProcessedSize() function
H A DBitlEncoder.h17 UInt64 GetProcessedSize() const { return _stream.GetProcessedSize() + ((8 - _bitPos + 7) >> 3); } in GetProcessedSize() function
H A DBitmDecoder.h38 …UInt64 GetProcessedSize() const { return _stream.GetProcessedSize() - ((kNumBigValueBits - _bitPos… in GetProcessedSize() function
H A DBitlDecoder.h96 …UInt64 GetProcessedSize() const { return _stream.GetProcessedSize() - ((kNumBigValueBits - _bitPos… in GetProcessedSize() function
H A DRar3Decoder.h63 UInt64 GetProcessedSize() const { return Stream.GetProcessedSize() - (_bitPos >> 3); } in GetProcessedSize() function
H A DRar5Decoder.cpp447 …Z7_FORCE_INLINE UInt64 GetProcessedSize() const { return _processedSize + (size_t)(_buf - _bufBase… in GetProcessedSize() function in NCompress::NRar5::CBitDecoder