Home
last modified time | relevance | path

Searched refs:inCodePos (Results 1 – 4 of 4) sorted by relevance

/external/lzma/C/
DMtDec.c286 UInt64 inCodePos; in ThreadFunc2() local
627 inCodePos = 0; in ThreadFunc2()
644 UInt64 rem = inDataSize - inCodePos; in ThreadFunc2()
650 inCodePos += inSize; in ThreadFunc2()
655 (inCodePos == inDataSize), // srcFinished in ThreadFunc2()
656 &inCodePos, &outCodePos, &stop); in ThreadFunc2()
666 if (stop || inCodePos == inDataSize) in ThreadFunc2()
670 const UInt64 inDelta = inCodePos - inPrev; in ThreadFunc2()
678 inPrev = inCodePos; in ThreadFunc2()
736 inCodePos = 0; in ThreadFunc2()
[all …]
DMtDec.h93 UInt64 *inCodePos, UInt64 *outCodePos, int *stop);
DLzma2DecMt.c458 UInt64 *inCodePos, UInt64 *outCodePos, int *stop) in Lzma2DecMt_MtCallback_Code() argument
467 *inCodePos = t->inCodeSize; in Lzma2DecMt_MtCallback_Code()
493 *inCodePos = t->inCodeSize; in Lzma2DecMt_MtCallback_Code()
DXzDec.c1892 UInt64 *inCodePos, UInt64 *outCodePos, int *stop) in XzDecMt_Callback_Code() argument
1897 *inCodePos = coder->inCodeSize; in XzDecMt_Callback_Code()
1944 *inCodePos = coder->inCodeSize; in XzDecMt_Callback_Code()
1957 *inCodePos = coder->inPreSize; in XzDecMt_Callback_Code()