Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/zstd/lib/compress/
Dzstdmt_compress.c1050 unsigned const nbJobsMax = (unsigned)(srcSize / jobSizeTarget) + 1; in ZSTDMT_computeNbJobs() local
1051 unsigned const nbJobsSmall = MIN(nbJobsMax, nbWorkers); in ZSTDMT_computeNbJobs()