Home
last modified time | relevance | path

Searched refs:inSize2 (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/Common/
DProgressUtils.cpp25 UInt64 inSize2 = InSize; in SetRatioInfo() local
29 inSize2 += (*inSize); in SetRatioInfo()
35 RINOK(_ratioProgress->SetRatioInfo(&inSize2, &outSize2)); in SetRatioInfo()
40 inSize2 += ProgressOffset; in SetRatioInfo()
42 return _progress->SetCompleted(_inSizeIsMain ? &inSize2 : &outSize2); in SetRatioInfo()
/external/lzma/C/
DMtCoder.c13 UInt64 inSize2 = 0; in MtProgressThunk_Progress() local
17 inSize2 = inSize - thunk->inSize; in MtProgressThunk_Progress()
25 return MtProgress_ProgressAdd(thunk->mtProgress, inSize2, outSize2); in MtProgressThunk_Progress()
/external/lzma/CPP/7zip/Compress/
DBcj2Coder.cpp469 …const UInt64 inSize2 = outSize2 + _inStreamsProcessed[BCJ2_STREAM_RC] - (dec.lims[BCJ2_STREAM_RC] … in Code() local
470 RINOK(progress->SetRatioInfo(&inSize2, &outSize2)); in Code()