Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
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()
/external/lzma/C/
DLzma86Enc.c19 size_t outSize2 = *destLen; in Lzma86_Encode() local
29 if (outSize2 < LZMA86_HEADER_SIZE) in Lzma86_Encode()
71 size_t outSizeProcessed = outSize2 - LZMA86_HEADER_SIZE; in Lzma86_Encode()
DMtCoder.c14 UInt64 outSize2 = 0; in MtProgressThunk_Progress() local
22 outSize2 = outSize - thunk->outSize; in MtProgressThunk_Progress()
25 return MtProgress_ProgressAdd(thunk->mtProgress, inSize2, outSize2); in MtProgressThunk_Progress()
/external/lzma/CPP/7zip/Compress/
DBcj2Coder.cpp289 … UInt64 outSize2 = currentInPos + outSizeRc + enc.bufs[BCJ2_STREAM_RC] - enc.bufs[BCJ2_STREAM_RC]; in CodeReal() local
292 RINOK(progress->SetRatioInfo(&currentInPos, &outSize2)); in CodeReal()
466 const UInt64 outSize2 = outSizeProcessed + (dec.dest - _bufs[BCJ2_NUM_STREAMS]); in Code() local
467 if (outSize2 - prevProgress >= (1 << 22)) in Code()
469 …const UInt64 inSize2 = outSize2 + _inStreamsProcessed[BCJ2_STREAM_RC] - (dec.lims[BCJ2_STREAM_RC] … in Code()
470 RINOK(progress->SetRatioInfo(&inSize2, &outSize2)); in Code()
471 prevProgress = outSize2; in Code()
/external/lzma/CPP/7zip/Archive/7z/
D7zEncode.cpp108 UInt64 outSize2; in SetRatioInfo() local
113 outSize2 = OutSize; in SetRatioInfo()
117 return _progress->SetRatioInfo(inSize, &outSize2); in SetRatioInfo()