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

/external/lzma/CPP/7zip/Compress/
H A DLzma2Decoder.cpp73 _outSize = 0;
75 _outSize = *outSize;
127 const UInt64 rem = _outSize - _outSizeProcessed;
147 bool outFinished = (_outSizeDefined && _outSizeProcessed >= _outSize);
218 const UInt64 rem = _outSize - _outSizeProcessed;
257 if (finishMode != LZMA_FINISH_END || _outSize != _outSizeProcessed)
H A DPpmdDecoder.cpp69 const UInt64 rem = _outSize - _processedSize;
123 while (!_outSizeDefined || _processedSize < _outSize);
131 _outSize = *outSize;
H A DLzmaDecoder.cpp71 _outSize = *outSize;
114 const UInt64 rem = _outSize - _outSizeProcessed;
133 bool stopDecoding = (_outSizeDefined && _outSizeProcessed >= _outSize);
205 const UInt64 rem = _outSize - _outSizeProcessed;
H A DPpmdDecoder.h36 UInt64 _outSize; member in class:NCompress::NPpmd::CDecoder
H A DLzma2Decoder.h35 UInt64 _outSize; member in class:NCompress::NLzma2::CDecoder
H A DLzmaDecoder.h33 UInt64 _outSize; member in class:NCompress::NLzma::CDecoder
H A DBcj2Coder.h79 UInt64 _outSize; member in class:NCompress::NBcj2::CDecoder
H A DBcj2Coder.cpp327 CDecoder::CDecoder(): _finishMode(false), _outSizeDefined(false), _outSize(0)
530 _outSize = 0;
532 _outSize = *outSize;
557 UInt64 rem = _outSize - _outSize_Processed;
639 if (_finishMode && _outSizeDefined && _outSize == _outSize_Processed)
/external/lzma/CPP/7zip/Common/
H A DFilterCoder.cpp59 _outSize(0),
158 UInt64 rem = _outSize - _nowPos64;
287 _outSize = *outSize;
321 UInt64 rem = _outSize - _nowPos64;
H A DFilterCoder.h96 UInt64 _outSize; member in class:CFilterCoder
112 _outSize = 0;
/external/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog2.h44 UInt64 _outSize; member in class:CProgressSync
H A DProgressDialog2.cpp81 _outSize(UNDEFINED_VAL),
169 _outSize = *outSize;
691 outSize = Sync._outSize;

Completed in 362 milliseconds