Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Compress/
DLzmaDecoder.cpp85 _outSize = 0; in SetOutStreamSizeResume()
87 _outSize = *outSize; in SetOutStreamSizeResume()
147 const UInt64 rem = _outSize - _outProcessed; 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 Z7_COM7F_IMF()
DPpmdDecoder.cpp81 const UInt64 rem = _outSize - _processedSize; in CodeSpec()
110 || _outSize != _processedSize in CodeSpec()
160 while (!_outSizeDefined || _processedSize < _outSize); in Z7_COM7F_IMF()
173 _outSize = *outSize; in Z7_COM7F_IMF()
DBcj2Coder.cpp427 , _outSize(0) in CDecoder()
688 _outSize = 0; in Z7_COM7F_IMF()
690 _outSize = *outSize; in Z7_COM7F_IMF()
721 const UInt64 rem = _outSize - _outSize_Processed; in Z7_COM7F_IMF()
760 if (_finishMode && _outSizeDefined && _outSize == _outSize_Processed) in Z7_COM7F_IMF()
DPpmdDecoder.h62 UInt64 _outSize; variable
DLzmaDecoder.h76 UInt64 _outSize; variable
DBcj2Coder.h116 UInt64 _outSize; variable
/third_party/lzma/CPP/7zip/Common/
DFilterCoder.cpp83 _outSize(0), in CFilterCoder()
302 const UInt64 rem = _outSize - _nowPos64; in Flush2()
437 _outSize = *outSize; in Z7_COM7F_IMF()
471 const UInt64 rem = _outSize - _nowPos64; in Z7_COM7F_IMF()
DFilterCoder.h68 UInt64 _outSize; variable
84 _outSize = 0; in InitSpecVars()
/third_party/lzma/CPP/7zip/UI/FileManager/
DProgressDialog2.cpp86 _outSize(UNDEFINED_VAL) in CProgressSync()
173 _outSize = *outSize; in Set_Ratio()
705 outSize = Sync._outSize; in UpdateStatInfo()
DProgressDialog2.h45 UInt64 _outSize; variable