Lines Matching refs:from
114 unsigned char *from; /* where to copy match from */ in inflate_fast() local
208 from = window - OFF; in inflate_fast()
210 from += wsize - op; in inflate_fast()
214 PUP(out) = PUP(from); in inflate_fast()
216 from = out - dist; /* rest from output */ in inflate_fast()
220 from += wsize + write - op; in inflate_fast()
225 PUP(out) = PUP(from); in inflate_fast()
227 from = window - OFF; in inflate_fast()
232 PUP(out) = PUP(from); in inflate_fast()
234 from = out - dist; /* rest from output */ in inflate_fast()
239 from += write - op; in inflate_fast()
243 PUP(out) = PUP(from); in inflate_fast()
245 from = out - dist; /* rest from output */ in inflate_fast()
249 PUP(out) = PUP(from); in inflate_fast()
250 PUP(out) = PUP(from); in inflate_fast()
251 PUP(out) = PUP(from); in inflate_fast()
255 PUP(out) = PUP(from); in inflate_fast()
257 PUP(out) = PUP(from); in inflate_fast()
264 from = out - dist; /* copy direct from output */ in inflate_fast()
268 PUP(out) = PUP(from); in inflate_fast()
275 sfrom = (unsigned short *)(from - OFF); in inflate_fast()
285 from = (unsigned char *)sfrom + OFF; in inflate_fast()
304 PUP(out) = PUP(from); in inflate_fast()