Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Compress/
DLzmaDecoder.cpp83 _outSize = 0; in SetOutStreamSizeResume()
85 _outSize = *outSize; in SetOutStreamSizeResume()
145 const UInt64 rem = _outSize - _outProcessed; in CodeSpec()
166 bool outFinished = (_outSizeDefined && _outProcessed >= _outSize); in CodeSpec()
194 if (_outSizeDefined && _outSize != _outProcessed) in CodeSpec()
244 const UInt64 rem = _outSize - _outProcessed; in Read()
DPpmdDecoder.cpp83 const UInt64 rem = _outSize - _processedSize; in CodeSpec()
112 || _outSize != _processedSize in CodeSpec()
162 while (!_outSizeDefined || _processedSize < _outSize); in Code()
175 _outSize = *outSize; in SetOutStreamSize()
DBcj2Coder.cpp327 CDecoder::CDecoder(): _finishMode(false), _outSizeDefined(false), _outSize(0) in CDecoder()
530 _outSize = 0; in SetOutStreamSize()
532 _outSize = *outSize; in SetOutStreamSize()
557 UInt64 rem = _outSize - _outSize_Processed; in Read()
639 if (_finishMode && _outSizeDefined && _outSize == _outSize_Processed) in Read()
DPpmdDecoder.h39 UInt64 _outSize; variable
DLzmaDecoder.h40 UInt64 _outSize; variable
DBcj2Coder.h80 UInt64 _outSize; variable
/third_party/lzma/CPP/7zip/Common/
DFilterCoder.cpp76 _outSize(0), in CFilterCoder()
176 UInt64 rem = _outSize - _nowPos64; in Flush2()
305 _outSize = *outSize; in SetOutStreamSize()
339 UInt64 rem = _outSize - _nowPos64; in Read()
DFilterCoder.h66 UInt64 _outSize; variable
82 _outSize = 0; in InitSpecVars()
/third_party/lzma/CPP/7zip/UI/FileManager/
DProgressDialog2.h44 UInt64 _outSize; variable
DProgressDialog2.cpp81 _outSize(UNDEFINED_VAL), in CProgressSync()
169 _outSize = *outSize; in Set_Ratio()
701 outSize = Sync._outSize; in UpdateStatInfo()