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

/darwin-on-arm/xnu/libkern/zlib/
H A Ddeflate.h265 ushf *d_buf; member in struct:internal_state
266 /* Buffer for distances. To simplify the code, d_buf and l_buf have
337 s->d_buf[s->last_lit] = 0; \
345 s->d_buf[s->last_lit] = dist; \
H A Dtrees.c1054 s->d_buf[s->last_lit] = (ush)dist;
1111 dist = s->d_buf[lx];
1137 /* Check that the overlay between pending_buf and d_buf+l_buf is ok: */
H A Ddeflate.c259 /* We overlay pending_buf and d_buf+l_buf. This works since the average
333 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
967 ds->d_buf = overlay + ds->lit_bufsize/sizeof(ush);

Completed in 23 milliseconds