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

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

Completed in 57 milliseconds