Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Compress/
DLzma2Decoder.cpp73 _outSize = 0; in SetOutStreamSize()
75 _outSize = *outSize; in SetOutStreamSize()
127 const UInt64 rem = _outSize - _outSizeProcessed; in Code()
147 bool outFinished = (_outSizeDefined && _outSizeProcessed >= _outSize); in Code()
218 const UInt64 rem = _outSize - _outSizeProcessed; in Read()
257 if (finishMode != LZMA_FINISH_END || _outSize != _outSizeProcessed) in Read()
DPpmdDecoder.cpp69 const UInt64 rem = _outSize - _processedSize; in CodeSpec()
123 while (!_outSizeDefined || _processedSize < _outSize); in Code()
131 _outSize = *outSize; in SetOutStreamSize()
DLzmaDecoder.cpp71 _outSize = *outSize; in SetOutStreamSizeResume()
114 const UInt64 rem = _outSize - _outSizeProcessed; in CodeSpec()
133 bool stopDecoding = (_outSizeDefined && _outSizeProcessed >= _outSize); in CodeSpec()
205 const UInt64 rem = _outSize - _outSizeProcessed; in Read()
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.h36 UInt64 _outSize; variable
DLzma2Decoder.h35 UInt64 _outSize; variable
DLzmaDecoder.h33 UInt64 _outSize; variable
DBcj2Coder.h79 UInt64 _outSize; variable
/external/lzma/CPP/7zip/Common/
DFilterCoder.cpp59 _outSize(0), in CFilterCoder()
158 UInt64 rem = _outSize - _nowPos64; in Flush2()
287 _outSize = *outSize; in SetOutStreamSize()
321 UInt64 rem = _outSize - _nowPos64; in Read()
DFilterCoder.h96 UInt64 _outSize; variable
112 _outSize = 0; in InitSpecVars()
/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog2.h44 UInt64 _outSize; variable
DProgressDialog2.cpp81 _outSize(UNDEFINED_VAL), in CProgressSync()
169 _outSize = *outSize; in Set_Ratio()
691 outSize = Sync._outSize; in UpdateStatInfo()