Home
last modified time | relevance | path

Searched refs:ZSTD_ps_disable (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/lib/zstd/compress/
H A Dzstd_compress.c236 mode = ZSTD_ps_disable; in ZSTD_resolveRowMatchFinderMode()
286 return ZSTD_ps_disable; in ZSTD_resolveExternalRepcodeSearch()
497 bounds.upperBound = (int)ZSTD_ps_disable; in ZSTD_cParam_getBounds()
546 bounds.upperBound = (int)ZSTD_ps_disable; in ZSTD_cParam_getBounds()
577 bounds.upperBound = (int)ZSTD_ps_disable; in ZSTD_cParam_getBounds()
587 bounds.upperBound = (int)ZSTD_ps_disable; in ZSTD_cParam_getBounds()
597 bounds.upperBound = (int)ZSTD_ps_disable; in ZSTD_cParam_getBounds()
612 bounds.upperBound = (int)ZSTD_ps_disable; in ZSTD_cParam_getBounds()
1712 initialParams.useRowMatchFinder = ZSTD_ps_disable; in ZSTD_estimateCCtxSize_usingCParams()
1774 initialParams.useRowMatchFinder = ZSTD_ps_disable; in ZSTD_estimateCStreamSize_usingCParams()
[all …]
H A Dzstd_compress_internal.h682 case ZSTD_ps_disable: in ZSTD_literalsCompressionIsDisabled()
H A Dzstd_opt.c80 return optPtr->literalCompressionMode != ZSTD_ps_disable; in ZSTD_compressedLiterals()
/linux-6.15/include/linux/
H A Dzstd_lib.h1425 ZSTD_ps_disable = 2 /* Do not use the feature */ enumerator