Lines Matching refs:MINMATCH
145 repl = ml = lz4hc_commonlength(ip + MINMATCH, in lz4hc_insertandfindbestmatch()
146 ref + MINMATCH, matchlimit) + MINMATCH; in lz4hc_insertandfindbestmatch()
157 lz4hc_commonlength(ip + MINMATCH, in lz4hc_insertandfindbestmatch()
158 ref + MINMATCH, matchlimit) + MINMATCH; in lz4hc_insertandfindbestmatch()
172 end = ip + repl - (MINMATCH-1); in lz4hc_insertandfindbestmatch()
214 const u8 *reft = ref + MINMATCH; in lz4hc_insertandgetwidermatch()
215 const u8 *ipt = ip + MINMATCH; in lz4hc_insertandgetwidermatch()
294 len = (int)(ml - MINMATCH); in lz4_encodesequence()
396 if (ip + new_ml > start2 + ml2 - MINMATCH) in lz4_compresshcctx()
397 new_ml = (int)(start2 - ip) + ml2 - MINMATCH; in lz4_compresshcctx()
442 if (ml2 < MINMATCH) { in lz4_compresshcctx()
475 if (ip + ml > start2 + ml2 - MINMATCH) in lz4_compresshcctx()
477 - MINMATCH; in lz4_compresshcctx()