Searched refs:_outSize (Results 1 – 7 of 7) 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()
74 _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()
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()
42 UInt64 _outSize; variable