Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c876 static ZSTDMT_jobDescription* ZSTDMT_createJobsTable(U32* nbJobsPtr, ZSTD_customMem cMem) in ZSTDMT_createJobsTable() argument
878 U32 const nbJobsLog2 = ZSTD_highbit32(*nbJobsPtr) + 1; in ZSTDMT_createJobsTable()
885 *nbJobsPtr = nbJobs; in ZSTDMT_createJobsTable()