Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Compress/
DLzma2Decoder.cpp66 _outSize = *outSize; in SetOutStreamSize()
100 const UInt64 rem = _outSize - _outSizeProcessed; in Code()
121 bool stopDecoding = (_outSizeDefined && _outSizeProcessed >= _outSize); in Code()
162 const UInt64 rem = _outSize - _outSizeProcessed; in Read()
DLzmaDecoder.cpp74 _outSize = *outSize; in SetOutStreamSizeResume()
110 const UInt64 rem = _outSize - _outSizeProcessed; in CodeSpec()
129 bool stopDecoding = (_outSizeDefined && _outSizeProcessed >= _outSize); in CodeSpec()
189 const UInt64 rem = _outSize - _outSizeProcessed; in Read()
DLzma2Decoder.h32 UInt64 _outSize; variable
DPpmdDecoder.h36 UInt64 _outSize; variable
DLzmaDecoder.h32 UInt64 _outSize; variable
/external/lzma/CPP/7zip/Common/
DFilterCoder.cpp30 UInt64 remSize = _outSize - _nowPos64; in WriteWithLimit()
46 _outSize = *outSize; in Code()
48 while (!_outSizeIsDefined || _nowPos64 < _outSize) in Code()
DFilterCoder.h42 UInt64 _outSize; variable