Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Ddeflate.h214 uchf *l_buf; /* buffer for literals or lengths */ member
311 s->l_buf[s->last_lit++] = cc; \
319 s->l_buf[s->last_lit++] = len; \
Dtrees.c1028 s->l_buf[s->last_lit++] = (uch)lc;
1085 lc = s->l_buf[lx++];
Ddeflate.c305 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;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Ddeflate.h217 uchf *l_buf; /* buffer for literals or lengths */ member
326 s->l_buf[s->last_lit++] = cc; \
334 s->l_buf[s->last_lit++] = len; \
Dtrees.c1016 s->l_buf[s->last_lit++] = (uch)lc;
1073 lc = s->l_buf[lx++];
Ddeflate.c313 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;