Home
last modified time | relevance | path

Searched refs:_outSize (Results 1 – 10 of 10) 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()
DPpmdDecoder.cpp73 const UInt64 rem = _outSize - _processedSize; in CodeSpec()
127 while (!_outSizeDefined || _processedSize < _outSize); in Code()
135 _outSize = *outSize; in SetOutStreamSize()
DLzmaDecoder.cpp75 _outSize = *outSize; in SetOutStreamSizeResume()
112 const UInt64 rem = _outSize - _outSizeProcessed; in CodeSpec()
131 bool stopDecoding = (_outSizeDefined && _outSizeProcessed >= _outSize); in CodeSpec()
203 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.h43 UInt64 _outSize; variable
/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog2.h44 UInt64 _outSize; variable
DProgressDialog2.cpp82 _outSize(UNDEFINED_VAL), in CProgressSync()
166 _outSize = *outSize; in Set_Ratio()
671 outSize = Sync._outSize; in UpdateStatInfo()