Home
last modified time | relevance | path

Searched refs:outDelta (Results 1 - 2 of 2) sorted by relevance

/third_party/lzma/C/
H A DMtDec.c644 const UInt64 outDelta = outCodePos - outPrev; in MtDec_ThreadFunc2() local
645 if (inDelta >= MTDEC_ProgessStep || outDelta >= MTDEC_ProgessStep) in MtDec_ThreadFunc2()
648 res = MtDec_Progress_GetError_Spec(p, inDelta, outDelta, blockIndex, &wasInterrupted); in MtDec_ThreadFunc2()
714 const UInt64 outDelta = outCodePos - outPrev; in MtDec_ThreadFunc2() local
715 // if (inDelta != 0 || outDelta != 0) in MtDec_ThreadFunc2()
716 res = MtProgress_ProgressAdd(&p->mtProgress, inDelta, outDelta); in MtDec_ThreadFunc2()
H A DLzma2DecMt.c789 UInt64 outDelta = p->outProcessed - outPrev; in Lzma2Dec_Decode_ST() local
790 if (inDelta >= (1 << 22) || outDelta >= (1 << 22)) in Lzma2Dec_Decode_ST()

Completed in 5 milliseconds