Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A DRar5Decoder.cpp445 Z7_FORCE_INLINE unsigned GetProcessedBits7() const { return _bitPos; } in GetProcessedBits7() function in NCompress::NRar5::CBitDecoder
1414 || _bitStream.GetProcessedBits7() >= _bitStream._blockEndBits7)) in DecodeLZ2()
1724 const unsigned bits7 = _bitStream.GetProcessedBits7(); in DecodeLZ()