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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Ddeflate.h238 ushf *d_buf; member in struct:internal_state
239 /* Buffer for distances. To simplify the code, d_buf and l_buf have
310 s->d_buf[s->last_lit] = 0; \
318 s->d_buf[s->last_lit] = dist; \
H A Dtrees.c1027 s->d_buf[s->last_lit] = (ush)dist;
1084 dist = s->d_buf[lx];
1110 /* Check that the overlay between pending_buf and d_buf+l_buf is ok: */
H A Ddeflate.c232 /* We overlay pending_buf and d_buf+l_buf. This works since the average
304 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
938 ds->d_buf = overlay + ds->lit_bufsize/sizeof(ush);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Ddeflate.h238 ushf *d_buf; member in struct:internal_state
239 /* Buffer for distances. To simplify the code, d_buf and l_buf have
310 s->d_buf[s->last_lit] = 0; \
318 s->d_buf[s->last_lit] = dist; \
H A Dtrees.c1027 s->d_buf[s->last_lit] = (ush)dist;
1084 dist = s->d_buf[lx];
1110 /* Check that the overlay between pending_buf and d_buf+l_buf is ok: */
H A Ddeflate.c232 /* We overlay pending_buf and d_buf+l_buf. This works since the average
304 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
938 ds->d_buf = overlay + ds->lit_bufsize/sizeof(ush);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_deflate/
H A Ddefutil.h214 ush *d_buf; member in struct:deflate_state
215 /* Buffer for distances. To simplify the code, d_buf and l_buf have
H A Ddeftree.c975 s->d_buf[s->last_lit] = (ush)dist;
1031 dist = s->d_buf[lx];
1057 /* Check that the overlay between pending_buf and d_buf+l_buf is ok: */
H A Ddeflate.c181 /* We overlay pending_buf and d_buf+l_buf. This works since the average
226 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c279 DECLARE(ush, d_buf, DIST_BUFSIZE);
940 unsigned last_dist; /* running index in d_buf */
1500 G1.d_buf[G2.last_dist++] = dist;
1544 unsigned dx = 0; /* running index in d_buf */
1566 dist = G1.d_buf[dx++];
2075 ALLOC(ush, G1.d_buf, DIST_BUFSIZE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/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: */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c484 ushf *d_buf; member in struct:deflate_state
485 /* Buffer for distances. To simplify the code, d_buf and l_buf have
750 /* We overlay pending_buf and d_buf+l_buf. This works since the average
811 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
1177 ds->d_buf = overlay + ds->lit_bufsize/sizeof(ush);
2800 s->d_buf[s->last_lit] = (ush)dist;
2855 dist = s->d_buf[lx];
2881 /* Check that the overlay between pending_buf and d_buf+l_buf is ok: */

Completed in 221 milliseconds