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

/linux-master/lib/zlib_deflate/
H A Ddefutil.h192 uch *l_buf; /* buffer for literals or lengths */ member in struct:deflate_state
214 uInt last_lit; /* running index in l_buf */
217 /* Buffer for distances. To simplify the code, d_buf and l_buf have
H A Ddeftree.c922 s->l_buf[s->last_lit++] = (uch)lc;
972 unsigned lx = 0; /* running index in l_buf */
978 lc = s->l_buf[lx++];
1003 /* Check that the overlay between pending_buf and d_buf+l_buf is ok: */
H A Ddeflate.c203 /* We overlay pending_buf and d_buf+l_buf. This works since the average
272 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;

Completed in 120 milliseconds