bi_buf            411 tools/packfi2/deflate.c     strm->state->bi_buf = (ush)(value & ((1 << bits) - 1));
bi_buf            254 tools/packfi2/deflate.h     ush bi_buf;
bi_buf            206 tools/packfi2/trees.c         s->bi_buf |= (value << s->bi_valid);
bi_buf            207 tools/packfi2/trees.c         put_short(s, s->bi_buf);
bi_buf            208 tools/packfi2/trees.c         s->bi_buf = (ush)value >> (Buf_size - s->bi_valid);
bi_buf            211 tools/packfi2/trees.c         s->bi_buf |= value << s->bi_valid;
bi_buf            221 tools/packfi2/trees.c     s->bi_buf |= (val << s->bi_valid);\
bi_buf            222 tools/packfi2/trees.c     put_short(s, s->bi_buf);\
bi_buf            223 tools/packfi2/trees.c     s->bi_buf = (ush)val >> (Buf_size - s->bi_valid);\
bi_buf            226 tools/packfi2/trees.c     s->bi_buf |= (value) << s->bi_valid;\
bi_buf            396 tools/packfi2/trees.c     s->bi_buf = 0;
bi_buf           1165 tools/packfi2/trees.c         put_short(s, s->bi_buf);
bi_buf           1166 tools/packfi2/trees.c         s->bi_buf = 0;
bi_buf           1169 tools/packfi2/trees.c         put_byte(s, (Byte)s->bi_buf);
bi_buf           1170 tools/packfi2/trees.c         s->bi_buf >>= 8;
bi_buf           1182 tools/packfi2/trees.c         put_short(s, s->bi_buf);
bi_buf           1184 tools/packfi2/trees.c         put_byte(s, (Byte)s->bi_buf);
bi_buf           1186 tools/packfi2/trees.c     s->bi_buf = 0;