Searched refs:ZSTD_CCtx_params (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstdmt_compress.h | 72 ZSTD_CCtx_params params, unsigned long long pledgedSrcSize); 97 void ZSTDMT_updateCParams_whileCompressing(ZSTDMT_CCtx* mtctx, const ZSTD_CCtx_params* cctxParams);
|
| H A D | zstd_compress.c | 216 ZSTD_CCtx_params cctxParams; in ZSTD_makeCCtxParamsFromCParams() 237 ZSTD_CCtx_params* params; in ZSTD_createCCtxParams_advanced() 247 ZSTD_CCtx_params* ZSTD_createCCtxParams(void) in ZSTD_createCCtxParams() 289 ZSTD_CCtx_params ret = *cctxParams; in ZSTD_assignParamsToCCtxParams() 3408 ZSTD_CCtx_params const cctxParams = in ZSTD_compressBegin_advanced() 3419 ZSTD_CCtx_params const cctxParams = in ZSTD_compressBegin_usingDict() 3505 ZSTD_CCtx_params const cctxParams = in ZSTD_compress_internal() 3536 const ZSTD_CCtx_params* params) in ZSTD_compress_advanced_internal() 3624 ZSTD_CCtx_params params) in ZSTD_initCDict_internal() 3713 ZSTD_CCtx_params cctxParams; in ZSTD_createCDict_advanced() [all …]
|
| H A D | zstd_compress_internal.h | 270 ZSTD_CCtx_params requestedParams; 271 ZSTD_CCtx_params appliedParams; 465 MEM_STATIC int ZSTD_disableLiteralsCompression(const ZSTD_CCtx_params* cctxParams) in ZSTD_disableLiteralsCompression() 1142 … const ZSTD_CCtx_params* CCtxParams, U64 srcSizeHint, size_t dictSize, ZSTD_cParamMode_e mode); 1152 const ZSTD_CCtx_params* params, unsigned long long pledgedSrcSize); 1167 const ZSTD_CCtx_params* params, 1176 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()
|
| H A D | zstdmt_compress.c | 449 ZSTD_CCtx_params params; 464 ZSTD_CCtx_params params, in ZSTDMT_serialState_reset() 646 ZSTD_CCtx_params params; /* set by mtctx, then read by worker => no barrier */ 664 …ZSTD_CCtx_params jobParams = job->params; /* do not modify job->params ! copy it, modify the cop… in ZSTDMT_compressionJob() 812 ZSTD_CCtx_params params; 885 static size_t ZSTDMT_CCtxParam_setNbWorkers(ZSTD_CCtx_params* params, unsigned nbWorkers) in ZSTDMT_CCtxParam_setNbWorkers() 1036 void ZSTDMT_updateCParams_whileCompressing(ZSTDMT_CCtx* mtctx, const ZSTD_CCtx_params* cctxParams) in ZSTDMT_updateCParams_whileCompressing() 1124 static unsigned ZSTDMT_computeTargetJobLog(const ZSTD_CCtx_params* params) in ZSTDMT_computeTargetJobLog() 1166 static size_t ZSTDMT_computeOverlapSize(const ZSTD_CCtx_params* params) in ZSTDMT_computeOverlapSize() 1192 const ZSTD_CDict* cdict, ZSTD_CCtx_params params, in ZSTDMT_initCStream_internal()
|
| /f-stack/freebsd/contrib/zstd/lib/ |
| H A D | zstd.h | 1124 typedef struct ZSTD_CCtx_params_s ZSTD_CCtx_params; typedef 1404 ZSTDLIB_API size_t ZSTD_estimateCCtxSize_usingCCtxParams(const ZSTD_CCtx_params* params); 1422 ZSTDLIB_API size_t ZSTD_estimateCStreamSize_usingCCtxParams(const ZSTD_CCtx_params* params); 1523 const ZSTD_CCtx_params* cctxParams, 1825 ZSTDLIB_API ZSTD_CCtx_params* ZSTD_createCCtxParams(void); 1826 ZSTDLIB_API size_t ZSTD_freeCCtxParams(ZSTD_CCtx_params* params); 1831 ZSTDLIB_API size_t ZSTD_CCtxParams_reset(ZSTD_CCtx_params* params); 1837 ZSTDLIB_API size_t ZSTD_CCtxParams_init(ZSTD_CCtx_params* cctxParams, int compressionLevel); 1843 ZSTDLIB_API size_t ZSTD_CCtxParams_init_advanced(ZSTD_CCtx_params* cctxParams, ZSTD_parameters para… 1853 ZSTDLIB_API size_t ZSTD_CCtxParams_setParameter(ZSTD_CCtx_params* params, ZSTD_cParameter param, in… [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.h | 1125 typedef struct ZSTD_CCtx_params_s ZSTD_CCtx_params; typedef 1320 ZSTDLIB_API size_t ZSTD_estimateCCtxSize_usingCCtxParams(const ZSTD_CCtx_params* params); 1338 ZSTDLIB_API size_t ZSTD_estimateCStreamSize_usingCCtxParams(const ZSTD_CCtx_params* params); 1571 ZSTDLIB_API ZSTD_CCtx_params* ZSTD_createCCtxParams(void); 1572 ZSTDLIB_API size_t ZSTD_freeCCtxParams(ZSTD_CCtx_params* params); 1577 ZSTDLIB_API size_t ZSTD_CCtxParams_reset(ZSTD_CCtx_params* params); 1583 ZSTDLIB_API size_t ZSTD_CCtxParams_init(ZSTD_CCtx_params* cctxParams, int compressionLevel); 1589 ZSTDLIB_API size_t ZSTD_CCtxParams_init_advanced(ZSTD_CCtx_params* cctxParams, ZSTD_parameters para… 1597 ZSTDLIB_API size_t ZSTD_CCtxParams_setParameter(ZSTD_CCtx_params* params, ZSTD_cParameter param, in… 1604 ZSTDLIB_API size_t ZSTD_CCtxParams_getParameter(ZSTD_CCtx_params* params, ZSTD_cParameter param, in… [all …]
|
| H A D | zstd.c | 10150 ZSTD_CCtx_params requestedParams; 10151 ZSTD_CCtx_params appliedParams; 13279 ZSTD_CCtx_params cctxParams; in ZSTD_makeCCtxParamsFromCParams() 13291 ZSTD_CCtx_params* params; in ZSTD_createCCtxParams_advanced() 13293 params = (ZSTD_CCtx_params*)ZSTD_calloc( in ZSTD_createCCtxParams_advanced() 13344 ZSTD_CCtx_params ret = *cctxParams; in ZSTD_assignParamsToCCtxParams() 16230 ZSTD_CCtx_params const cctxParams = in ZSTD_compressBegin_advanced() 16241 ZSTD_CCtx_params const cctxParams = in ZSTD_compressBegin_usingDict() 16328 ZSTD_CCtx_params const cctxParams = in ZSTD_compress_internal() 16359 const ZSTD_CCtx_params* params) in ZSTD_compress_advanced_internal() [all …]
|
| /f-stack/freebsd/contrib/zstd/examples/ |
| H A D | streaming_memory_usage.c | 69 ZSTD_CCtx_params* const cctxParams = ZSTD_createCCtxParams(); in main()
|