Lines Matching defs:bb
42 struct bitbuf *bb = xzalloc(sizeof(struct bitbuf)+size); in bitbuf_init() local
54 static int bitbuf_skip(struct bitbuf *bb, int bits) in bitbuf_skip()
71 static inline int bitbuf_bit(struct bitbuf *bb) in bitbuf_bit()
84 static unsigned bitbuf_get(struct bitbuf *bb, int bits) in bitbuf_get()
110 static void bitbuf_flush(struct bitbuf *bb) in bitbuf_flush()
119 static void bitbuf_put(struct bitbuf *bb, int data, int len) in bitbuf_put()
196 static unsigned huff_and_puff(struct bitbuf *bb, struct huff *huff) in huff_and_puff()
213 static void inflate(struct deflate *dd, struct bitbuf *bb) in inflate()
332 static void deflate(struct deflate *dd, struct bitbuf *bb) in deflate()
414 static int is_gzip(struct bitbuf *bb) in is_gzip()
461 struct bitbuf *bb = bitbuf_init(outfd, 4096); in gzip_fd() local
493 long long gunzip_common(struct bitbuf *bb, struct deflate *dd) in gunzip_common()
521 struct bitbuf *bb = bitbuf_init(-1, 0); in gunzip_mem() local
535 struct bitbuf *bb = bitbuf_init(infd, 4096); in gunzip_fd() local