Lines Matching refs:coderIndex
237 static void Lzma2DecMt_MtCallback_Parse(void *obj, unsigned coderIndex, CMtDecCallbackInfo *cc) in Lzma2DecMt_MtCallback_Parse() argument
240 CLzma2DecMtThread *t = &me->coders[coderIndex]; in Lzma2DecMt_MtCallback_Parse()
242 PRF_STR_INT_2("Parse", coderIndex, cc->srcSize) in Lzma2DecMt_MtCallback_Parse()
259 …t->alloc.offset = ((UInt32)coderIndex * (((unsigned)1 << 11) + (1 << 8) + (1 << 6))) & (((unsigned… in Lzma2DecMt_MtCallback_Parse()
416 static SRes Lzma2DecMt_MtCallback_PreCode(void *pp, unsigned coderIndex) in Lzma2DecMt_MtCallback_PreCode() argument
419 CLzma2DecMtThread *t = &me->coders[coderIndex]; in Lzma2DecMt_MtCallback_PreCode()
456 static SRes Lzma2DecMt_MtCallback_Code(void *pp, unsigned coderIndex, in Lzma2DecMt_MtCallback_Code() argument
462 CLzma2DecMtThread *t = &me->coders[coderIndex]; in Lzma2DecMt_MtCallback_Code()
466 PRF_STR_INT_2("Code", coderIndex, srcSize) in Lzma2DecMt_MtCallback_Code()
529 static SRes Lzma2DecMt_MtCallback_Write(void *pp, unsigned coderIndex, in Lzma2DecMt_MtCallback_Write() argument
535 const CLzma2DecMtThread *t = &me->coders[coderIndex]; in Lzma2DecMt_MtCallback_Write()
544 PRF_STR_INT_2("Write", coderIndex, srcSize) in Lzma2DecMt_MtCallback_Write()