Searched refs:ZSTD_ps_auto (Results 1 – 6 of 6) sorted by relevance
229 assert(mode != ZSTD_ps_auto); in ZSTD_rowMatchFinderUsed()241 …if (mode != ZSTD_ps_auto) return mode; /* if requested enabled, but no SIMD, we still will use row… in ZSTD_resolveRowMatchFinderMode()255 if (mode != ZSTD_ps_auto) return mode; in ZSTD_resolveBlockSplitterMode()263 assert(useRowMatchFinder != ZSTD_ps_auto); in ZSTD_allocateChainTable()276 if (mode != ZSTD_ps_auto) return mode; in ZSTD_resolveEnableLdm()529 ZSTD_STATIC_ASSERT(ZSTD_ps_auto < ZSTD_ps_enable && ZSTD_ps_enable < ZSTD_ps_disable); in ZSTD_cParam_getBounds()530 bounds.lowerBound = (int)ZSTD_ps_auto; in ZSTD_cParam_getBounds()561 bounds.lowerBound = (int)ZSTD_ps_auto; in ZSTD_cParam_getBounds()566 bounds.lowerBound = (int)ZSTD_ps_auto; in ZSTD_cParam_getBounds()1451 assert(useRowMatchFinder != ZSTD_ps_auto); in ZSTD_sizeof_matchState()[all …]
558 case ZSTD_ps_auto: in ZSTD_literalsCompressionIsDisabled()
1319 …ZSTD_ps_auto = 0, /* Let the library automatically determine whether the feature shall be … enumerator
139 ZSTD_ps_auto, /* literalCompressionMode */ in BMK_initAdvancedParams()
844 ZSTD_paramSwitch_e literalCompressionMode = ZSTD_ps_auto; in main()
395 ret->literalCompressionMode = ZSTD_ps_auto; in FIO_createPreferences()