Lines Matching defs:mtctx

913 static size_t ZSTDMT_expandJobsTable (ZSTDMT_CCtx* mtctx, U32 nbWorkers) {  in ZSTDMT_expandJobsTable()
936 ZSTDMT_CCtx* mtctx; in ZSTDMT_createCCtx_advanced_internal() local
991 static void ZSTDMT_releaseAllJobResources(ZSTDMT_CCtx* mtctx) in ZSTDMT_releaseAllJobResources()
1013 static void ZSTDMT_waitForAllJobsCompleted(ZSTDMT_CCtx* mtctx) in ZSTDMT_waitForAllJobsCompleted()
1028 size_t ZSTDMT_freeCCtx(ZSTDMT_CCtx* mtctx) in ZSTDMT_freeCCtx()
1046 size_t ZSTDMT_sizeof_CCtx(ZSTDMT_CCtx* mtctx) in ZSTDMT_sizeof_CCtx()
1062 static size_t ZSTDMT_resize(ZSTDMT_CCtx* mtctx, unsigned nbWorkers) in ZSTDMT_resize()
1080 void ZSTDMT_updateCParams_whileCompressing(ZSTDMT_CCtx* mtctx, const ZSTD_CCtx_params* cctxParams) in ZSTDMT_updateCParams_whileCompressing()
1097 ZSTD_frameProgression ZSTDMT_getFrameProgression(ZSTDMT_CCtx* mtctx) in ZSTDMT_getFrameProgression()
1131 size_t ZSTDMT_toFlushNow(ZSTDMT_CCtx* mtctx) in ZSTDMT_toFlushNow()
1234 ZSTDMT_CCtx* mtctx, in ZSTDMT_initCStream_internal()
1367 static size_t ZSTDMT_createCompressionJob(ZSTDMT_CCtx* mtctx, size_t srcSize, ZSTD_EndDirective end… in ZSTDMT_createCompressionJob()
1452 static size_t ZSTDMT_flushProduced(ZSTDMT_CCtx* mtctx, ZSTD_outBuffer* output, unsigned blockToFlus… in ZSTDMT_flushProduced()
1543 static range_t ZSTDMT_getInputDataInUse(ZSTDMT_CCtx* mtctx) in ZSTDMT_getInputDataInUse()
1616 static void ZSTDMT_waitForLdmComplete(ZSTDMT_CCtx* mtctx, buffer_t buffer) in ZSTDMT_waitForLdmComplete()
1639 static int ZSTDMT_tryGetInputRange(ZSTDMT_CCtx* mtctx) in ZSTDMT_tryGetInputRange()
1705 findSynchronizationPoint(ZSTDMT_CCtx const* mtctx, ZSTD_inBuffer const input) in findSynchronizationPoint()
1801 size_t ZSTDMT_nextInputSizeHint(const ZSTDMT_CCtx* mtctx) in ZSTDMT_nextInputSizeHint()
1812 size_t ZSTDMT_compressStream_generic(ZSTDMT_CCtx* mtctx, in ZSTDMT_compressStream_generic()