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