Home
last modified time | relevance | path

Searched defs:dictMode (Results 1 – 5 of 5) sorted by relevance

/linux/lib/zstd/compress/
H A Dzstd_lazy.c67 const ZSTD_dictMode_e dictMode) in ZSTD_insertDUBT1()
160 const ZSTD_dictMode_e dictMode) in ZSTD_DUBT_findBetterDictMatch()
235 const ZSTD_dictMode_e dictMode) in ZSTD_DUBT_findBestMatch()
386 const ZSTD_dictMode_e dictMode) in ZSTD_BtFindBestMatch()
652 const U32 mls, const ZSTD_dictMode_e dictMode) in ZSTD_HcFindBestMatch()
1124 const U32 mls, const ZSTD_dictMode_e dictMode, in ZSTD_RowFindBestMatch()
1320 #define ZSTD_BT_SEARCH_FN(dictMode, mls) ZSTD_BtFindBestMatch_##dictMode##_##mls argument
1321 #define ZSTD_HC_SEARCH_FN(dictMode, mls) ZSTD_HcFindBestMatch_##dictMode##_##mls argument
1322 #define ZSTD_ROW_SEARCH_FN(dictMode, mls, rowLog) ZSTD_RowFindBestMatch_##dictMode##_##mls##_##rowL… argument
1326 #define GEN_ZSTD_BT_SEARCH_FN(dictMode, mls) \ argument
[all …]
H A Dzstd_opt.c533 const U32 mls, const ZSTD_dictMode_e dictMode) in ZSTD_updateTree_internal()
560 const BYTE* const ip, const BYTE* const iLimit, const ZSTD_dictMode_e dictMode, in ZSTD_insertBtAndGetAllMatches()
804 const ZSTD_dictMode_e dictMode, in ZSTD_btGetAllMatches_internal()
815 #define ZSTD_BT_GET_ALL_MATCHES_FN(dictMode, mls) ZSTD_btGetAllMatches_##dictMode##_##mls argument
817 #define GEN_ZSTD_BT_GET_ALL_MATCHES_(dictMode, mls) \ argument
833 #define GEN_ZSTD_BT_GET_ALL_MATCHES(dictMode) \ argument
843 #define ZSTD_BT_GET_ALL_MATCHES_ARRAY(dictMode) \ in GEN_ZSTD_BT_GET_ALL_MATCHES() argument
1042 const ZSTD_dictMode_e dictMode) in ZSTD_compressBlock_opt_generic()
1326 const void* src, size_t srcSize, const ZSTD_dictMode_e dictMode) in ZSTD_compressBlock_opt0()
1333 const void* src, size_t srcSize, const ZSTD_dictMode_e dictMode) in ZSTD_compressBlock_opt2()
H A Dzstd_fast.c317 #define ZSTD_GEN_FAST_FN(dictMode, mls, step) … argument
H A Dzstd_double_fast.c471 #define ZSTD_GEN_DFAST_FN(dictMode, mls) … argument
H A Dzstd_compress.c2633 …lockCompressor(ZSTD_strategy strat, ZSTD_paramSwitch_e useRowMatchFinder, ZSTD_dictMode_e dictMode) in ZSTD_selectBlockCompressor()
2758 { ZSTD_dictMode_e const dictMode = ZSTD_matchState_dictMode(ms); in ZSTD_buildSeqStore() local