Searched refs:dictMode (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/lib/zstd/compress/ |
| H A D | zstd_lazy.c | 115 if ( (dictMode != ZSTD_extDict) in ZSTD_insertDUBT1() 197 (void)dictMode; in ZSTD_DUBT_findBetterDictMatch() 378 mls, dictMode); in ZSTD_DUBT_findBestMatch() 1360 #define ZSTD_BT_SEARCH_FN(dictMode, mls) ZSTD_BtFindBestMatch_##dictMode##_##mls argument 1361 #define ZSTD_HC_SEARCH_FN(dictMode, mls) ZSTD_HcFindBestMatch_##dictMode##_##mls argument 1362 #define ZSTD_ROW_SEARCH_FN(dictMode, mls, rowLog) ZSTD_RowFindBestMatch_##dictMode##_##mls##_##rowL… argument 1400 X(dictMode, mls, 6) 1410 X(dictMode, 6) 1496 ZSTD_dictMode_e const dictMode) in ZSTD_searchMax() argument 1498 if (dictMode == ZSTD_noDict) { in ZSTD_searchMax() [all …]
|
| H A D | zstd_opt.c | 572 idx, target, dictMode); in ZSTD_updateTree_internal() 596 const ZSTD_dictMode_e dictMode, in ZSTD_insertBtAndGetAllMatches() argument 666 if ( dictMode == ZSTD_extDict in ZSTD_insertBtAndGetAllMatches() 731 …if ((dictMode == ZSTD_noDict) || (dictMode == ZSTD_dictMatchState) || (matchIndex+matchLength >= d… in ZSTD_insertBtAndGetAllMatches() 842 const ZSTD_dictMode_e dictMode, in ZSTD_btGetAllMatches_internal() argument 853 #define ZSTD_BT_GET_ALL_MATCHES_FN(dictMode, mls) ZSTD_btGetAllMatches_##dictMode##_##mls argument 871 #define GEN_ZSTD_BT_GET_ALL_MATCHES(dictMode) \ argument 872 GEN_ZSTD_BT_GET_ALL_MATCHES_(dictMode, 3) \ 873 GEN_ZSTD_BT_GET_ALL_MATCHES_(dictMode, 4) \ 875 GEN_ZSTD_BT_GET_ALL_MATCHES_(dictMode, 6) [all …]
|
| H A D | zstd_fast.c | 424 #define ZSTD_GEN_FAST_FN(dictMode, mml, cmov) … argument 425 … static size_t ZSTD_compressBlock_fast_##dictMode##_##mml##_##cmov( \ 429 … return ZSTD_compressBlock_fast_##dictMode##_generic(ms, seqStore, rep, src, srcSize, mml, cmov); \
|
| H A D | zstd_double_fast.c | 550 #define ZSTD_GEN_DFAST_FN(dictMode, mls) … argument 551 …static size_t ZSTD_compressBlock_doubleFast_##dictMode##_##mls( … 555 … return ZSTD_compressBlock_doubleFast_##dictMode##_generic(ms, seqStore, rep, src, srcSize, mls); \
|
| H A D | zstd_compress.c | 2983 …lockCompressor(ZSTD_strategy strat, ZSTD_ParamSwitch_e useRowMatchFinder, ZSTD_dictMode_e dictMode) in ZSTD_selectBlockCompressor() argument 3034 …DEBUGLOG(5, "Selected block compressor: dictMode=%d strat=%d rowMatchfinder=%d", (int)dictMode, (i… in ZSTD_selectBlockCompressor() 3060 selectedCompressor = rowBasedBlockCompressors[(int)dictMode][(int)strat - (int)ZSTD_greedy]; in ZSTD_selectBlockCompressor() 3062 selectedCompressor = blockCompressor[(int)dictMode][(int)strat]; in ZSTD_selectBlockCompressor() 3215 { ZSTD_dictMode_e const dictMode = ZSTD_matchState_dictMode(ms); in ZSTD_buildSeqStore() local 3319 dictMode); in ZSTD_buildSeqStore() 3332 dictMode); in ZSTD_buildSeqStore()
|
| H A D | zstd_compress_internal.h | 573 …ckCompressor(ZSTD_strategy strat, ZSTD_ParamSwitch_e rowMatchfinderMode, ZSTD_dictMode_e dictMode);
|