Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/external/unzip/internal/
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; \
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Ddeflate.h220 uchf *l_buf; /* buffer for literals or lengths */ member
329 s->l_buf[s->last_lit++] = cc; \
337 s->l_buf[s->last_lit++] = len; \
A Dtrees.c1020 s->l_buf[s->last_lit++] = (uch)lc;
1077 lc = s->l_buf[lx++];
A Ddeflate.c341 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
1147 ds->l_buf = ds->pending_buf + (1+sizeof(ush))*ds->lit_bufsize;
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dtrees.c1032 s->l_buf[s->last_lit++] = (uch)lc;
1089 lc = s->l_buf[lx++];
A Ddeflate.c301 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;

Completed in 28 milliseconds