Searched refs:ZSTD_ps_auto (Results 1 – 3 of 3) sorted by relevance
219 assert(mode != ZSTD_ps_auto); in ZSTD_rowMatchFinderUsed()231 …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()506 ZSTD_STATIC_ASSERT(ZSTD_ps_auto < ZSTD_ps_enable && ZSTD_ps_enable < ZSTD_ps_disable); in ZSTD_cParam_getBounds()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()[all …]
546 case ZSTD_ps_auto: in ZSTD_literalsCompressionIsDisabled()
1300 …ZSTD_ps_auto = 0, /* Let the library automatically determine whether the feature shall be … enumerator