Searched defs:d_buf (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c359 ushf *d_buf; member in struct:deflate_state
360 /* Buffer for distances. To simplify the code, d_buf and l_buf have
647 s->d_buf = (ushf *) &(s->pending_buf[s->lit_bufsize]);
649 /* We overlay pending_buf and d_buf+l_buf. This works since the average
2408 s->d_buf[s->last_lit] = (ush)dist;
2463 dist = s->d_buf[lx];
2489 /* Check that the overlay between pending_buf and d_buf+l_buf is ok: */

Completed in 29 milliseconds