HomeSort by relevance Sort by last modified time
    Searched refs:inDelta (Results 1 - 3 of 3) sorted by null

  /external/lzma/C/
MtDec.c 670 const UInt64 inDelta = inCodePos - inPrev;
672 if (inDelta >= MTDEC_ProgessStep || outDelta >= MTDEC_ProgessStep)
675 res = MtDec_Progress_GetError_Spec(p, inDelta, outDelta, blockIndex, &wasInterrupted);
740 const UInt64 inDelta = inCodePos - inPrev;
742 // if (inDelta != 0 || outDelta != 0)
743 res = MtProgress_ProgressAdd(&p->mtProgress, inDelta, outDelta);
Lzma2DecMt.c 785 UInt64 inDelta = p->inProcessed - inPrev;
787 if (inDelta >= (1 << 22) || outDelta >= (1 << 22))
XzDec.c     [all...]

Completed in 239 milliseconds