Lines Matching refs:ZSTDMT_jobDescription
657 } ZSTDMT_jobDescription; typedef
669 ZSTDMT_jobDescription* const job = (ZSTDMT_jobDescription*)jobDescription; in ZSTDMT_compressionJob()
836 ZSTDMT_jobDescription* jobs;
862 static void ZSTDMT_freeJobsTable(ZSTDMT_jobDescription* jobTable, U32 nbJobs, ZSTD_customMem cMem) in ZSTDMT_freeJobsTable()
876 static ZSTDMT_jobDescription* ZSTDMT_createJobsTable(U32* nbJobsPtr, ZSTD_customMem cMem) in ZSTDMT_createJobsTable()
881 ZSTDMT_jobDescription* const jobTable = (ZSTDMT_jobDescription*) in ZSTDMT_createJobsTable()
882 ZSTD_customCalloc(nbJobs * sizeof(ZSTDMT_jobDescription), cMem); in ZSTDMT_createJobsTable()
1036 + (mtctx->jobIDMask+1) * sizeof(ZSTDMT_jobDescription) in ZSTDMT_sizeof_CCtx()
1096 ZSTDMT_jobDescription* jobPtr = &mtctx->jobs[wJobID]; in ZSTDMT_getFrameProgression()
1124 ZSTDMT_jobDescription* const jobPtr = &mtctx->jobs[wJobID]; in ZSTDMT_toFlushNow()
1333 static void ZSTDMT_writeLastEmptyBlock(ZSTDMT_jobDescription* job) in ZSTDMT_writeLastEmptyBlock()