Home
last modified time | relevance | path

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

/linux/lib/zlib_deflate/
A Ddefutil.h232 ush bi_buf; member
317 put_short(s, s->bi_buf); in bi_flush()
318 s->bi_buf = 0; in bi_flush()
321 put_byte(s, (Byte)s->bi_buf); in bi_flush()
322 s->bi_buf >>= 8; in bi_flush()
333 put_short(s, s->bi_buf); in bi_windup()
335 put_byte(s, (Byte)s->bi_buf); in bi_windup()
337 s->bi_buf = 0; in bi_windup()
379 put_short(s, s->bi_buf); in send_bits()
393 s->bi_buf |= (val << s->bi_valid);\
[all …]
A Ddeftree.c258 s->bi_buf = 0; in zlib_tr_init()
/linux/lib/zlib_dfltcc/
A Ddfltcc_deflate.c206 *strm->next_out = (Byte)state->bi_buf; in dfltcc_deflate()
238 state->bi_buf = 0; /* Avoid accessing next_out */ in dfltcc_deflate()
240 state->bi_buf = *strm->next_out & ((1 << state->bi_valid) - 1); in dfltcc_deflate()

Completed in 7 milliseconds