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

/macosx-10.10.1/rsync-45/rsync/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.c234 /* We overlay pending_buf and d_buf+l_buf. This works since the average
307 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
941 ds->l_buf = ds->pending_buf + (1+sizeof(ush))*ds->lit_bufsize;
/macosx-10.10.1/sudo-73/src/zlib/
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;
/macosx-10.10.1/xnu-2782.1.97/libkern/zlib/
H A Ddeflate.h241 uchf *l_buf; /* buffer for literals or lengths */ member in struct:internal_state
263 uInt last_lit; /* running index in l_buf */
266 /* Buffer for distances. To simplify the code, d_buf and l_buf have
338 s->l_buf[s->last_lit++] = cc; \
346 s->l_buf[s->last_lit++] = len; \
H A Dtrees.c1055 s->l_buf[s->last_lit++] = (uch)lc;
1106 unsigned lx = 0; /* running index in l_buf */
1112 lc = s->l_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
334 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
968 ds->l_buf = ds->pending_buf + (1+sizeof(ush))*ds->lit_bufsize;
/macosx-10.10.1/zlib-55/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
322 s->l_buf[s->last_lit++] = cc; \
330 s->l_buf[s->last_lit++] = len; \
H A Dtrees.c1032 s->l_buf[s->last_lit++] = (uch)lc;
1083 unsigned lx = 0; /* running index in l_buf */
1089 lc = s->l_buf[lx++];
1114 /* Check that the overlay between pending_buf and d_buf+l_buf is ok: */
H A Ddeflate.c226 /* We overlay pending_buf and d_buf+l_buf. This works since the average
301 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
975 ds->l_buf = ds->pending_buf + (1+sizeof(ush))*ds->lit_bufsize;
/macosx-10.10.1/ppp-786.1.1/Helpers/pppdump/
H A Dzlib.c357 uchf *l_buf; /* buffer for literals or lengths */ member in struct:deflate_state
379 uInt last_lit; /* running index in l_buf */
382 /* Buffer for distances. To simplify the code, d_buf and l_buf have
670 s->l_buf = (uchf *) &(s->pending_buf[3*s->lit_bufsize]);
671 /* We overlay pending_buf and d_buf+l_buf. This works since the average
2431 s->l_buf[s->last_lit++] = (uch)lc;
2480 unsigned lx = 0; /* running index in l_buf */
2486 lc = s->l_buf[lx++];
2511 /* Check that the overlay between pending_buf and d_buf+l_buf is ok: */
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Dratz.c1424 uchf *l_buf; /* buffer for literals or lengths */ member in struct:internal_state
1446 uInt last_lit; /* running index in l_buf */
1449 /* Buffer for distances. To simplify the code, d_buf and l_buf have
1521 s->l_buf[s->last_lit++] = cc; \
1529 s->l_buf[s->last_lit++] = len; \

Completed in 212 milliseconds