Home
last modified time | relevance | path

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

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