Home
last modified time | relevance | path

Searched refs:sym_next (Results 1 – 13 of 13) sorted by relevance

/external/rust/crates/libz-sys/src/zlib-ng/
Ddeflate_p.h31 s->sym_buf[s->sym_next++] = 0; in zng_tr_tally_lit()
32 s->sym_buf[s->sym_next++] = 0; in zng_tr_tally_lit()
33 s->sym_buf[s->sym_next++] = c; in zng_tr_tally_lit()
37 return (s->sym_next == s->sym_end); in zng_tr_tally_lit()
43 s->sym_buf[s->sym_next++] = (uint8_t)(dist); in zng_tr_tally_dist()
44 s->sym_buf[s->sym_next++] = (uint8_t)(dist >> 8); in zng_tr_tally_dist()
45 s->sym_buf[s->sym_next++] = len; in zng_tr_tally_dist()
53 return (s->sym_next == s->sym_end); in zng_tr_tally_dist()
Ddeflate_fast.c99 if (UNLIKELY(s->sym_next)) in deflate_fast()
Dtrees.c120 s->sym_next = s->matches = 0; in init_block()
667 s->sym_next / 3));
727 if (s->sym_next != 0) {
740 } while (sx < s->sym_next);
Ddeflate_slow.c132 if (UNLIKELY(s->sym_next)) in deflate_slow()
Ddeflate.h250 unsigned int sym_next; /* running index in sym_buf */ member
Ddeflate_medium.c284 if (UNLIKELY(s->sym_next)) in deflate_medium()
Ddeflate.c1597 if (s->sym_next) in deflate_rle()
1632 if (s->sym_next) in deflate_huff()
/external/zlib/
Ddeflate.h242 uInt sym_next; /* running index in sym_buf */ 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; \
327 flush = (s->sym_next == s->sym_end); \
332 s->sym_buf[s->sym_next++] = dist; \
333 s->sym_buf[s->sym_next++] = dist >> 8; \
334 s->sym_buf[s->sym_next++] = len; \
338 flush = (s->sym_next == s->sym_end); \
Dtrees.c419 s->sym_next = s->matches = 0;
950 s->sym_next / 3));
1019 s->sym_buf[s->sym_next++] = dist;
1020 s->sym_buf[s->sym_next++] = dist >> 8;
1021 s->sym_buf[s->sym_next++] = lc;
1036 return (s->sym_next == s->sym_end);
1053 if (s->sym_next != 0) do {
1084 } while (sx < s->sym_next);
Ddeflate.c1991 if (s->sym_next)
2128 if (s->sym_next)
2203 if (s->sym_next)
2242 if (s->sym_next)
/external/angle/third_party/zlib/
Ddeflate.h242 uInt sym_next; /* running index in sym_buf */ 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; \
327 flush = (s->sym_next == s->sym_end); \
332 s->sym_buf[s->sym_next++] = dist; \
333 s->sym_buf[s->sym_next++] = dist >> 8; \
334 s->sym_buf[s->sym_next++] = len; \
338 flush = (s->sym_next == s->sym_end); \
Dtrees.c419 s->sym_next = s->matches = 0;
950 s->sym_next / 3));
1019 s->sym_buf[s->sym_next++] = dist;
1020 s->sym_buf[s->sym_next++] = dist >> 8;
1021 s->sym_buf[s->sym_next++] = lc;
1036 return (s->sym_next == s->sym_end);
1053 if (s->sym_next != 0) do {
1084 } while (sx < s->sym_next);
Ddeflate.c1991 if (s->sym_next)
2128 if (s->sym_next)
2203 if (s->sym_next)
2242 if (s->sym_next)