Home
last modified time | relevance | path

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

/third_party/lzma/C/
DMtDec.c258 UInt64 inPrev = 0; in MtDec_ThreadFunc2() local
377 if (inDataSize - inPrev >= MTDEC_ProgessStep) in MtDec_ThreadFunc2()
382 inPrev = inDataSize; in MtDec_ThreadFunc2()
598 inPrev = 0; in MtDec_ThreadFunc2()
643 const UInt64 inDelta = inCodePos - inPrev; in MtDec_ThreadFunc2()
651 inPrev = inCodePos; in MtDec_ThreadFunc2()
713 const UInt64 inDelta = inCodePos - inPrev; in MtDec_ThreadFunc2()
DLzma2DecMt.c646 UInt64 inPrev, outPrev; in Lzma2Dec_Decode_ST() local
662 inPrev = p->inProcessed; in Lzma2Dec_Decode_ST()
788 UInt64 inDelta = p->inProcessed - inPrev; in Lzma2Dec_Decode_ST()
793 inPrev = p->inProcessed; in Lzma2Dec_Decode_ST()
DXzDec.c2376 UInt64 inPrev, outPrev; in XzDecMt_Decode_ST() local
2414 inPrev = p->inProcessed; in XzDecMt_Decode_ST()
2508 if (p->inProcessed - inPrev >= (1 << 22) || in XzDecMt_Decode_ST()
2518 inPrev = p->inProcessed; in XzDecMt_Decode_ST()