Home | History | Annotate | Download | only in zlib

Lines Matching refs:sym_buf

459     /* We overlay pending_buf and sym_buf. This works since the average size
468 * sym_buf starts one-fourth of the way into pending_buf. So there are
469 * three bytes in sym_buf for every four bytes in pending_buf. Each symbol
470 * in sym_buf is three bytes -- two for the distance and one for the
472 * sym_buf value to read moves forward three bytes. From that symbol, up to
474 * bits gets to the next sym_buf symbol to read is just before the last
476 * after 24*(n - 2) bits have been consumed from sym_buf. sym_buf starts at
513 s->sym_buf = s->pending_buf + s->lit_bufsize;
737 s->sym_buf < s->pending_out + ((Buf_size + 7) >> 3))
1329 ds->sym_buf