Home
last modified time | relevance | path

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

/external/zstd/lib/compress/
Dzstd_compress.c229 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 …]
Dzstd_compress_internal.h558 case ZSTD_ps_auto: in ZSTD_literalsCompressionIsDisabled()
/external/zstd/lib/
Dzstd.h1319ZSTD_ps_auto = 0, /* Let the library automatically determine whether the feature shall be … enumerator
/external/zstd/programs/
Dbenchzstd.c139 ZSTD_ps_auto, /* literalCompressionMode */ in BMK_initAdvancedParams()
Dzstdcli.c844 ZSTD_paramSwitch_e literalCompressionMode = ZSTD_ps_auto; in main()
Dfileio.c395 ret->literalCompressionMode = ZSTD_ps_auto; in FIO_createPreferences()