Home
last modified time | relevance | path

Searched refs:matchML (Results 1 – 1 of 1) sorted by relevance

/third_party/lz4/lib/
Dlz4hc.c1389 int const matchML = firstMatch.len; /* necessarily < sufficient_len < LZ4_OPT_NUM */ in LZ4HC_compress_optimal() local
1391 assert(matchML < LZ4_OPT_NUM); in LZ4HC_compress_optimal()
1392 for ( ; mlen <= matchML ; mlen++) { in LZ4HC_compress_optimal()
1464 { int const matchML = newMatch.len; in LZ4HC_compress_optimal() local
1468 for ( ; ml <= matchML ; ml++) { in LZ4HC_compress_optimal()
1490 if ( (ml == matchML) /* last pos of last match */ in LZ4HC_compress_optimal()