Home
last modified time | relevance | path

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

/openbmc/linux/lib/zlib_deflate/
H A Ddeftree.c110 struct static_tree_desc_s { struct
111 const ct_data *static_tree; /* static tree or NULL */
112 const int *extra_bits; /* extra bits for each code or NULL */
113 int extra_base; /* base index for extra_bits */
114 int elems; /* max number of elements in the tree */
115 int max_length; /* max bit length for the codes */
/openbmc/u-boot/lib/zlib/
H A Dtrees.c122 struct static_tree_desc_s { struct
123 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 */
H A Ddeflate.c155 struct static_tree_desc_s {int dummy;}; /* for buggy compilers */ struct