Home | History | Annotate | Download | only in src

Lines Matching refs:bi_valid

537         *bits = strm->state->bi_valid;
555 put = Buf_size - s->bi_valid;
558 s->bi_buf |= (ush)((value & ((1 << put) - 1)) << s->bi_valid);
559 s->bi_valid += put;
1665 have = (s->bi_valid + 42) >> 3; /* number of header bytes */
1797 have = (s->bi_valid + 42) >> 3; /* number of header bytes */