Searched refs:ZSTDMT_jobDescription (Results 1 – 1 of 1) sorted by relevance
651 } ZSTDMT_jobDescription; typedef663 ZSTDMT_jobDescription* const job = (ZSTDMT_jobDescription*)jobDescription; in ZSTDMT_compressionJob()808 ZSTDMT_jobDescription* jobs;834 static void ZSTDMT_freeJobsTable(ZSTDMT_jobDescription* jobTable, U32 nbJobs, ZSTD_customMem cMem) in ZSTDMT_freeJobsTable()848 static ZSTDMT_jobDescription* ZSTDMT_createJobsTable(U32* nbJobsPtr, ZSTD_customMem cMem) in ZSTDMT_createJobsTable()853 ZSTDMT_jobDescription* const jobTable = (ZSTDMT_jobDescription*) in ZSTDMT_createJobsTable()854 ZSTD_customCalloc(nbJobs * sizeof(ZSTDMT_jobDescription), cMem); in ZSTDMT_createJobsTable()1008 + (mtctx->jobIDMask+1) * sizeof(ZSTDMT_jobDescription) in ZSTDMT_sizeof_CCtx()1068 ZSTDMT_jobDescription* jobPtr = &mtctx->jobs[wJobID]; in ZSTDMT_getFrameProgression()1096 ZSTDMT_jobDescription* const jobPtr = &mtctx->jobs[wJobID]; in ZSTDMT_toFlushNow()[all …]