Searched refs:l_buf (Results 1 - 24 of 24) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Ddeflate.h217 uchf *l_buf; /* buffer for literals or lengths */ member in struct:internal_state
239 uInt last_lit; /* running index in l_buf */
242 /* Buffer for distances. To simplify the code, d_buf and l_buf have
326 s->l_buf[s->last_lit++] = cc; \
334 s->l_buf[s->last_lit++] = len; \
H A Dtrees.c1016 s->l_buf[s->last_lit++] = (uch)lc;
1067 unsigned lx = 0; /* running index in l_buf */
1073 lc = s->l_buf[lx++];
1098 /* Check that the overlay between pending_buf and d_buf+l_buf is ok: */
H A Ddeflate.c229 /* We overlay pending_buf and d_buf+l_buf. This works since the average
313 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
1059 ds->l_buf = ds->pending_buf + (1+sizeof(ush))*ds->lit_bufsize;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Ddeflate.h217 uchf *l_buf; /* buffer for literals or lengths */ member in struct:internal_state
239 uInt last_lit; /* running index in l_buf */
242 /* Buffer for distances. To simplify the code, d_buf and l_buf have
326 s->l_buf[s->last_lit++] = cc; \
334 s->l_buf[s->last_lit++] = len; \
H A Dtrees.c1014 s->l_buf[s->last_lit++] = (uch)lc;
1065 unsigned lx = 0; /* running index in l_buf */
1071 lc = s->l_buf[lx++];
1096 /* Check that the overlay between pending_buf and d_buf+l_buf is ok: */
H A Ddeflate.c229 /* We overlay pending_buf and d_buf+l_buf. This works since the average
313 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
1057 ds->l_buf = ds->pending_buf + (1+sizeof(ush))*ds->lit_bufsize;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dtrees.c311 local uch far l_buf[LIT_BUFSIZE]; /* buffer for literals/lengths */ variable
314 local uch far *l_buf; variable
320 * l_buf, and thus indicating the presence or absence of a distance.
323 local unsigned last_lit; /* running index in l_buf */
494 l_buf = (uch far *) zcalloc(LIT_BUFSIZE/2, 2);
496 if (l_buf == NULL || d_buf == NULL)
1148 l_buf[last_lit++] = (uch)lc;
1203 unsigned lx = 0; /* running index in l_buf */
1212 lc = l_buf[lx++];
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/src/router/ppp/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-R7000-V1.0.7.12_1.2.5/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...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/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 231 milliseconds