Searched refs:_outSize (Results 1 – 10 of 10) sorted by relevance
66 _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()
73 const UInt64 rem = _outSize - _processedSize; in CodeSpec()127 while (!_outSizeDefined || _processedSize < _outSize); in Code()135 _outSize = *outSize; in SetOutStreamSize()
75 _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()
32 UInt64 _outSize; variable
36 UInt64 _outSize; variable
30 UInt64 remSize = _outSize - _nowPos64; in WriteWithLimit()46 _outSize = *outSize; in Code()48 while (!_outSizeIsDefined || _nowPos64 < _outSize) in Code()
43 UInt64 _outSize; variable
44 UInt64 _outSize; variable
82 _outSize(UNDEFINED_VAL), in CProgressSync()166 _outSize = *outSize; in Set_Ratio()671 outSize = Sync._outSize; in UpdateStatInfo()