Lines Matching defs:mls

32                 U32 mls)  in ZSTD_updateDUBT()
171 U32 const mls, in ZSTD_DUBT_findBetterDictMatch()
247 U32 const mls, in ZSTD_DUBT_findBestMatch()
399 const U32 mls /* template */, in ZSTD_BtFindBestMatch()
636 const BYTE* ip, U32 const mls, U32 const lazySkipping) in ZSTD_insertAndFindFirstIndex_internal()
672 const U32 mls, const ZSTD_dictMode_e dictMode) in ZSTD_HcFindBestMatch()
839 U32 const rowLog, U32 const mls, in ZSTD_row_fillHashCache()
869 U32 const rowLog, U32 const mls, in ZSTD_row_nextCachedHash()
888 U32 const mls, U32 const rowLog, in ZSTD_row_update_internalImpl()
918 U32 const mls, U32 const rowLog, in ZSTD_row_update_internal()
953 const U32 mls = MIN(ms->cParams.minMatch, 6 /* mls caps out at 6 */); in ZSTD_row_update() local
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
1376 #define GEN_ZSTD_HC_SEARCH_FN(dictMode, mls) \ argument
1386 #define GEN_ZSTD_ROW_SEARCH_FN(dictMode, mls, rowLog) \ argument
1397 #define ZSTD_FOR_EACH_ROWLOG(X, dictMode, mls) \ argument
1427 #define GEN_ZSTD_CALL_BT_SEARCH_FN(dictMode, mls) \ argument
1430 #define GEN_ZSTD_CALL_HC_SEARCH_FN(dictMode, mls) \ argument
1433 #define GEN_ZSTD_CALL_ROW_SEARCH_FN(dictMode, mls, rowLog) \ argument
1442 #define ZSTD_SWITCH_ROWLOG(dictMode, mls) \ argument
1493 U32 const mls, in ZSTD_searchMax()
1532 const U32 mls = BOUNDED(4, ms->cParams.minMatch, 6); in ZSTD_compressBlock_lazy_generic() local
1956 const U32 mls = BOUNDED(4, ms->cParams.minMatch, 6); in ZSTD_compressBlock_lazy_extDict_generic() local