Home
last modified time | relevance | path

Searched defs:huff_code_table (Results 1 – 2 of 2) sorted by relevance

/isa-l/igzip/
H A Digzip_inflate.c249 static int inline set_codes(struct huff_code *huff_code_table, int table_length, uint16_t *count) in set_codes()
294 struct huff_code *huff_code_table = lit_len_huff; in set_and_expand_lit_len_huffcode() local
388 struct huff_code *huff_code_table, uint32_t table_length, in make_inflate_huff_code_lit_len()
602 struct huff_code *huff_code_table, in make_inflate_huff_code_dist()
745 struct huff_code *huff_code_table, in make_inflate_huff_code_header()
H A Dhuff_codes.c952 set_huff_codes(struct huff_code *huff_code_table, int table_length, uint32_t *count) in set_huff_codes()