Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/zmod/
H A Dtrees.c121 struct static_tree_desc_s { struct
122 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 */
H A Ddeflate.c166 struct static_tree_desc_s {int dummy;}; /* for buggy compilers */ argument
/titanic_41/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c790 struct static_tree_desc_s {int dummy; }; /* for buggy compilers */ struct
2335 struct static_tree_desc_s { struct
2336 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 */
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c1548 struct static_tree_desc_s { struct
1549 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 */