Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/zlib/
H A Ddeflate.h220 uchf *sym_buf; /* buffer for distances and literals/lengths */ member
323 s->sym_buf[s->sym_next++] = 0; \
324 s->sym_buf[s->sym_next++] = 0; \
325 s->sym_buf[s->sym_next++] = cc; \
332 s->sym_buf[s->sym_next++] = (uch)dist; \
333 s->sym_buf[s->sym_next++] = (uch)(dist >> 8); \
334 s->sym_buf[s->sym_next++] = len; \
H A Dtrees.c1019 s->sym_buf[s->sym_next++] = (uch)dist;
1020 s->sym_buf[s->sym_next++] = (uch)(dist >> 8);
1021 s->sym_buf[s->sym_next++] = (uch)lc;
1054 dist = s->sym_buf[sx++] & 0xff;
1055 dist += (unsigned)(s->sym_buf[sx++] & 0xff) << 8;
1056 lc = s->sym_buf[sx++];
H A Ddeflate.c372 s->sym_buf = s->pending_buf + s->lit_bufsize;
589 s->sym_buf < s->pending_out + ((Buf_size + 7) >> 3))
1198 ds->sym_buf = ds->pending_buf + ds->lit_bufsize;