Lines Matching defs:bb
42 struct bitbuf *bb = xzalloc(sizeof(struct bitbuf)+size); in bitbuf_init() local
52 void bitbuf_skip(struct bitbuf *bb, int bits) in bitbuf_skip()
65 static inline int bitbuf_bit(struct bitbuf *bb) in bitbuf_bit()
78 unsigned bitbuf_get(struct bitbuf *bb, int bits) in bitbuf_get()
101 void bitbuf_flush(struct bitbuf *bb) in bitbuf_flush()
110 void bitbuf_put(struct bitbuf *bb, int data, int len) in bitbuf_put()
177 static unsigned huff_and_puff(struct bitbuf *bb, struct huff *huff) in huff_and_puff()
194 static void inflate(struct deflate *dd, struct bitbuf *bb) in inflate()
315 static void deflate(struct deflate *dd, struct bitbuf *bb) in deflate()
396 static int is_gzip(struct bitbuf *bb) in is_gzip()
427 struct bitbuf *bb = bitbuf_init(outfd, 4096); in gzip_fd() local
461 struct bitbuf *bb = bitbuf_init(infd, 4096); in gunzip_fd() local