Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Compress/
DRar5Decoder.cpp380 const UInt64 processed = GetProcessedSize_Round(); in SetCheck_forBlock()
395 const UInt64 v = GetProcessedSize_Round(); in IsBlockOverRead()
446 …Z7_FORCE_INLINE UInt64 GetProcessedSize_Round() const { return _processedSize + (size_t)(_buf - _b… in GetProcessedSize_Round() function in NCompress::NRar5::CBitDecoder
1166 _bitStream._blockEnd = _bitStream.GetProcessedSize_Round() + blockSize; in ReadTables()
1410 const UInt64 processed = _bitStream.GetProcessedSize_Round(); in DecodeLZ2()
1718 const UInt64 processed = _bitStream.GetProcessedSize_Round(); in DecodeLZ()