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.c219 assert(mode != ZSTD_ps_auto); in ZSTD_rowMatchFinderUsed()
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()
507 bounds.lowerBound = (int)ZSTD_ps_auto; in ZSTD_cParam_getBounds()
538 bounds.lowerBound = (int)ZSTD_ps_auto; in ZSTD_cParam_getBounds()
543 bounds.lowerBound = (int)ZSTD_ps_auto; in ZSTD_cParam_getBounds()
1382 assert(useRowMatchFinder != ZSTD_ps_auto); in ZSTD_sizeof_matchState()
1660 assert(useRowMatchFinder != ZSTD_ps_auto); in ZSTD_reset_matchState()
1769 assert(params->useBlockSplitter != ZSTD_ps_auto); in ZSTD_resetCCtx_internal()
[all …]
H A Dzstd_compress_internal.h546 case ZSTD_ps_auto: in ZSTD_literalsCompressionIsDisabled()
/linux/include/linux/
H A Dzstd_lib.h1300ZSTD_ps_auto = 0, /* Let the library automatically determine whether the feature shall be … enumerator