Searched refs:nbJobsLog2 (Results 1 – 1 of 1) sorted by relevance
878 U32 const nbJobsLog2 = ZSTD_highbit32(*nbJobsPtr) + 1; in ZSTDMT_createJobsTable() local879 U32 const nbJobs = 1 << nbJobsLog2; in ZSTDMT_createJobsTable()