Searched defs:useRowMatchFinder (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/zstd/programs/ |
H A D | benchzstd.h | 120 int useRowMatchFinder; /* use row-based matchfinder if possible */ member
|
H A D | zstdcli.c | 793 useRowMatchFinder = 0, in main() local
|
H A D | fileio.c | 310 U32 useRowMatchFinder; member 485 void FIO_setUseRowMatchFinder(FIO_prefs_t* const prefs, int useRowMatchFinder) { in FIO_setUseRowMatchFinder()
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstd_compress.c | 86 …ZSTD_paramSwitch_e useRowMatchFinder; /* Indicates whether the CDict was created with params that … member 261 const ZSTD_paramSwitch_e useRowMatchFinder, in ZSTD_allocateChainTable() 1418 const ZSTD_paramSwitch_e useRowMatchFinder, in ZSTD_sizeof_matchState() 1462 const ZSTD_paramSwitch_e useRowMatchFinder, in ZSTD_estimateCCtxSize_usingCCtxParams_internal() 1507 …ZSTD_paramSwitch_e const useRowMatchFinder = ZSTD_resolveRowMatchFinderMode(params->useRowMatchFin… in ZSTD_estimateCCtxSize_usingCCtxParams() local 1572 …ZSTD_paramSwitch_e const useRowMatchFinder = ZSTD_resolveRowMatchFinderMode(params->useRowMatchFin… in ZSTD_estimateCStreamSize_usingCCtxParams() local 1724 const ZSTD_paramSwitch_e useRowMatchFinder, in ZSTD_reset_matchState() 2724 …ompressor ZSTD_selectBlockCompressor(ZSTD_strategy strat, ZSTD_paramSwitch_e useRowMatchFinder, ZS… in ZSTD_selectBlockCompressor() 4844 ZSTD_paramSwitch_e useRowMatchFinder, in ZSTD_createCDict_advanced_internal() 4999 …ZSTD_paramSwitch_e const useRowMatchFinder = ZSTD_resolveRowMatchFinderMode(ZSTD_ps_auto, &cParams… in ZSTD_initStaticCDict() local
|
H A D | zstd_ldm.c | 662 ZSTD_paramSwitch_e useRowMatchFinder, in ZSTD_ldm_blockCompress()
|
H A D | zstd_compress_internal.h | 326 ZSTD_paramSwitch_e useRowMatchFinder; member
|