Searched refs:mml (Results 1 – 2 of 2) sorted by relevance
424 #define ZSTD_GEN_FAST_FN(dictMode, mml, cmov) \ argument 425 static size_t ZSTD_compressBlock_fast_##dictMode##_##mml##_##cmov( \429 return ZSTD_compressBlock_fast_##dictMode##_generic(ms, seqStore, rep, src, srcSize, mml, cmov); \446 U32 const mml = ms->cParams.minMatch; in ZSTD_compressBlock_fast() local 451 switch(mml) in ZSTD_compressBlock_fast() 465 switch(mml) in ZSTD_compressBlock_fast()
21 u8 mml; member