Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_compress.c224 assert(mode != ZSTD_ps_auto); in ZSTD_rowMatchFinderUsed()
235 …if (mode != ZSTD_ps_auto) return mode; /* if requested enabled, but no SIMD, we still will use row… in ZSTD_resolveRowMatchFinderMode()
245 if (mode != ZSTD_ps_auto) return mode; in ZSTD_resolveBlockSplitterMode()
253 assert(useRowMatchFinder != ZSTD_ps_auto); in ZSTD_allocateChainTable()
266 if (mode != ZSTD_ps_auto) return mode; in ZSTD_resolveEnableLdm()
284 if (value != ZSTD_ps_auto) return value; in ZSTD_resolveExternalRepcodeSearch()
496 bounds.lowerBound = (int)ZSTD_ps_auto; in ZSTD_cParam_getBounds()
544 ZSTD_STATIC_ASSERT(ZSTD_ps_auto < ZSTD_ps_enable && ZSTD_ps_enable < ZSTD_ps_disable); in ZSTD_cParam_getBounds()
545 bounds.lowerBound = (int)ZSTD_ps_auto; in ZSTD_cParam_getBounds()
576 bounds.lowerBound = (int)ZSTD_ps_auto; in ZSTD_cParam_getBounds()
[all …]
H A Dzstd_compress_internal.h687 case ZSTD_ps_auto: in ZSTD_literalsCompressionIsDisabled()
/linux/include/linux/
H A Dzstd_lib.h1423ZSTD_ps_auto = 0, /* Let the library automatically determine whether the feature shall be … enumerator