Home
last modified time | relevance | path

Searched refs:inCodeSize (Results 1 – 2 of 2) sorted by relevance

/external/lzma/C/
DLzma2DecMt.c70 size_t inCodeSize; member
271 t->inCodeSize = 0; in Lzma2DecMt_MtCallback_Parse()
467 *inCodePos = t->inCodeSize; in Lzma2DecMt_MtCallback_Code()
492 t->inCodeSize += srcProcessed; in Lzma2DecMt_MtCallback_Code()
493 *inCodePos = t->inCodeSize; in Lzma2DecMt_MtCallback_Code()
508 if (t->inPreSize == t->inCodeSize) in Lzma2DecMt_MtCallback_Code()
556 me->mtc.inProcessed += t->inCodeSize; in Lzma2DecMt_MtCallback_Write()
562 || t->inPreSize != t->inCodeSize) in Lzma2DecMt_MtCallback_Write()
DXzDec.c1422 size_t inCodeSize; member
1654 coder->inCodeSize = 0; in XzDecMt_Callback_Parse()
1897 *inCodePos = coder->inCodeSize; in XzDecMt_Callback_Code()
1901 if (coder->inCodeSize < coder->inPreHeaderSize) in XzDecMt_Callback_Code()
1903 UInt64 rem = coder->inPreHeaderSize - coder->inCodeSize; in XzDecMt_Callback_Code()
1909 coder->inCodeSize += step; in XzDecMt_Callback_Code()
1910 if (coder->inCodeSize < coder->inPreHeaderSize) in XzDecMt_Callback_Code()
1942 coder->inCodeSize += srcProcessed; in XzDecMt_Callback_Code()
1944 *inCodePos = coder->inCodeSize; in XzDecMt_Callback_Code()
1995 me->mtc.inProcessed += coder->inCodeSize; in XzDecMt_Callback_Write()
[all …]