Searched defs:static_tree_desc_s (Results 1 – 6 of 6) 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 */
121 struct static_tree_desc_s { struct122 const ct_data *static_tree; /* static tree or NULL */123 const intf *extra_bits; /* extra bits for each code or NULL */124 int extra_base; /* base index for extra_bits */125 int elems; /* max number of elements in the tree */126 int max_length; /* max bit length for the codes */
166 struct static_tree_desc_s {int dummy;}; /* for buggy compilers */ struct
758 struct static_tree_desc_s {int dummy;}; /* for buggy compilers */ struct2221 struct static_tree_desc_s { struct2222 const ct_data *static_tree; /* static tree or NULL */2223 const intf *extra_bits; /* extra bits for each code or NULL */2224 int extra_base; /* base index for extra_bits */2225 int elems; /* max number of elements in the tree */2226 int max_length; /* max bit length for the codes */