Home
last modified time | relevance | path

Searched refs:ZSTD_c_compressionLevel (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress.c382 case ZSTD_c_compressionLevel: in ZSTD_cParam_getBounds()
580 case ZSTD_c_compressionLevel: in ZSTD_isUpdateAuthorized()
638 case ZSTD_c_compressionLevel: in ZSTD_CCtx_setParameter()
689 case ZSTD_c_compressionLevel : { in ZSTD_CCtxParams_setParameter()
886 case ZSTD_c_compressionLevel : in ZSTD_CCtxParams_getParameter()
5167 FORWARD_IF_ERROR( ZSTD_CCtx_setParameter(zcs, ZSTD_c_compressionLevel, compressionLevel) , ""); in ZSTD_initCStream_usingDict()
5182 FORWARD_IF_ERROR( ZSTD_CCtx_setParameter(zcs, ZSTD_c_compressionLevel, compressionLevel) , ""); in ZSTD_initCStream_srcSize()
5192 FORWARD_IF_ERROR( ZSTD_CCtx_setParameter(zcs, ZSTD_c_compressionLevel, compressionLevel) , ""); in ZSTD_initCStream()
/openbmc/linux/include/linux/
H A Dzstd_lib.h268ZSTD_c_compressionLevel=100, /* Set compression parameters according to pre-defined cLevel table. enumerator