Searched refs:nbJobs (Results 1 – 1 of 1) sorted by relevance
838 for (jobNb=0; jobNb<nbJobs; jobNb++) { in ZSTDMT_freeJobsTable()851 U32 const nbJobs = 1 << nbJobsLog2; in ZSTDMT_createJobsTable() local857 *nbJobsPtr = nbJobs; in ZSTDMT_createJobsTable()858 for (jobNb=0; jobNb<nbJobs; jobNb++) { in ZSTDMT_createJobsTable()863 ZSTDMT_freeJobsTable(jobTable, nbJobs, cMem); in ZSTDMT_createJobsTable()870 U32 nbJobs = nbWorkers + 2; in ZSTDMT_expandJobsTable() local876 … assert((nbJobs != 0) && ((nbJobs & (nbJobs - 1)) == 0)); /* ensure nbJobs is a power of 2 */ in ZSTDMT_expandJobsTable()877 mtctx->jobIDMask = nbJobs - 1; in ZSTDMT_expandJobsTable()893 U32 nbJobs = nbWorkers + 2; in ZSTDMT_createCCtx_advanced_internal() local917 assert(nbJobs > 0); assert((nbJobs & (nbJobs - 1)) == 0); /* ensure nbJobs is a power of 2 */ in ZSTDMT_createCCtx_advanced_internal()[all …]