Home
last modified time | relevance | path

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

/external/lzma/C/
DMtDec.c671 const UInt64 outDelta = outCodePos - outPrev; in ThreadFunc2() local
672 if (inDelta >= MTDEC_ProgessStep || outDelta >= MTDEC_ProgessStep) in ThreadFunc2()
675 res = MtDec_Progress_GetError_Spec(p, inDelta, outDelta, blockIndex, &wasInterrupted); in ThreadFunc2()
741 const UInt64 outDelta = outCodePos - outPrev; in ThreadFunc2() local
743 res = MtProgress_ProgressAdd(&p->mtProgress, inDelta, outDelta); in ThreadFunc2()
DLzma2DecMt.c786 UInt64 outDelta = p->outProcessed - outPrev; in Lzma2Dec_Decode_ST() local
787 if (inDelta >= (1 << 22) || outDelta >= (1 << 22)) in Lzma2Dec_Decode_ST()
DXzDec.c2442 UInt64 outDelta = p->outProcessed - outPrev; in XzDecMt_Decode_ST() local
2443 if (inDelta >= (1 << 22) || outDelta >= (1 << 22)) in XzDecMt_Decode_ST()