Lines Matching defs:mls
31 U32 mls) in ZSTD_updateDUBT()
170 U32 const mls, in ZSTD_DUBT_findBetterDictMatch()
246 U32 const mls, in ZSTD_DUBT_findBestMatch()
398 const U32 mls /* template */, in ZSTD_BtFindBestMatch()
635 const BYTE* ip, U32 const mls, U32 const lazySkipping) in ZSTD_insertAndFindFirstIndex_internal()
671 const U32 mls, const ZSTD_dictMode_e dictMode) in ZSTD_HcFindBestMatch()
838 U32 const rowLog, U32 const mls, in ZSTD_row_fillHashCache()
868 U32 const rowLog, U32 const mls, in ZSTD_row_nextCachedHash()
887 U32 const mls, U32 const rowLog, in ZSTD_row_update_internalImpl()
917 U32 const mls, U32 const rowLog, in ZSTD_row_update_internal()
952 const U32 mls = MIN(ms->cParams.minMatch, 6 /* mls caps out at 6 */); in ZSTD_row_update() local
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
1375 #define GEN_ZSTD_HC_SEARCH_FN(dictMode, mls) \ argument
1385 #define GEN_ZSTD_ROW_SEARCH_FN(dictMode, mls, rowLog) \ argument
1396 #define ZSTD_FOR_EACH_ROWLOG(X, dictMode, mls) \ argument
1426 #define GEN_ZSTD_CALL_BT_SEARCH_FN(dictMode, mls) \ argument
1429 #define GEN_ZSTD_CALL_HC_SEARCH_FN(dictMode, mls) \ argument
1432 #define GEN_ZSTD_CALL_ROW_SEARCH_FN(dictMode, mls, rowLog) \ argument
1441 #define ZSTD_SWITCH_ROWLOG(dictMode, mls) \ argument
1492 U32 const mls, in ZSTD_searchMax()
1531 const U32 mls = BOUNDED(4, ms->cParams.minMatch, 6); in ZSTD_compressBlock_lazy_generic() local
1955 const U32 mls = BOUNDED(4, ms->cParams.minMatch, 6); in ZSTD_compressBlock_lazy_extDict_generic() local