Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Common/
H A DProgressUtils.cpp26 UInt64 outSize2 = OutSize; in SetRatioInfo() local
31 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()
/third_party/lzma/C/
H A 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()
H A 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/
H A D7zEncode.cpp111 UInt64 outSize2; in SetRatioInfo() local
116 outSize2 = OutSize; in SetRatioInfo()
120 return _progress->SetRatioInfo(inSize, &outSize2); in SetRatioInfo()
/third_party/lzma/CPP/7zip/Compress/
H A DBcj2Coder.cpp388 const UInt64 outSize2 = inPos_without_Temp + outSizeRc + in CodeReal() local
390 // printf("progress %8u, %8u\n", (unsigned)inSize2, (unsigned)outSize2); in CodeReal()
391 RINOK(progress->SetRatioInfo(&inPos_without_Temp, &outSize2)) in CodeReal()

Completed in 4 milliseconds