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

/external/lzma/CPP/7zip/Compress/
H A DPpmdDecoder.cpp73 const UInt64 rem = _outSize - _processedSize;
127 while (!_outSizeDefined || _processedSize < _outSize);
135 _outSize = *outSize;
H A DLzma2Decoder.cpp66 _outSize = *outSize;
100 const UInt64 rem = _outSize - _outSizeProcessed;
121 bool stopDecoding = (_outSizeDefined && _outSizeProcessed >= _outSize);
162 const UInt64 rem = _outSize - _outSizeProcessed;
H A DLzma2Decoder.h32 UInt64 _outSize; member in class:NCompress::NLzma2::CDecoder
H A DLzmaDecoder.cpp75 _outSize = *outSize;
112 const UInt64 rem = _outSize - _outSizeProcessed;
131 bool stopDecoding = (_outSizeDefined && _outSizeProcessed >= _outSize);
203 const UInt64 rem = _outSize - _outSizeProcessed;
H A DPpmdDecoder.h36 UInt64 _outSize; member in class:NCompress::NPpmd::CDecoder
H A DLzmaDecoder.h32 UInt64 _outSize; member in class:NCompress::NLzma::CDecoder
/external/lzma/CPP/7zip/Common/
H A DFilterCoder.cpp30 UInt64 remSize = _outSize - _nowPos64;
46 _outSize = *outSize;
48 while (!_outSizeIsDefined || _nowPos64 < _outSize)
H A DFilterCoder.h43 UInt64 _outSize; member in class:CFilterCoder
/external/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog2.h44 UInt64 _outSize; member in class:CProgressSync
H A DProgressDialog2.cpp82 _outSize(UNDEFINED_VAL),
166 _outSize = *outSize;
671 outSize = Sync._outSize;

Completed in 195 milliseconds