OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stopDecoding
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/7zip/Compress/
Lzma2Decoder.cpp
121
bool
stopDecoding
= (_outSizeDefined && _outSizeProcessed >= _outSize);
123
if (res != 0 || _state.decoder.dicPos == _state.decoder.dicBufSize || finished ||
stopDecoding
)
129
if (
stopDecoding
)
LzmaDecoder.cpp
129
bool
stopDecoding
= (_outSizeDefined && _outSizeProcessed >= _outSize);
131
if (res != 0 || _state.dicPos == next || finished ||
stopDecoding
)
146
if (
stopDecoding
)
Completed in 534 milliseconds