Searched refs:ZSTD_CCtx_params (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.h117 size_t ZSTDMT_CCtxParam_setMTCtxParameter(ZSTD_CCtx_params* params, ZSTDMT_parameter parameter, unsigned value);
122 size_t ZSTDMT_CCtxParam_setNbWorkers(ZSTD_CCtx_params* params, unsigned nbWorkers);
127 void ZSTDMT_updateCParams_whileCompressing(ZSTDMT_CCtx* mtctx, const ZSTD_CCtx_params* cctxParams);
149 ZSTD_CCtx_params params, unsigned long long pledgedSrcSize);
H A Dzstd_compress.c147 const ZSTD_CCtx_params* CCtxParams, U64 srcSizeHint, size_t dictSize)
161 static ZSTD_CCtx_params ZSTD_makeCCtxParamsFromCParams(
164 ZSTD_CCtx_params cctxParams;
173 static ZSTD_CCtx_params* ZSTD_createCCtxParams_advanced(
176 ZSTD_CCtx_params* params;
178 params = (ZSTD_CCtx_params*)ZSTD_calloc(
179 sizeof(ZSTD_CCtx_params), customMem);
187 ZSTD_CCtx_params* ZSTD_createCCtxParams(void)
192 size_t ZSTD_freeCCtxParams(ZSTD_CCtx_params* params)
199 size_t ZSTD_CCtxParams_reset(ZSTD_CCtx_params* param
[all...]
H A Dzstd_compress_internal.h187 }; /* typedef'd to ZSTD_CCtx_params within "zstd.h" */
193 ZSTD_CCtx_params requestedParams;
194 ZSTD_CCtx_params appliedParams;
647 const ZSTD_CCtx_params* CCtxParams, U64 srcSizeHint, size_t dictSize);
657 ZSTD_CCtx_params params, unsigned long long pledgedSrcSize);
676 ZSTD_CCtx_params params,
685 ZSTD_CCtx_params params);
H A Dzstdmt_compress.c416 ZSTD_CCtx_params params;
428 static int ZSTDMT_serialState_reset(serialState_t* serialState, ZSTDMT_seqPool* seqPool, ZSTD_CCtx_params params)
589 ZSTD_CCtx_params params; /* set by mtctx, then read by worker => no barrier */
600 ZSTD_CCtx_params jobParams = job->params; /* do not modify job->params ! copy it, modify the copy */
745 ZSTD_CCtx_params params;
803 size_t ZSTDMT_CCtxParam_setNbWorkers(ZSTD_CCtx_params* params, unsigned nbWorkers)
917 size_t ZSTDMT_CCtxParam_setMTCtxParameter(ZSTD_CCtx_params* params,
955 static ZSTD_CCtx_params ZSTDMT_initJobCCtxParams(ZSTD_CCtx_params const params)
957 ZSTD_CCtx_params jobParam
[all...]
/freebsd-12-stable/sys/contrib/zstd/lib/
H A Dzstd.h432 typedef struct ZSTD_CCtx_params_s ZSTD_CCtx_params; typedef in typeref:struct:ZSTD_CCtx_params_s
514 ZSTDLIB_API size_t ZSTD_estimateCCtxSize_usingCCtxParams(const ZSTD_CCtx_params* params);
532 ZSTDLIB_API size_t ZSTD_estimateCStreamSize_usingCCtxParams(const ZSTD_CCtx_params* params);
1190 /*! ZSTD_CCtx_params :
1192 * - ZSTD_createCCtxParams() : Create a ZSTD_CCtx_params structure
1194 * an existing ZSTD_CCtx_params structure.
1207 ZSTDLIB_API ZSTD_CCtx_params* ZSTD_createCCtxParams(void);
1208 ZSTDLIB_API size_t ZSTD_freeCCtxParams(ZSTD_CCtx_params* params);
1214 ZSTDLIB_API size_t ZSTD_CCtxParams_reset(ZSTD_CCtx_params* params);
1220 ZSTDLIB_API size_t ZSTD_CCtxParams_init(ZSTD_CCtx_params* cctxParam
[all...]
/freebsd-12-stable/sys/contrib/zstd/tests/
H A DroundTripCrash.c80 * Same as roundTripTest() except allows experimenting with ZSTD_CCtx_params. */
86 ZSTD_CCtx_params* const cctxParams = ZSTD_createCCtxParams();
H A Dzstreamtest.c1492 static size_t setCCtxParameter(ZSTD_CCtx* zc, ZSTD_CCtx_params* cctxParams,
1529 ZSTD_CCtx_params* cctxParams = ZSTD_createCCtxParams();

Completed in 138 milliseconds