Home
last modified time | relevance | path

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

/third_party/lzma/C/
H A DLzma2Dec.c217 SizeT outCur = dicLimit - dicPos; in Lzma2Dec_DecodeToDic() local
220 if (outCur >= p->unpackSize) in Lzma2Dec_DecodeToDic()
222 outCur = (SizeT)p->unpackSize; in Lzma2Dec_DecodeToDic()
240 if (inCur > outCur) in Lzma2Dec_DecodeToDic()
241 inCur = outCur; in Lzma2Dec_DecodeToDic()
267 res = LzmaDec_DecodeToDic(&p->decoder, dicPos + outCur, src, &inCur, curFinishMode, status); in Lzma2Dec_DecodeToDic()
272 outCur = p->decoder.dicPos - dicPos; in Lzma2Dec_DecodeToDic()
273 p->unpackSize -= (UInt32)outCur; in Lzma2Dec_DecodeToDic()
285 if (inCur == 0 && outCur == 0) in Lzma2Dec_DecodeToDic()
435 SizeT inCur = inSize, outCur, dicPo in Lzma2Dec_DecodeToBuf() local
[all...]
H A DLzma2DecMt.c1048 SizeT outCur; in Lzma2DecMt_Read() local
1060 outCur = (SizeT)size; in Lzma2DecMt_Read()
1062 res = Lzma2Dec_DecodeToBuf(&p->dec, data, &outCur, in Lzma2DecMt_Read()
1068 p->outProcessed += outCur; in Lzma2DecMt_Read()
1069 *outSize += outCur; in Lzma2DecMt_Read()
1070 size -= outCur; in Lzma2DecMt_Read()
1071 data += outCur; in Lzma2DecMt_Read()
1088 if (inCur == 0 && outCur == 0) in Lzma2DecMt_Read()

Completed in 4 milliseconds