Home
last modified time | relevance | path

Searched refs:outPrev (Results 1 - 3 of 3) sorted by relevance

/third_party/lzma/C/
H A DMtDec.c259 UInt64 outPrev = 0; in MtDec_ThreadFunc2() local
599 outPrev = 0; in MtDec_ThreadFunc2()
644 const UInt64 outDelta = outCodePos - outPrev; in MtDec_ThreadFunc2()
652 outPrev = outCodePos; in MtDec_ThreadFunc2()
714 const UInt64 outDelta = outCodePos - outPrev; in MtDec_ThreadFunc2()
H A DLzma2DecMt.c646 UInt64 inPrev, outPrev; in Lzma2Dec_Decode_ST() local
663 outPrev = p->outProcessed; in Lzma2Dec_Decode_ST()
789 UInt64 outDelta = p->outProcessed - outPrev; in Lzma2Dec_Decode_ST()
794 outPrev = p->outProcessed; in Lzma2Dec_Decode_ST()
H A DXzDec.c2376 UInt64 inPrev, outPrev; in XzDecMt_Decode_ST() local
2415 outPrev = p->outProcessed; in XzDecMt_Decode_ST()
2509 p->outProcessed - outPrev >= (1 << 22)) in XzDecMt_Decode_ST()
2519 outPrev = p->outProcessed; in XzDecMt_Decode_ST()

Completed in 6 milliseconds