Searched refs:ZSTD_ps_disable (Results 1 – 4 of 4) sorted by relevance
236 mode = ZSTD_ps_disable; in ZSTD_resolveRowMatchFinderMode()246 …n (cParams->strategy >= ZSTD_btopt && cParams->windowLog >= 17) ? ZSTD_ps_enable : ZSTD_ps_disable; in ZSTD_resolveBlockSplitterMode()267 …n (cParams->strategy >= ZSTD_btopt && cParams->windowLog >= 27) ? ZSTD_ps_enable : ZSTD_ps_disable; in ZSTD_resolveEnableLdm()286 return ZSTD_ps_disable; in ZSTD_resolveExternalRepcodeSearch()497 bounds.upperBound = (int)ZSTD_ps_disable; in ZSTD_cParam_getBounds()544 ZSTD_STATIC_ASSERT(ZSTD_ps_auto < ZSTD_ps_enable && ZSTD_ps_enable < ZSTD_ps_disable); in ZSTD_cParam_getBounds()546 bounds.upperBound = (int)ZSTD_ps_disable; in ZSTD_cParam_getBounds()577 bounds.upperBound = (int)ZSTD_ps_disable; in ZSTD_cParam_getBounds()587 bounds.upperBound = (int)ZSTD_ps_disable; in ZSTD_cParam_getBounds()597 bounds.upperBound = (int)ZSTD_ps_disable; in ZSTD_cParam_getBounds()[all …]
682 case ZSTD_ps_disable: in ZSTD_literalsCompressionIsDisabled()
80 return optPtr->literalCompressionMode != ZSTD_ps_disable; in ZSTD_compressedLiterals()
1425 ZSTD_ps_disable = 2 /* Do not use the feature */ enumerator