Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_lazy.c78 const ZSTD_dictMode_e dictMode) in ZSTD_insertDUBT1()
172 const ZSTD_dictMode_e dictMode) in ZSTD_DUBT_findBetterDictMatch()
248 const ZSTD_dictMode_e dictMode) in ZSTD_DUBT_findBestMatch()
400 const ZSTD_dictMode_e dictMode) in ZSTD_BtFindBestMatch()
672 const U32 mls, const ZSTD_dictMode_e dictMode) in ZSTD_HcFindBestMatch()
1146 const U32 mls, const ZSTD_dictMode_e dictMode, in ZSTD_RowFindBestMatch()
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
1366 #define GEN_ZSTD_BT_SEARCH_FN(dictMode, mls) \ argument
[all …]
H A Dzstd_opt.c566 const U32 mls, const ZSTD_dictMode_e dictMode) in ZSTD_updateTree_internal()
596 const ZSTD_dictMode_e dictMode, in ZSTD_insertBtAndGetAllMatches()
842 const ZSTD_dictMode_e dictMode, in ZSTD_btGetAllMatches_internal()
853 #define ZSTD_BT_GET_ALL_MATCHES_FN(dictMode, mls) ZSTD_btGetAllMatches_##dictMode##_##mls argument
855 #define GEN_ZSTD_BT_GET_ALL_MATCHES_(dictMode, mls) \ argument
871 #define GEN_ZSTD_BT_GET_ALL_MATCHES(dictMode) \ argument
881 #define ZSTD_BT_GET_ALL_MATCHES_ARRAY(dictMode) \ in GEN_ZSTD_BT_GET_ALL_MATCHES() argument
1083 const ZSTD_dictMode_e dictMode) in ZSTD_compressBlock_opt_generic()
1449 const void* src, size_t srcSize, const ZSTD_dictMode_e dictMode) in ZSTD_compressBlock_opt0()
1458 const void* src, size_t srcSize, const ZSTD_dictMode_e dictMode) in ZSTD_compressBlock_opt2()
H A Dzstd_fast.c426 #define ZSTD_GEN_FAST_FN(dictMode, mml, cmov) … argument
H A Dzstd_double_fast.c550 #define ZSTD_GEN_DFAST_FN(dictMode, mls) … argument
H A Dzstd_compress.c3070 …lockCompressor(ZSTD_strategy strat, ZSTD_ParamSwitch_e useRowMatchFinder, ZSTD_dictMode_e dictMode) in ZSTD_selectBlockCompressor()
3302 { ZSTD_dictMode_e const dictMode = ZSTD_matchState_dictMode(ms); in ZSTD_buildSeqStore() local
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_lazy.c77 const ZSTD_dictMode_e dictMode) in ZSTD_insertDUBT1()
171 const ZSTD_dictMode_e dictMode) in ZSTD_DUBT_findBetterDictMatch()
247 const ZSTD_dictMode_e dictMode) in ZSTD_DUBT_findBestMatch()
399 const ZSTD_dictMode_e dictMode) in ZSTD_BtFindBestMatch()
671 const U32 mls, const ZSTD_dictMode_e dictMode) in ZSTD_HcFindBestMatch()
1145 const U32 mls, const ZSTD_dictMode_e dictMode, in ZSTD_RowFindBestMatch()
1359 #define ZSTD_BT_SEARCH_FN(dictMode, mls) ZSTD_BtFindBestMatch_##dictMode##_##mls argument
1360 #define ZSTD_HC_SEARCH_FN(dictMode, mls) ZSTD_HcFindBestMatch_##dictMode##_##mls argument
1361 #define ZSTD_ROW_SEARCH_FN(dictMode, mls, rowLog) ZSTD_RowFindBestMatch_##dictMode##_##mls##_##rowL… argument
1365 #define GEN_ZSTD_BT_SEARCH_FN(dictMode, mls) \ argument
[all …]
H A Dzstd_opt.c565 const U32 mls, const ZSTD_dictMode_e dictMode) in ZSTD_updateTree_internal()
595 const ZSTD_dictMode_e dictMode, in ZSTD_insertBtAndGetAllMatches()
841 const ZSTD_dictMode_e dictMode, in ZSTD_btGetAllMatches_internal()
852 #define ZSTD_BT_GET_ALL_MATCHES_FN(dictMode, mls) ZSTD_btGetAllMatches_##dictMode##_##mls argument
854 #define GEN_ZSTD_BT_GET_ALL_MATCHES_(dictMode, mls) \ argument
870 #define GEN_ZSTD_BT_GET_ALL_MATCHES(dictMode) \ argument
880 #define ZSTD_BT_GET_ALL_MATCHES_ARRAY(dictMode) \ in GEN_ZSTD_BT_GET_ALL_MATCHES() argument
1082 const ZSTD_dictMode_e dictMode) in ZSTD_compressBlock_opt_generic()
1448 const void* src, size_t srcSize, const ZSTD_dictMode_e dictMode) in ZSTD_compressBlock_opt0()
1457 const void* src, size_t srcSize, const ZSTD_dictMode_e dictMode) in ZSTD_compressBlock_opt2()
H A Dzstd_fast.c425 #define ZSTD_GEN_FAST_FN(dictMode, mml, cmov) … argument
H A Dzstd_double_fast.c549 #define ZSTD_GEN_DFAST_FN(dictMode, mls) … argument
H A Dzstd_compress.c3069 …lockCompressor(ZSTD_strategy strat, ZSTD_ParamSwitch_e useRowMatchFinder, ZSTD_dictMode_e dictMode) in ZSTD_selectBlockCompressor()
3301 { ZSTD_dictMode_e const dictMode = ZSTD_matchState_dictMode(ms); in ZSTD_buildSeqStore() local