Searched defs:static_tree_desc_s (Results 1 – 5 of 5) 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 */
122 struct static_tree_desc_s { struct123 const ct_data *static_tree; /* static tree or NULL */124 const intf *extra_bits; /* extra bits for each code or NULL */125 int extra_base; /* base index for extra_bits */126 int elems; /* max number of elements in the tree */127 int max_length; /* max bit length for the codes */
156 struct static_tree_desc_s {int dummy;}; /* for buggy compilers */ argument