Searched refs:outSize2 (Results 1 – 5 of 5) sorted by relevance
26 UInt64 outSize2 = OutSize; in SetRatioInfo() local31 outSize2 += (*outSize); in SetRatioInfo()35 RINOK(_ratioProgress->SetRatioInfo(&inSize2, &outSize2)); in SetRatioInfo()41 outSize2 += ProgressOffset; in SetRatioInfo()42 return _progress->SetCompleted(_inSizeIsMain ? &inSize2 : &outSize2); in SetRatioInfo()
19 size_t outSize2 = *destLen; in Lzma86_Encode() local29 if (outSize2 < LZMA86_HEADER_SIZE) in Lzma86_Encode()71 size_t outSizeProcessed = outSize2 - LZMA86_HEADER_SIZE; in Lzma86_Encode()
14 UInt64 outSize2 = 0; in MtProgressThunk_Progress() local22 outSize2 = outSize - thunk->outSize; in MtProgressThunk_Progress()25 return MtProgress_ProgressAdd(thunk->mtProgress, inSize2, outSize2); in MtProgressThunk_Progress()
289 … UInt64 outSize2 = currentInPos + outSizeRc + enc.bufs[BCJ2_STREAM_RC] - enc.bufs[BCJ2_STREAM_RC]; in CodeReal() local292 RINOK(progress->SetRatioInfo(¤tInPos, &outSize2)); in CodeReal()466 const UInt64 outSize2 = outSizeProcessed + (dec.dest - _bufs[BCJ2_NUM_STREAMS]); in Code() local467 if (outSize2 - prevProgress >= (1 << 22)) in Code()469 …const UInt64 inSize2 = outSize2 + _inStreamsProcessed[BCJ2_STREAM_RC] - (dec.lims[BCJ2_STREAM_RC] … in Code()470 RINOK(progress->SetRatioInfo(&inSize2, &outSize2)); in Code()471 prevProgress = outSize2; in Code()
108 UInt64 outSize2; in SetRatioInfo() local113 outSize2 = OutSize; in SetRatioInfo()117 return _progress->SetRatioInfo(inSize, &outSize2); in SetRatioInfo()