Home
last modified time | relevance | path

Searched defs:static_tree_desc_s (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/zlib/
Dtrees.c117 struct static_tree_desc_s { struct
118 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 */
Ddeflate.c155 struct static_tree_desc_s {int dummy;}; /* for buggy compilers */ struct