Searched refs:stopDecoding (Results 1 - 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/Compress/
H A DLzma2Decoder.cpp121 bool stopDecoding = (_outSizeDefined && _outSizeProcessed >= _outSize); local
123 if (res != 0 || _state.decoder.dicPos == _state.decoder.dicBufSize || finished || stopDecoding)
129 if (stopDecoding)
H A DLzmaDecoder.cpp131 bool stopDecoding = (_outSizeDefined && _outSizeProcessed >= _outSize); local
133 if (res != 0 || _state.dicPos == next || finished || stopDecoding)
148 if (stopDecoding)

Completed in 876 milliseconds