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

/ast/src/lib/libz/
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;
/ast/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 25 milliseconds