Home
last modified time | relevance | path

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

/aosp_15_r20/external/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
1080 const ZSTD_dictMode_e dictMode) in ZSTD_compressBlock_opt_generic()
1444 const void* src, size_t srcSize, const ZSTD_dictMode_e dictMode) in ZSTD_compressBlock_opt0()
1453 const void* src, size_t srcSize, const ZSTD_dictMode_e dictMode) in ZSTD_compressBlock_opt2()
H A Dzstd_fast.c409 #define ZSTD_GEN_FAST_FN(dictMode, mls, step) … argument
H A Dzstd_double_fast.c541 #define ZSTD_GEN_DFAST_FN(dictMode, mls) … argument
H A Dzstd_compress.c3035 …lockCompressor(ZSTD_strategy strat, ZSTD_paramSwitch_e useRowMatchFinder, ZSTD_dictMode_e dictMode) in ZSTD_selectBlockCompressor()
3239 { ZSTD_dictMode_e const dictMode = ZSTD_matchState_dictMode(ms); in ZSTD_buildSeqStore() local