Home
last modified time | relevance | path

Searched refs:_outSize (Results 1 - 10 of 10) sorted by relevance

/third_party/lzma/CPP/7zip/Compress/
H A DLzmaDecoder.cpp85 _outSize = 0; in SetOutStreamSizeResume()
87 _outSize = *outSize; in SetOutStreamSizeResume()
147 const UInt64 rem = _outSize - _outProcessed; in CodeSpec()
167 // we check for LZMA_STATUS_NEEDS_MORE_INPUT to allow RangeCoder initialization, if (_outSizeDefined && _outSize == 0) in CodeSpec()
168 const bool outFinished = (_outSizeDefined && _outProcessed >= _outSize); in CodeSpec()
196 if (_outSizeDefined && _outSize != _outProcessed) in CodeSpec()
247 const UInt64 rem = _outSize - _outProcessed; in Read()
292 && _outSizeDefined && _outProcessed >= _outSize in Read()
H A DPpmdDecoder.cpp81 const UInt64 rem = _outSize - _processedSize; in CodeSpec()
110 || _outSize != _processedSize in CodeSpec()
160 while (!_outSizeDefined || _processedSize < _outSize); in Code()
173 _outSize = *outSize; in SetOutStreamSize()
H A DBcj2Coder.cpp427 , _outSize(0) in CDecoder()
688 _outSize = 0; in SetOutStreamSize()
690 _outSize = *outSize; in SetOutStreamSize()
721 const UInt64 rem = _outSize - _outSize_Processed; in Read()
760 if (_finishMode && _outSizeDefined && _outSize == _outSize_Processed) in Read()
H A DPpmdDecoder.h62 UInt64 _outSize; member in NCompress::NPpmd::Z7_final
H A DBcj2Coder.h116 UInt64 _outSize; member in NCompress::NBcj2::Z7_final
H A DLzmaDecoder.h76 UInt64 _outSize; member in NCompress::NLzma::Z7_final
/third_party/lzma/CPP/7zip/Common/
H A DFilterCoder.h68 UInt64 _outSize; member in Z7_final
84 _outSize = 0; in InitSpecVars()
H A DFilterCoder.cpp83 _outSize(0), in CFilterCoder()
302 const UInt64 rem = _outSize - _nowPos64; in Flush2()
437 _outSize = *outSize; in SetOutStreamSize()
471 const UInt64 rem = _outSize - _nowPos64; in Read()
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog2.h45 UInt64 _outSize; member in CProgressSync
H A DProgressDialog2.cpp86 _outSize(UNDEFINED_VAL) in CProgressSync()
173 _outSize = *outSize; in Set_Ratio()
705 outSize = Sync._outSize; in UpdateStatInfo()

Completed in 7 milliseconds