| /freebsd-14.2/sys/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.h | 1100 typedef struct ZSTD_CCtx_params_s ZSTD_CCtx_params; typedef 1295 ZSTDLIB_API size_t ZSTD_estimateCCtxSize_usingCCtxParams(const ZSTD_CCtx_params* params); 1313 ZSTDLIB_API size_t ZSTD_estimateCStreamSize_usingCCtxParams(const ZSTD_CCtx_params* params); 1546 ZSTDLIB_API ZSTD_CCtx_params* ZSTD_createCCtxParams(void); 1547 ZSTDLIB_API size_t ZSTD_freeCCtxParams(ZSTD_CCtx_params* params); 1552 ZSTDLIB_API size_t ZSTD_CCtxParams_reset(ZSTD_CCtx_params* params); 1558 ZSTDLIB_API size_t ZSTD_CCtxParams_init(ZSTD_CCtx_params* cctxParams, int compressionLevel); 1564 ZSTDLIB_API size_t ZSTD_CCtxParams_init_advanced(ZSTD_CCtx_params* cctxParams, ZSTD_parameters para… 1572 ZSTDLIB_API size_t ZSTD_CCtxParams_setParameter(ZSTD_CCtx_params* params, ZSTD_cParameter param, in… 1579 ZSTDLIB_API size_t ZSTD_CCtxParams_getParameter(ZSTD_CCtx_params* params, ZSTD_cParameter param, in… [all …]
|
| /freebsd-14.2/sys/contrib/zstd/lib/ |
| H A D | zstd.h | 1176 typedef struct ZSTD_CCtx_params_s ZSTD_CCtx_params; typedef 1508 ZSTDLIB_STATIC_API size_t ZSTD_estimateCCtxSize_usingCCtxParams(const ZSTD_CCtx_params* params); 1526 ZSTDLIB_STATIC_API size_t ZSTD_estimateCStreamSize_usingCCtxParams(const ZSTD_CCtx_params* params); 1628 const ZSTD_CCtx_params* cctxParams, 1977 ZSTDLIB_STATIC_API ZSTD_CCtx_params* ZSTD_createCCtxParams(void); 1978 ZSTDLIB_STATIC_API size_t ZSTD_freeCCtxParams(ZSTD_CCtx_params* params); /* accept NULL pointer */ 1983 ZSTDLIB_STATIC_API size_t ZSTD_CCtxParams_reset(ZSTD_CCtx_params* params); 1989 ZSTDLIB_STATIC_API size_t ZSTD_CCtxParams_init(ZSTD_CCtx_params* cctxParams, int compressionLevel); 1995 ZSTDLIB_STATIC_API size_t ZSTD_CCtxParams_init_advanced(ZSTD_CCtx_params* cctxParams, ZSTD_paramete… 2005 ZSTDLIB_STATIC_API size_t ZSTD_CCtxParams_setParameter(ZSTD_CCtx_params* params, ZSTD_cParameter pa… [all …]
|
| /freebsd-14.2/sys/contrib/zstd/lib/compress/ |
| H A D | zstdmt_compress.h | 75 ZSTD_CCtx_params params, unsigned long long pledgedSrcSize); 100 void ZSTDMT_updateCParams_whileCompressing(ZSTDMT_CCtx* mtctx, const ZSTD_CCtx_params* cctxParams);
|
| H A D | zstd_compress.c | 283 ZSTD_CCtx_params cctxParams; in ZSTD_makeCCtxParamsFromCParams() 304 ZSTD_CCtx_params* params; in ZSTD_createCCtxParams_advanced() 307 sizeof(ZSTD_CCtx_params), customMem); in ZSTD_createCCtxParams_advanced() 314 ZSTD_CCtx_params* ZSTD_createCCtxParams(void) in ZSTD_createCCtxParams() 4560 ZSTD_CCtx_params cctxParams; in ZSTD_compressBegin_advanced() 4570 ZSTD_CCtx_params cctxParams; in ZSTD_compressBegin_usingDict() 4700 const ZSTD_CCtx_params* params) in ZSTD_compress_advanced_internal() 4793 ZSTD_CCtx_params params) in ZSTD_initCDict_internal() 4883 ZSTD_CCtx_params cctxParams; in ZSTD_createCDict_advanced() 5008 ZSTD_CCtx_params params; in ZSTD_initStaticCDict() [all …]
|
| H A D | zstd_compress_internal.h | 123 const ZSTD_CCtx_params* cctxParams, 368 ZSTD_CCtx_params requestedParams; 369 ZSTD_CCtx_params appliedParams; 370 …ZSTD_CCtx_params simpleApiParams; /* Param storage used by the simple API - not sticky. Must on… 548 MEM_STATIC int ZSTD_literalsCompressionIsDisabled(const ZSTD_CCtx_params* cctxParams) in ZSTD_literalsCompressionIsDisabled() 1392 … const ZSTD_CCtx_params* CCtxParams, U64 srcSizeHint, size_t dictSize, ZSTD_cParamMode_e mode); 1402 const ZSTD_CCtx_params* params, unsigned long long pledgedSrcSize); 1417 const ZSTD_CCtx_params* params, 1426 const ZSTD_CCtx_params* params);
|
| H A D | zstdmt_compress.c | 457 ZSTD_CCtx_params params; 472 ZSTD_CCtx_params params, in ZSTDMT_serialState_reset() 652 ZSTD_CCtx_params params; /* set by mtctx, then read by worker => no barrier */ 670 …ZSTD_CCtx_params jobParams = job->params; /* do not modify job->params ! copy it, modify the cop… in ZSTDMT_compressionJob() 840 ZSTD_CCtx_params params; 913 static size_t ZSTDMT_CCtxParam_setNbWorkers(ZSTD_CCtx_params* params, unsigned nbWorkers) in ZSTDMT_CCtxParam_setNbWorkers() 1064 void ZSTDMT_updateCParams_whileCompressing(ZSTDMT_CCtx* mtctx, const ZSTD_CCtx_params* cctxParams) in ZSTDMT_updateCParams_whileCompressing() 1152 static unsigned ZSTDMT_computeTargetJobLog(const ZSTD_CCtx_params* params) in ZSTDMT_computeTargetJobLog() 1194 static size_t ZSTDMT_computeOverlapSize(const ZSTD_CCtx_params* params) in ZSTDMT_computeOverlapSize() 1220 const ZSTD_CDict* cdict, ZSTD_CCtx_params params, in ZSTDMT_initCStream_internal()
|
| H A D | zstd_compress_superblock.c | 163 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSubBlock_sequences() 264 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSubBlock() 429 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSubBlock_multi()
|
| /freebsd-14.2/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_compress.c | 195 ZSTD_CCtx_params cctxParams; in ZSTD_makeCCtxParamsFromCParams() 207 ZSTD_CCtx_params* params; in ZSTD_createCCtxParams_advanced() 209 params = (ZSTD_CCtx_params*)ZSTD_calloc( in ZSTD_createCCtxParams_advanced() 210 sizeof(ZSTD_CCtx_params), customMem); in ZSTD_createCCtxParams_advanced() 218 ZSTD_CCtx_params* ZSTD_createCCtxParams(void) in ZSTD_createCCtxParams() 260 ZSTD_CCtx_params ret = *cctxParams; in ZSTD_assignParamsToCCtxParams() 3146 ZSTD_CCtx_params const cctxParams = in ZSTD_compressBegin_advanced() 3157 ZSTD_CCtx_params const cctxParams = in ZSTD_compressBegin_usingDict() 3244 ZSTD_CCtx_params const cctxParams = in ZSTD_compress_internal() 3275 const ZSTD_CCtx_params* params) in ZSTD_compress_advanced_internal() [all …]
|
| H A D | zstd_compress_internal.h | 239 ZSTD_CCtx_params requestedParams; 240 ZSTD_CCtx_params appliedParams; 402 MEM_STATIC int ZSTD_disableLiteralsCompression(const ZSTD_CCtx_params* cctxParams) in ZSTD_disableLiteralsCompression() 1064 const ZSTD_CCtx_params* CCtxParams, U64 srcSizeHint, size_t dictSize); 1074 const ZSTD_CCtx_params* params, unsigned long long pledgedSrcSize); 1089 const ZSTD_CCtx_params* params, 1098 const ZSTD_CCtx_params* params);
|
| H A D | zstd_compress_superblock.c | 166 const ZSTD_CCtx_params* cctxParams, in ZSTD_buildSuperBlockEntropy_sequences() 277 const ZSTD_CCtx_params* cctxParams, in ZSTD_buildSuperBlockEntropy() 440 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSubBlock_sequences() 541 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSubBlock() 705 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSubBlock_multi()
|
| /freebsd-14.2/sys/contrib/zstd/examples/ |
| H A D | streaming_memory_usage.c | 69 ZSTD_CCtx_params* const cctxParams = ZSTD_createCCtxParams(); in main()
|
| /freebsd-14.2/sys/contrib/zstd/zlibWrapper/examples/ |
| H A D | zwrapbench.c | 267 ZSTD_CCtx_params* cctxParams = ZSTD_createCCtxParams(); in BMK_benchMem()
|
| /freebsd-14.2/sys/contrib/zstd/zlibWrapper/ |
| H A D | zstd_zlibwrapper.c | 210 ZSTD_CCtx_params* cctxParams = ZSTD_createCCtxParams(); in ZWRAP_initializeCStream()
|