Home
last modified time | relevance | path

Searched refs:numThreadsMax (Results 1 – 8 of 8) sorted by relevance

/third_party/lzma/C/
DMtCoder.h79 unsigned numThreadsMax; member
DMtDec.h125 unsigned numThreadsMax; member
DMtCoder.c348 p->numThreadsMax = 0; in MtCoder_Construct()
427 unsigned numThreads = p->numThreadsMax; in MtCoder_Code()
DMtDec.c942 p->numThreadsMax = 0; in MtDec_Construct()
1036 unsigned numThreads = p->numThreadsMax; in MtDec_Code()
DLzma2Enc.c783 p->mtCoder.numThreadsMax = (unsigned)p->props.numBlockThreads_Max; in Lzma2Enc_Encode2()
DLzma2DecMt.c900 p->mtc.numThreadsMax = p->props.numThreads; in Lzma2DecMt_Decode()
DXzEnc.c1232 p->mtCoder.numThreadsMax = (unsigned)props->numBlockThreads_Max; in XzEnc_Encode()
DXzDec.c2720 p->mtc.numThreadsMax = p->props.numThreads; in XzDecMt_Decode()