Searched refs:ZSTD_CCtx_params (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/ |
A D | zstd_lib.h | 1120 typedef struct ZSTD_CCtx_params_s ZSTD_CCtx_params; typedef 1423 ZSTDLIB_API size_t ZSTD_estimateCCtxSize_usingCCtxParams(const ZSTD_CCtx_params* params); 1441 ZSTDLIB_API size_t ZSTD_estimateCStreamSize_usingCCtxParams(const ZSTD_CCtx_params* params); 1541 const ZSTD_CCtx_params* cctxParams, 1845 ZSTDLIB_API ZSTD_CCtx_params* ZSTD_createCCtxParams(void); 1846 ZSTDLIB_API size_t ZSTD_freeCCtxParams(ZSTD_CCtx_params* params); /* accept NULL pointer */ 1851 ZSTDLIB_API size_t ZSTD_CCtxParams_reset(ZSTD_CCtx_params* params); 1857 ZSTDLIB_API size_t ZSTD_CCtxParams_init(ZSTD_CCtx_params* cctxParams, int compressionLevel); 1863 ZSTDLIB_API size_t ZSTD_CCtxParams_init_advanced(ZSTD_CCtx_params* cctxParams, ZSTD_parameters para… 1873 ZSTDLIB_API size_t ZSTD_CCtxParams_setParameter(ZSTD_CCtx_params* params, ZSTD_cParameter param, in… [all …]
|
/linux/lib/zstd/compress/ |
A D | zstd_compress.c | 206 ZSTD_CCtx_params cctxParams; in ZSTD_makeCCtxParamsFromCParams() 227 ZSTD_CCtx_params* params; in ZSTD_createCCtxParams_advanced() 237 ZSTD_CCtx_params* ZSTD_createCCtxParams(void) in ZSTD_createCCtxParams() 3382 ZSTD_CCtx_params cctxParams; in ZSTD_compressBegin_advanced() 3392 ZSTD_CCtx_params cctxParams; in ZSTD_compressBegin_usingDict() 3488 ZSTD_CCtx_params cctxParams; in ZSTD_compress_advanced() 3505 const ZSTD_CCtx_params* params) in ZSTD_compress_advanced_internal() 3520 ZSTD_CCtx_params cctxParams; in ZSTD_compress_usingDict() 3678 ZSTD_CCtx_params cctxParams; in ZSTD_createCDict_advanced() 3798 ZSTD_CCtx_params params; in ZSTD_initStaticCDict() [all …]
|
A D | zstd_compress_internal.h | 273 ZSTD_CCtx_params requestedParams; 274 ZSTD_CCtx_params appliedParams; 468 MEM_STATIC int ZSTD_disableLiteralsCompression(const ZSTD_CCtx_params* cctxParams) in ZSTD_disableLiteralsCompression() 1122 … const ZSTD_CCtx_params* CCtxParams, U64 srcSizeHint, size_t dictSize, ZSTD_cParamMode_e mode); 1132 const ZSTD_CCtx_params* params, unsigned long long pledgedSrcSize); 1147 const ZSTD_CCtx_params* params, 1156 const ZSTD_CCtx_params* params);
|
A D | zstd_compress_superblock.c | 167 const ZSTD_CCtx_params* cctxParams, in ZSTD_buildSuperBlockEntropy_sequences() 278 const ZSTD_CCtx_params* cctxParams, in ZSTD_buildSuperBlockEntropy() 443 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSubBlock_sequences() 544 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSubBlock() 708 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSubBlock_multi()
|
Completed in 27 milliseconds