Searched defs:static_tree_desc_s (Results 1 – 3 of 3) sorted by relevance
117 struct static_tree_desc_s { struct118 const ct_data *static_tree; /* static tree or NULL */119 const intf *extra_bits; /* extra bits for each code or NULL */120 int extra_base; /* base index for extra_bits */121 int elems; /* max number of elements in the tree */122 int max_length; /* max bit length for the codes */
788 struct static_tree_desc_s {int dummy; }; /* for buggy compilers */ argument2333 struct static_tree_desc_s { struct2334 const ct_data *static_tree; /* static tree or NULL */2335 const intf *extra_bits; /* extra bits for each code or NULL */2336 int extra_base; /* base index for extra_bits */2337 int elems; /* max number of elements in the tree */2338 int max_length; /* max bit length for the codes */
1548 struct static_tree_desc_s { struct1549 ct_data *static_tree; /* static tree or NULL */1550 intf *extra_bits; /* extra bits for each code or NULL */1551 int extra_base; /* base index for extra_bits */1552 int elems; /* max number of elements in the tree */1553 int max_length; /* max bit length for the codes */