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

/forgerock/web-agents-v4/zlib/
H A Ddeflate.h241 ushf *d_buf; member in struct:internal_state
242 /* Buffer for distances. To simplify the code, d_buf and l_buf have
325 s->d_buf[s->last_lit] = 0; \
333 s->d_buf[s->last_lit] = dist; \
/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 58 milliseconds