Searched refs:l_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.h214 uchf *l_buf; /* buffer for literals or lengths */ member in struct:internal_state
236 uInt last_lit; /* running index in l_buf */
239 /* Buffer for distances. To simplify the code, d_buf and l_buf have
311 s->l_buf[s->last_lit++] = cc; \
319 s->l_buf[s->last_lit++] = len; \
H A Dtrees.c1028 s->l_buf[s->last_lit++] = (uch)lc;
1079 unsigned lx = 0; /* running index in l_buf */
1085 lc = s->l_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
305 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
939 ds->l_buf = ds->pending_buf + (1+sizeof(ush))*ds->lit_bufsize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Ddeflate.h214 uchf *l_buf; /* buffer for literals or lengths */ member in struct:internal_state
236 uInt last_lit; /* running index in l_buf */
239 /* Buffer for distances. To simplify the code, d_buf and l_buf have
311 s->l_buf[s->last_lit++] = cc; \
319 s->l_buf[s->last_lit++] = len; \
H A Dtrees.c1028 s->l_buf[s->last_lit++] = (uch)lc;
1079 unsigned lx = 0; /* running index in l_buf */
1085 lc = s->l_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
305 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
939 ds->l_buf = ds->pending_buf + (1+sizeof(ush))*ds->lit_bufsize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_deflate/
H A Ddefutil.h190 uch *l_buf; /* buffer for literals or lengths */ member in struct:deflate_state
212 uInt last_lit; /* running index in l_buf */
215 /* Buffer for distances. To simplify the code, d_buf and l_buf have
H A Ddeftree.c976 s->l_buf[s->last_lit++] = (uch)lc;
1026 unsigned lx = 0; /* running index in l_buf */
1032 lc = s->l_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
227 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c276 /* DECLARE(uch, l_buf, LIT_BUFSIZE); */
277 DECLARE(uch, l_buf, INBUFSIZ);
312 unsigned insize; /* valid bytes in l_buf */
429 Assert(G1.insize == 0, "l_buf not empty");
936 * l_buf, thus indicating the presence or absence of a distance.
939 unsigned last_lit; /* running index in l_buf */
1485 G1.l_buf[G2.last_lit++] = lc;
1543 unsigned lx = 0; /* running index in l_buf */
1553 lc = G1.l_buf[lx++];
2073 ALLOC(uch, G1.l_buf, INBUFSI
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c335 uchf *l_buf; /* buffer for literals or lengths */ member in struct:deflate_state
357 uInt last_lit; /* running index in l_buf */
360 /* Buffer for distances. To simplify the code, d_buf and l_buf have
648 s->l_buf = (uchf *) &(s->pending_buf[3*s->lit_bufsize]);
649 /* We overlay pending_buf and d_buf+l_buf. This works since the average
2409 s->l_buf[s->last_lit++] = (uch)lc;
2458 unsigned lx = 0; /* running index in l_buf */
2464 lc = s->l_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.c460 uchf *l_buf; /* buffer for literals or lengths */ member in struct:deflate_state
482 uInt last_lit; /* running index in l_buf */
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
812 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
1178 ds->l_buf = ds->pending_buf + (1+sizeof(ush))*ds->lit_bufsize;
2801 s->l_buf[s->last_lit++] = (uch)lc;
2850 unsigned lx = 0; /* running index in l_buf */
2856 lc = s->l_buf[lx++];
2881 /* Check that the overlay between pending_buf and d_buf+l_buf i
[all...]

Completed in 235 milliseconds