Searched refs:ZSTD_ps_auto (Results 1 – 3 of 3) sorted by relevance
224 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 …]
687 case ZSTD_ps_auto: in ZSTD_literalsCompressionIsDisabled()
1423 …ZSTD_ps_auto = 0, /* Let the library automatically determine whether the feature shall be … enumerator