Home | History | Annotate | Download | only in net

Lines Matching defs:d_buf

511     ushf *d_buf;
512 /* Buffer for distances. To simplify the code, d_buf and l_buf have
584 s->d_buf[s->last_lit] = 0; \
592 s->d_buf[s->last_lit] = dist; \
821 /* We overlay pending_buf and d_buf+l_buf. This works since the average
886 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
1256 ds->d_buf = overlay + ds->lit_bufsize/sizeof(ush);
3121 s->d_buf[s->last_lit] = (ush)dist;
3178 dist = s->d_buf[lx];
3204 /* Check that the overlay between pending_buf and d_buf+l_buf is ok: */