Searched refs:ZSTD_paramSwitch_e (Results 1 – 9 of 9) sorted by relevance
69 ZSTD_paramSwitch_e useRowMatchFinder,
182 ZSTD_paramSwitch_e literalCompressionMode;269 ZSTD_paramSwitch_e enableLdm; /* ZSTD_ps_enable to enable LDM. ZSTD_ps_auto by default */300 ZSTD_paramSwitch_e literalCompressionMode;323 ZSTD_paramSwitch_e useBlockSplitter;326 ZSTD_paramSwitch_e useRowMatchFinder;466 ZSTD_blockCompressor ZSTD_selectBlockCompressor(ZSTD_strategy strat, ZSTD_paramSwitch_e rowMatchfin…
86 …ZSTD_paramSwitch_e useRowMatchFinder; /* Indicates whether the CDict was created with params that …228 static int ZSTD_rowMatchFinderUsed(const ZSTD_strategy strategy, const ZSTD_paramSwitch_e mode) { in ZSTD_rowMatchFinderUsed()234 static ZSTD_paramSwitch_e ZSTD_resolveRowMatchFinderMode(ZSTD_paramSwitch_e mode, in ZSTD_resolveRowMatchFinderMode()253 static ZSTD_paramSwitch_e ZSTD_resolveBlockSplitterMode(ZSTD_paramSwitch_e mode, in ZSTD_resolveBlockSplitterMode()261 const ZSTD_paramSwitch_e useRowMatchFinder, in ZSTD_allocateChainTable()274 static ZSTD_paramSwitch_e ZSTD_resolveEnableLdm(ZSTD_paramSwitch_e mode, in ZSTD_resolveEnableLdm()791 const ZSTD_paramSwitch_e lcm = (ZSTD_paramSwitch_e)value; in ZSTD_CCtxParams_setParameter()846 CCtxParams->ldmParams.enableLdm = (ZSTD_paramSwitch_e)value; in ZSTD_CCtxParams_setParameter()907 CCtxParams->useBlockSplitter = (ZSTD_paramSwitch_e)value; in ZSTD_CCtxParams_setParameter()912 CCtxParams->useRowMatchFinder = (ZSTD_paramSwitch_e)value; in ZSTD_CCtxParams_setParameter()[all …]
662 ZSTD_paramSwitch_e useRowMatchFinder, in ZSTD_ldm_blockCompress()
119 ZSTD_paramSwitch_e literalCompressionMode;
103 ZSTD_paramSwitch_e mode);
844 ZSTD_paramSwitch_e literalCompressionMode = ZSTD_ps_auto; in main()
323 ZSTD_paramSwitch_e literalCompressionMode;513 ZSTD_paramSwitch_e mode) { in FIO_setLiteralCompressionMode()
1322 } ZSTD_paramSwitch_e; typedef