Lines Matching defs:mls
22 U32 mls) in ZSTD_updateDUBT()
159 U32 const mls, in ZSTD_DUBT_findBetterDictMatch()
234 U32 const mls, in ZSTD_DUBT_findBestMatch()
385 const U32 mls /* template */, in ZSTD_BtFindBestMatch()
620 const BYTE* ip, U32 const mls) in ZSTD_insertAndFindFirstIndex_internal()
652 const U32 mls, const ZSTD_dictMode_e dictMode) in ZSTD_HcFindBestMatch()
863 U32 const rowLog, U32 const mls, in ZSTD_row_fillHashCache()
891 U32 const rowLog, U32 const mls) in ZSTD_row_nextCachedHash()
907 U32 const mls, U32 const rowLog, in ZSTD_row_update_internalImpl()
936 U32 const mls, U32 const rowLog, in ZSTD_row_update_internal()
971 const U32 mls = MIN(ms->cParams.minMatch, 6 /* mls caps out at 6 */); in ZSTD_row_update() local
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
1336 #define GEN_ZSTD_HC_SEARCH_FN(dictMode, mls) \ argument
1346 #define GEN_ZSTD_ROW_SEARCH_FN(dictMode, mls, rowLog) \ argument
1357 #define ZSTD_FOR_EACH_ROWLOG(X, dictMode, mls) \ argument
1387 #define GEN_ZSTD_CALL_BT_SEARCH_FN(dictMode, mls) \ argument
1390 #define GEN_ZSTD_CALL_HC_SEARCH_FN(dictMode, mls) \ argument
1393 #define GEN_ZSTD_CALL_ROW_SEARCH_FN(dictMode, mls, rowLog) \ argument
1402 #define ZSTD_SWITCH_ROWLOG(dictMode, mls) \ argument
1453 U32 const mls, in ZSTD_searchMax()
1491 const U32 mls = BOUNDED(4, ms->cParams.minMatch, 6); in ZSTD_compressBlock_lazy_generic() local
1882 const U32 mls = BOUNDED(4, ms->cParams.minMatch, 6); in ZSTD_compressBlock_lazy_extDict_generic() local