Searched defs:static_tree_desc_s (Results 1 – 4 of 4) sorted by relevance
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 */ argument
790 struct static_tree_desc_s {int dummy; }; /* for buggy compilers */ struct2335 struct static_tree_desc_s { struct2336 const ct_data *static_tree; /* static tree or NULL */2337 const intf *extra_bits; /* extra bits for each code or NULL */2338 int extra_base; /* base index for extra_bits */2339 int elems; /* max number of elements in the tree */2340 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 */