Home
last modified time | relevance | path

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

/third_party/lzma/C/
H A DMtDec.c260 UInt64 inCodePos; in MtDec_ThreadFunc2() local
600 inCodePos = 0; in MtDec_ThreadFunc2()
617 UInt64 rem = inDataSize - inCodePos; in MtDec_ThreadFunc2()
623 inCodePos += inSize; in MtDec_ThreadFunc2()
628 (inCodePos == inDataSize), // srcFinished in MtDec_ThreadFunc2()
629 &inCodePos, &outCodePos, &stop); in MtDec_ThreadFunc2()
639 if (stop || inCodePos == inDataSize) in MtDec_ThreadFunc2()
643 const UInt64 inDelta = inCodePos - inPrev; in MtDec_ThreadFunc2()
651 inPrev = inCodePos; in MtDec_ThreadFunc2()
709 inCodePos in MtDec_ThreadFunc2()
[all...]
H A DMtDec.h93 UInt64 *inCodePos, UInt64 *outCodePos, int *stop);
H A DLzma2DecMt.c459 UInt64 *inCodePos, UInt64 *outCodePos, int *stop) in Lzma2DecMt_MtCallback_Code()
468 *inCodePos = t->inCodeSize; in Lzma2DecMt_MtCallback_Code()
494 *inCodePos = t->inCodeSize; in Lzma2DecMt_MtCallback_Code()
456 Lzma2DecMt_MtCallback_Code(void *pp, unsigned coderIndex, const Byte *src, size_t srcSize, int srcFinished, UInt64 *inCodePos, UInt64 *outCodePos, int *stop) Lzma2DecMt_MtCallback_Code() argument
H A DXzDec.c1929 UInt64 *inCodePos, UInt64 *outCodePos, int *stop) in XzDecMt_Callback_Code()
1934 *inCodePos = coder->inCodeSize; in XzDecMt_Callback_Code()
1949 *inCodePos = coder->inCodeSize; in XzDecMt_Callback_Code()
1984 *inCodePos = coder->inCodeSize; in XzDecMt_Callback_Code()
1997 *inCodePos = coder->inPreSize; in XzDecMt_Callback_Code()
1926 XzDecMt_Callback_Code(void *pp, unsigned coderIndex, const Byte *src, size_t srcSize, int srcFinished, UInt64 *inCodePos, UInt64 *outCodePos, int *stop) XzDecMt_Callback_Code() argument

Completed in 6 milliseconds