Lines Matching refs:useRowMatchFinder

83 …ZSTD_paramSwitch_e useRowMatchFinder; /* Indicates whether the CDict was created with params that …  member
251 const ZSTD_paramSwitch_e useRowMatchFinder, in ZSTD_allocateChainTable() argument
253 assert(useRowMatchFinder != ZSTD_ps_auto); in ZSTD_allocateChainTable()
257 …n forDDSDict || ((strategy != ZSTD_fast) && !ZSTD_rowMatchFinderUsed(strategy, useRowMatchFinder)); in ZSTD_allocateChainTable()
286 …cctxParams.useRowMatchFinder = ZSTD_resolveRowMatchFinderMode(cctxParams.useRowMatchFinder, &cPara… in ZSTD_makeCCtxParamsFromCParams()
345 …cctxParams->useRowMatchFinder = ZSTD_resolveRowMatchFinderMode(cctxParams->useRowMatchFinder, &par… in ZSTD_CCtxParams_init_internal()
349 … cctxParams->useRowMatchFinder, cctxParams->useBlockSplitter, cctxParams->ldmParams.enableLdm); in ZSTD_CCtxParams_init_internal()
861 CCtxParams->useRowMatchFinder = (ZSTD_paramSwitch_e)value; in ZSTD_CCtxParams_setParameter()
862 return CCtxParams->useRowMatchFinder; in ZSTD_CCtxParams_setParameter()
978 *value = (int)CCtxParams->useRowMatchFinder; in ZSTD_CCtxParams_getParameter()
1349 const ZSTD_paramSwitch_e useRowMatchFinder, in ZSTD_sizeof_matchState() argument
1354 …size_t const chainSize = ZSTD_allocateChainTable(cParams->strategy, useRowMatchFinder, enableDedic… in ZSTD_sizeof_matchState()
1372 size_t const lazyAdditionalSpace = ZSTD_rowMatchFinderUsed(cParams->strategy, useRowMatchFinder) in ZSTD_sizeof_matchState()
1382 assert(useRowMatchFinder != ZSTD_ps_auto); in ZSTD_sizeof_matchState()
1393 const ZSTD_paramSwitch_e useRowMatchFinder, in ZSTD_estimateCCtxSize_usingCCtxParams_internal() argument
1407 …size_t const matchStateSize = ZSTD_sizeof_matchState(cParams, useRowMatchFinder, /* enableDedicate… in ZSTD_estimateCCtxSize_usingCCtxParams_internal()
1438 …ZSTD_paramSwitch_e const useRowMatchFinder = ZSTD_resolveRowMatchFinderMode(params->useRowMatchFin… in ZSTD_estimateCCtxSize_usingCCtxParams() local
1446 &cParams, &params->ldmParams, 1, useRowMatchFinder, 0, 0, ZSTD_CONTENTSIZE_UNKNOWN); in ZSTD_estimateCCtxSize_usingCCtxParams()
1456 initialParams.useRowMatchFinder = ZSTD_ps_disable; in ZSTD_estimateCCtxSize_usingCParams()
1458 initialParams.useRowMatchFinder = ZSTD_ps_enable; in ZSTD_estimateCCtxSize_usingCParams()
1503 …ZSTD_paramSwitch_e const useRowMatchFinder = ZSTD_resolveRowMatchFinderMode(params->useRowMatchFin… in ZSTD_estimateCStreamSize_usingCCtxParams() local
1506 &cParams, &params->ldmParams, 1, useRowMatchFinder, inBuffSize, outBuffSize, in ZSTD_estimateCStreamSize_usingCCtxParams()
1518 initialParams.useRowMatchFinder = ZSTD_ps_disable; in ZSTD_estimateCStreamSize_usingCParams()
1520 initialParams.useRowMatchFinder = ZSTD_ps_enable; in ZSTD_estimateCStreamSize_usingCParams()
1645 const ZSTD_paramSwitch_e useRowMatchFinder, in ZSTD_reset_matchState() argument
1651 size_t const chainSize = ZSTD_allocateChainTable(cParams->strategy, useRowMatchFinder, in ZSTD_reset_matchState()
1660 assert(useRowMatchFinder != ZSTD_ps_auto); in ZSTD_reset_matchState()
1699 if (ZSTD_rowMatchFinderUsed(cParams->strategy, useRowMatchFinder)) { in ZSTD_reset_matchState()
1757 …(U32)pledgedSrcSize, params->cParams.windowLog, (int)params->useRowMatchFinder, (int)params->useBl… in ZSTD_resetCCtx_internal()
1768 assert(params->useRowMatchFinder != ZSTD_ps_auto); in ZSTD_resetCCtx_internal()
1797 … &params->cParams, &params->ldmParams, zc->staticSize != 0, params->useRowMatchFinder, in ZSTD_resetCCtx_internal()
1892 params->useRowMatchFinder, in ZSTD_resetCCtx_internal()
1985 params.useRowMatchFinder = cdict->useRowMatchFinder; /* cdict overrides */ in ZSTD_resetCCtx_byAttachingCDict()
2039 params.useRowMatchFinder = cdict->useRowMatchFinder; in ZSTD_resetCCtx_byCopyingCDict()
2049 assert(params.useRowMatchFinder != ZSTD_ps_auto); in ZSTD_resetCCtx_byCopyingCDict()
2052 …chainSize = ZSTD_allocateChainTable(cdict_cParams->strategy, cdict->useRowMatchFinder, 0 /* DDS gu… in ZSTD_resetCCtx_byCopyingCDict()
2061 …hainTable(cctx->appliedParams.cParams.strategy, cctx->appliedParams.useRowMatchFinder, 0 /* forDDS… in ZSTD_resetCCtx_byCopyingCDict()
2067 if (ZSTD_rowMatchFinderUsed(cdict_cParams->strategy, cdict->useRowMatchFinder)) { in ZSTD_resetCCtx_byCopyingCDict()
2143 assert(srcCCtx->appliedParams.useRowMatchFinder != ZSTD_ps_auto); in ZSTD_copyCCtx_internal()
2146 params.useRowMatchFinder = srcCCtx->appliedParams.useRowMatchFinder; in ZSTD_copyCCtx_internal()
2164 srcCCtx->appliedParams.useRowMatchFinder, in ZSTD_copyCCtx_internal()
2276 …if (ZSTD_allocateChainTable(params->cParams.strategy, params->useRowMatchFinder, (U32)ms->dedicate… in ZSTD_reduceIndex()
2633 … ZSTD_selectBlockCompressor(ZSTD_strategy strat, ZSTD_paramSwitch_e useRowMatchFinder, ZSTD_dictMo… in ZSTD_selectBlockCompressor() argument
2681 …essor: dictMode=%d strat=%d rowMatchfinder=%d", (int)dictMode, (int)strat, (int)useRowMatchFinder); in ZSTD_selectBlockCompressor()
2682 if (ZSTD_rowMatchFinderUsed(strat, useRowMatchFinder)) { in ZSTD_selectBlockCompressor()
2698 assert(useRowMatchFinder != ZSTD_ps_auto); in ZSTD_selectBlockCompressor()
2771 zc->appliedParams.useRowMatchFinder, in ZSTD_buildSeqStore()
2788 zc->appliedParams.useRowMatchFinder, in ZSTD_buildSeqStore()
2793 … zc->appliedParams.useRowMatchFinder, in ZSTD_buildSeqStore()
4141 … DEBUGLOG(4, "ZSTD_loadDictionaryContent(): useRowMatchFinder=%d", (int)params->useRowMatchFinder); in ZSTD_loadDictionaryContent()
4175 assert(params->useRowMatchFinder != ZSTD_ps_auto); in ZSTD_loadDictionaryContent()
4176 if (params->useRowMatchFinder == ZSTD_ps_enable) { in ZSTD_loadDictionaryContent()
4700 params.useRowMatchFinder, in ZSTD_initCDict_internal()
4725 ZSTD_paramSwitch_e useRowMatchFinder, in ZSTD_createCDict_advanced_internal() argument
4734 … ZSTD_sizeof_matchState(&cParams, useRowMatchFinder, enableDedicatedDictSearch, /* forCCtx */ 0) + in ZSTD_createCDict_advanced_internal()
4753 cdict->useRowMatchFinder = useRowMatchFinder; in ZSTD_createCDict_advanced_internal()
4807 …cctxParams.useRowMatchFinder = ZSTD_resolveRowMatchFinderMode(cctxParams.useRowMatchFinder, &cPara… in ZSTD_createCDict_advanced2()
4811 cctxParams.useRowMatchFinder, cctxParams.enableDedicatedDictSearch, in ZSTD_createCDict_advanced2()
4880 …ZSTD_paramSwitch_e const useRowMatchFinder = ZSTD_resolveRowMatchFinderMode(ZSTD_ps_auto, &cParams… in ZSTD_initStaticCDict() local
4882 …size_t const matchStateSize = ZSTD_sizeof_matchState(&cParams, useRowMatchFinder, /* enableDedicat… in ZSTD_initStaticCDict()
4907 params.useRowMatchFinder = useRowMatchFinder; in ZSTD_initStaticCDict()
4908 cdict->useRowMatchFinder = useRowMatchFinder; in ZSTD_initStaticCDict()
5453 …params.useRowMatchFinder = ZSTD_resolveRowMatchFinderMode(params.useRowMatchFinder, &params.cParam… in ZSTD_CCtx_init_compressStream2()