Home
last modified time | relevance | path

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

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