Home
last modified time | relevance | path

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

/lib/lz4/
Dlz4hc_compress.c133 size_t repl = 0, ml = 0; in lz4hc_insertandfindbestmatch() local
145 repl = ml = lz4hc_commonlength(ip + MINMATCH, in lz4hc_insertandfindbestmatch()
154 if (*(ref + ml) == *(ip + ml)) { in lz4hc_insertandfindbestmatch()
159 if (mlt > ml) { in lz4hc_insertandfindbestmatch()
160 ml = mlt; in lz4hc_insertandfindbestmatch()
187 return (int)ml; in lz4hc_insertandfindbestmatch()
270 int ml, const u8 *ref) in lz4_encodesequence() argument
294 len = (int)(ml - MINMATCH); in lz4_encodesequence()
311 *ip += ml; in lz4_encodesequence()
330 int ml, ml2, ml3, ml0; in lz4_compresshcctx() local
[all …]
/lib/
Dinflate.c601 unsigned ml, md; /* masks for bl and bd bits */ in inflate_codes() local
612 ml = mask_bits[bl]; /* precompute masks for speed */ in inflate_codes()
617 if ((e = (t = tl + ((unsigned)b & ml))->e) > 16) in inflate_codes()