Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c850 U32 const nbJobsLog2 = ZSTD_highbit32(*nbJobsPtr) + 1; in ZSTDMT_createJobsTable() local
851 U32 const nbJobs = 1 << nbJobsLog2; in ZSTDMT_createJobsTable()