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()
872 U32 const rowLog, U32 const mls, in ZSTD_row_fillHashCache()
900 U32 const rowLog, U32 const mls) in ZSTD_row_nextCachedHash()
916 U32 const mls, U32 const rowLog, in ZSTD_row_update_internalImpl()
945 U32 const mls, U32 const rowLog, in ZSTD_row_update_internal()
980 const U32 mls = MIN(ms->cParams.minMatch, 6 /* mls caps out at 6 */); in ZSTD_row_update() local
1133 const U32 mls, const ZSTD_dictMode_e dictMode, in ZSTD_RowFindBestMatch()
1336 #define GEN_ZSTD_BT_VTABLE(dictMode, mls) \ argument
1349 #define GEN_ZSTD_HC_VTABLE(dictMode, mls) \ argument
1362 #define GEN_ZSTD_ROW_VTABLE(dictMode, mls, rowLog) \ argument
1376 #define ZSTD_FOR_EACH_ROWLOG(X, dictMode, mls) \ argument
1418 #define GEN_ZSTD_ROW_VTABLE_ARRAY_(dictMode, mls) \ argument
1461 U32 const mls = MAX(4, MIN(6, ms->cParams.minMatch)); in ZSTD_selectLazyVTable() local