Home
last modified time | relevance | path

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

/linux-4.4.14/lib/lz4/
Dlz4hc_compress.c330 int ml, ml2, ml3, ml0; in lz4_compresshcctx() local
356 ml2 = lz4hc_insertandgetwidermatch(ctx, ip + ml - 2, in lz4_compresshcctx()
359 ml2 = ml; in lz4_compresshcctx()
361 if (ml2 == ml) { in lz4_compresshcctx()
379 ml = ml2; in lz4_compresshcctx()
396 if (ip + new_ml > start2 + ml2 - MINMATCH) in lz4_compresshcctx()
397 new_ml = (int)(start2 - ip) + ml2 - MINMATCH; in lz4_compresshcctx()
402 ml2 -= correction; in lz4_compresshcctx()
409 if (start2 + ml2 < mflimit) in lz4_compresshcctx()
411 start2 + ml2 - 3, start2, matchlimit, in lz4_compresshcctx()
[all …]