usr.bin/gzip/unlz.c
162
lz_rd_create(struct lz_range_decoder *rd, FILE *fp)
usr.bin/gzip/unlz.c
173
lz_rd_decode(struct lz_range_decoder *rd, int num_bits)
usr.bin/gzip/unlz.c
194
lz_rd_decode_bit(struct lz_range_decoder *rd, int *bm)
usr.bin/gzip/unlz.c
219
lz_rd_decode_tree(struct lz_range_decoder *rd, int *bm, int num_bits)
usr.bin/gzip/unlz.c
230
lz_rd_decode_tree_reversed(struct lz_range_decoder *rd, int *bm, int num_bits)
usr.bin/gzip/unlz.c
244
lz_rd_decode_matched(struct lz_range_decoder *rd, int *bm, int match_byte)
usr.bin/gzip/unlz.c
265
lz_rd_decode_len(struct lz_range_decoder *rd, struct lz_len_model *lm,
usr.bin/gzip/unlz.c
286
struct lz_range_decoder rdec;
usr.bin/gzip/unlz.c
431
struct lz_range_decoder *rd = &lz->rdec;