Lines Matching refs:coderIndex
236 static void Lzma2DecMt_MtCallback_Parse(void *obj, unsigned coderIndex, CMtDecCallbackInfo *cc) in Lzma2DecMt_MtCallback_Parse() argument
239 CLzma2DecMtThread *t = &me->coders[coderIndex]; in Lzma2DecMt_MtCallback_Parse()
241 PRF_STR_INT_2("Parse", coderIndex, cc->srcSize); in Lzma2DecMt_MtCallback_Parse()
258 …t->alloc.offset = ((UInt32)coderIndex * ((1 << 11) + (1 << 8) + (1 << 6))) & ((1 << kNumAlignBits)… in Lzma2DecMt_MtCallback_Parse()
415 static SRes Lzma2DecMt_MtCallback_PreCode(void *pp, unsigned coderIndex) in Lzma2DecMt_MtCallback_PreCode() argument
418 CLzma2DecMtThread *t = &me->coders[coderIndex]; in Lzma2DecMt_MtCallback_PreCode()
455 static SRes Lzma2DecMt_MtCallback_Code(void *pp, unsigned coderIndex, in Lzma2DecMt_MtCallback_Code() argument
461 CLzma2DecMtThread *t = &me->coders[coderIndex]; in Lzma2DecMt_MtCallback_Code()
465 PRF_STR_INT_2("Code", coderIndex, srcSize); in Lzma2DecMt_MtCallback_Code()
528 static SRes Lzma2DecMt_MtCallback_Write(void *pp, unsigned coderIndex, in Lzma2DecMt_MtCallback_Write() argument
534 const CLzma2DecMtThread *t = &me->coders[coderIndex]; in Lzma2DecMt_MtCallback_Write()
539 PRF_STR_INT_2("Write", coderIndex, srcSize); in Lzma2DecMt_MtCallback_Write()