Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DProgressUtils.cpp23 UInt64 inSizeNew = InSize, outSizeNew = OutSize; in SetRatioInfo() local
25 inSizeNew += (*inSize); in SetRatioInfo()
30 RINOK(_ratioProgress->SetRatioInfo(&inSizeNew, &outSizeNew)); in SetRatioInfo()
32 inSizeNew += ProgressOffset; in SetRatioInfo()
35 return _progress->SetCompleted(_inSizeIsMain ? &inSizeNew : &outSizeNew); in SetRatioInfo()