Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/zstd/compress/
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()
1357 #define ZSTD_FOR_EACH_ROWLOG(X, dictMode, mls) \ argument
1362 #define ZSTD_FOR_EACH_MLS_ROWLOG(X, dictMode) \ argument
1367 #define ZSTD_FOR_EACH_MLS(X, dictMode) \ argument
1397 #define ZSTD_SWITCH_MLS(X, dictMode) \ argument
1410 #define ZSTD_SWITCH_SEARCH_METHOD(dictMode) \ argument
1456 ZSTD_dictMode_e const dictMode) in ZSTD_searchMax()
[all …]
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()
A Dzstd_fast.c317 #define ZSTD_GEN_FAST_FN(dictMode, mls, step) … argument
A Dzstd_double_fast.c471 #define ZSTD_GEN_DFAST_FN(dictMode, mls) … argument
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

Completed in 31 milliseconds