Searched refs:ZSTD_paramSwitch_e (Results 1 – 5 of 5) sorted by relevance
66 ZSTD_paramSwitch_e useRowMatchFinder,
176 ZSTD_paramSwitch_e literalCompressionMode;263 ZSTD_paramSwitch_e enableLdm; /* ZSTD_ps_enable to enable LDM. ZSTD_ps_auto by default */294 ZSTD_paramSwitch_e literalCompressionMode;317 ZSTD_paramSwitch_e useBlockSplitter;320 ZSTD_paramSwitch_e useRowMatchFinder;454 ZSTD_blockCompressor ZSTD_selectBlockCompressor(ZSTD_strategy strat, ZSTD_paramSwitch_e rowMatchfin…
224 static ZSTD_paramSwitch_e ZSTD_resolveRowMatchFinderMode(ZSTD_paramSwitch_e mode, in ZSTD_resolveRowMatchFinderMode()243 static ZSTD_paramSwitch_e ZSTD_resolveBlockSplitterMode(ZSTD_paramSwitch_e mode, in ZSTD_resolveBlockSplitterMode()251 const ZSTD_paramSwitch_e useRowMatchFinder, in ZSTD_allocateChainTable()264 static ZSTD_paramSwitch_e ZSTD_resolveEnableLdm(ZSTD_paramSwitch_e mode, in ZSTD_resolveEnableLdm()768 const ZSTD_paramSwitch_e lcm = (ZSTD_paramSwitch_e)value; in ZSTD_CCtxParams_setParameter()795 CCtxParams->ldmParams.enableLdm = (ZSTD_paramSwitch_e)value; in ZSTD_CCtxParams_setParameter()856 CCtxParams->useBlockSplitter = (ZSTD_paramSwitch_e)value; in ZSTD_CCtxParams_setParameter()861 CCtxParams->useRowMatchFinder = (ZSTD_paramSwitch_e)value; in ZSTD_CCtxParams_setParameter()1349 const ZSTD_paramSwitch_e useRowMatchFinder, in ZSTD_sizeof_matchState()1393 const ZSTD_paramSwitch_e useRowMatchFinder, in ZSTD_estimateCCtxSize_usingCCtxParams_internal()[all …]
662 ZSTD_paramSwitch_e useRowMatchFinder, in ZSTD_ldm_blockCompress()
1303 } ZSTD_paramSwitch_e; typedef
Completed in 29 milliseconds