Lines Matching +defs:tree +defs:h
554 #define UPDATE_HASH(s,h,c) (h = (((h)<<s->hash_shift) ^ (c)) & s->hash_mask) argument
1590 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len) argument
1594 # define send_code(s, c, tree) \ argument
1792 #define pqremove(s, tree, top) \ argument
1803 #define smaller(tree, n, m, depth) \ argument
1813 local void pqdownheap(s, tree, k) in pqdownheap() argument
1852 ct_data *tree = desc->dyn_tree; local
1858 int h; /* heap index */ local
1935 local void gen_codes (tree, max_code, bl_count) in gen_codes() argument
1981 ct_data *tree = desc->dyn_tree; local
2064 local void scan_tree (s, tree, max_code) in scan_tree() argument
2109 local void send_tree (s, tree, max_code) in send_tree() argument
3406 inflate_huft *h; local
3711 int h; /* table level */ local
4103 inflate_huft *tree; /* pointer into tree */ member