Lines Matching refs:ZSTD_ps_auto
224 assert(mode != ZSTD_ps_auto); in ZSTD_rowMatchFinderUsed()
235 …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()
284 if (value != ZSTD_ps_auto) return value; in ZSTD_resolveExternalRepcodeSearch()
496 bounds.lowerBound = (int)ZSTD_ps_auto; in ZSTD_cParam_getBounds()
544 ZSTD_STATIC_ASSERT(ZSTD_ps_auto < ZSTD_ps_enable && ZSTD_ps_enable < ZSTD_ps_disable); in ZSTD_cParam_getBounds()
545 bounds.lowerBound = (int)ZSTD_ps_auto; in ZSTD_cParam_getBounds()
576 bounds.lowerBound = (int)ZSTD_ps_auto; in ZSTD_cParam_getBounds()
586 bounds.lowerBound = (int)ZSTD_ps_auto; in ZSTD_cParam_getBounds()
596 bounds.lowerBound = (int)ZSTD_ps_auto; in ZSTD_cParam_getBounds()
611 bounds.lowerBound = (int)ZSTD_ps_auto; in ZSTD_cParam_getBounds()
1527 if (useRowMatchFinder == ZSTD_ps_auto) in ZSTD_adjustCParams_internal()
1554 return ZSTD_adjustCParams_internal(cPar, srcSize, dictSize, ZSTD_cpm_unknown, ZSTD_ps_auto); in ZSTD_adjustCParams()
1624 assert(useRowMatchFinder != ZSTD_ps_auto); in ZSTD_sizeof_matchState()
1929 assert(useRowMatchFinder != ZSTD_ps_auto); in ZSTD_reset_matchState()
2046 assert(params->useRowMatchFinder != ZSTD_ps_auto); in ZSTD_resetCCtx_internal()
2047 assert(params->postBlockSplitter != ZSTD_ps_auto); in ZSTD_resetCCtx_internal()
2048 assert(params->ldmParams.enableLdm != ZSTD_ps_auto); in ZSTD_resetCCtx_internal()
2355 assert(params.useRowMatchFinder != ZSTD_ps_auto); in ZSTD_resetCCtx_byCopyingCDict()
2452 assert(srcCCtx->appliedParams.useRowMatchFinder != ZSTD_ps_auto); in ZSTD_copyCCtx_internal()
2453 assert(srcCCtx->appliedParams.postBlockSplitter != ZSTD_ps_auto); in ZSTD_copyCCtx_internal()
2454 assert(srcCCtx->appliedParams.ldmParams.enableLdm != ZSTD_ps_auto); in ZSTD_copyCCtx_internal()
2653 assert(cctxParams->postBlockSplitter != ZSTD_ps_auto); in ZSTD_blockSplitterEnabled()
3059 assert(useRowMatchFinder != ZSTD_ps_auto); in ZSTD_selectBlockCompressor()
4917 assert(params->useRowMatchFinder != ZSTD_ps_auto); in ZSTD_loadDictionaryContent()
5416 + ZSTD_sizeof_matchState(&cParams, ZSTD_resolveRowMatchFinderMode(ZSTD_ps_auto, &cParams), in ZSTD_estimateCDictSize_advanced()
5651 …ZSTD_ParamSwitch_e const useRowMatchFinder = ZSTD_resolveRowMatchFinderMode(ZSTD_ps_auto, &cParams… in ZSTD_initStaticCDict()
6489 assert(externalRepSearch != ZSTD_ps_auto); in ZSTD_transferSequences_wBlockDelim()
7278 assert(cctx->appliedParams.searchForExternalRepcodes != ZSTD_ps_auto); in ZSTD_compressSequencesAndLiterals_internal()
7571 return ZSTD_adjustCParams_internal(cp, srcSizeHint, dictSize, mode, ZSTD_ps_auto); in ZSTD_getCParams_internal()