Searched refs:bi_buf (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libz/
H A Dtrees.c77 /* Number of bits used within bi_buf. (bi_buf might be implemented on
201 /* If not enough room in bi_buf, use (valid) bits from bi_buf and
206 s->bi_buf |= (value << s->bi_valid);
207 put_short(s, s->bi_buf);
208 s->bi_buf = (ush)value >> (Buf_size - s->bi_valid);
211 s->bi_buf |= value << s->bi_valid;
221 s->bi_buf |= (val << s->bi_valid);\
222 put_short(s, s->bi_buf);\
[all...]
H A Ddeflate.h254 ush bi_buf; member in struct:internal_state
259 /* Number of valid bits in bi_buf. All bits above the last valid bit
H A Ddeflate.c411 strm->state->bi_buf = (ush)(value & ((1 << bits) - 1));
/ast/src/cmd/INIT/
H A Dratz.c1464 ush bi_buf; member in struct:internal_state
1469 /* Number of valid bits in bi_buf. All bits above the last valid bit

Completed in 42 milliseconds