Home
last modified time | relevance | path

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

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

Completed in 10 milliseconds