Home
last modified time | relevance | path

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

/u-boot/lib/zlib/
A Ddeflate.h214 uchf *l_buf; /* buffer for literals or lengths */ member
322 s->l_buf[s->last_lit++] = cc; \
330 s->l_buf[s->last_lit++] = len; \
A Dtrees.c1033 s->l_buf[s->last_lit++] = (uch)lc;
1090 lc = s->l_buf[lx++];
A Ddeflate.c302 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
974 ds->l_buf = ds->pending_buf + (1+sizeof(ush))*ds->lit_bufsize;

Completed in 17 milliseconds