Lines Matching refs:dist
113 unsigned dist; /* match distance */ in inflate_fast() local
180 dist = (unsigned)(this.val); in inflate_fast()
190 dist += (unsigned)hold & ((1U << op) - 1); in inflate_fast()
192 if (dist > dmax) { in inflate_fast()
201 if (dist > op) { /* see if copy from window */ in inflate_fast()
202 op = dist - op; /* distance back in window */ in inflate_fast()
216 from = out - dist; /* rest from output */ in inflate_fast()
234 from = out - dist; /* rest from output */ in inflate_fast()
245 from = out - dist; /* rest from output */ in inflate_fast()
264 from = out - dist; /* copy direct from output */ in inflate_fast()
272 if (dist > 2) { in inflate_fast()
290 if (dist == 1) { in inflate_fast()