Home
last modified time | relevance | path

Searched refs:ZSTD_getParams (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/lib/zstd/
H A Dzstd_compress_module.c78 return ZSTD_getParams(level, estimated_src_size, 0); in zstd_get_params()
/openbmc/linux/include/linux/
H A Dzstd_lib.h1637 ZSTDLIB_STATIC_API ZSTD_parameters ZSTD_getParams(int compressionLevel, unsigned long long estimate…
/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress.c6124 ZSTD_parameters ZSTD_getParams(int compressionLevel, unsigned long long srcSizeHint, size_t dictSiz… in ZSTD_getParams() function