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

/external/lzma/CPP/7zip/Compress/
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.cpp74 _outSize = *outSize;
110 const UInt64 rem = _outSize - _outSizeProcessed;
129 bool stopDecoding = (_outSizeDefined && _outSizeProcessed >= _outSize);
189 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.h42 UInt64 _outSize; member in class:CFilterCoder

Completed in 421 milliseconds