Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Common/
DProgressUtils.cpp26 UInt64 outSize2 = OutSize; in Z7_COM7F_IMF() local
31 outSize2 += (*outSize); in Z7_COM7F_IMF()
35 RINOK(_ratioProgress->SetRatioInfo(&inSize2, &outSize2)) in Z7_COM7F_IMF()
41 outSize2 += ProgressOffset; in Z7_COM7F_IMF()
42 return _progress->SetCompleted(_inSizeIsMain ? &inSize2 : &outSize2); in Z7_COM7F_IMF()
/third_party/lzma/C/
DLzma86Enc.c17 size_t outSize2 = *destLen; in Lzma86_Encode() local
27 if (outSize2 < LZMA86_HEADER_SIZE) in Lzma86_Encode()
68 size_t outSizeProcessed = outSize2 - LZMA86_HEADER_SIZE; in Lzma86_Encode()
DMtCoder.c14 UInt64 outSize2 = 0; in MtProgressThunk_Progress() local
22 outSize2 = outSize - p->outSize; in MtProgressThunk_Progress()
25 return MtProgress_ProgressAdd(p->mtProgress, inSize2, outSize2); in MtProgressThunk_Progress()
/third_party/lzma/CPP/7zip/Archive/7z/
D7zEncode.cpp111 UInt64 outSize2; in Z7_COM7F_IMF() local
116 outSize2 = OutSize; in Z7_COM7F_IMF()
120 return _progress->SetRatioInfo(inSize, &outSize2); in Z7_COM7F_IMF()
/third_party/lzma/CPP/7zip/Compress/
DBcj2Coder.cpp388 const UInt64 outSize2 = inPos_without_Temp + outSizeRc + in CodeReal() local
391 RINOK(progress->SetRatioInfo(&inPos_without_Temp, &outSize2)) in CodeReal()