Home
last modified time | relevance | path

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

/third_party/lzma/C/
H A DMtDec.c261 UInt64 outCodePos; in MtDec_ThreadFunc2() local
601 outCodePos = 0; in MtDec_ThreadFunc2()
629 &inCodePos, &outCodePos, &stop); in MtDec_ThreadFunc2()
644 const UInt64 outDelta = outCodePos - outPrev; in MtDec_ThreadFunc2()
652 outPrev = outCodePos; in MtDec_ThreadFunc2()
710 outCodePos = 0; in MtDec_ThreadFunc2()
714 const UInt64 outDelta = outCodePos - outPrev; in MtDec_ThreadFunc2()
H A DMtDec.h93 UInt64 *inCodePos, UInt64 *outCodePos, int *stop);
H A DLzma2DecMt.c459 UInt64 *inCodePos, UInt64 *outCodePos, int *stop) in Lzma2DecMt_MtCallback_Code()
469 *outCodePos = 0; in Lzma2DecMt_MtCallback_Code()
496 *outCodePos = t->dec.decoder.dicPos; 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()
1935 *outCodePos = coder->outCodeSize; in XzDecMt_Callback_Code()
1985 *outCodePos = coder->outCodeSize; in XzDecMt_Callback_Code()
1998 *outCodePos = coder->outPreSize; 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 7 milliseconds