Searched refs:outCodePos (Results 1 - 4 of 4) sorted by relevance
/third_party/lzma/C/ |
H A D | MtDec.c | 261 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 D | MtDec.h | 93 UInt64 *inCodePos, UInt64 *outCodePos, int *stop);
|
H A D | Lzma2DecMt.c | 459 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 D | XzDec.c | 1929 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