Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/zlib/
H A 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 */
/netbsd-src/external/cddl/osnet/dist/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 */ struct
/netbsd-src/external/gpl3/binutils/dist/zlib/
H A 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 */
/netbsd-src/external/gpl3/binutils.old/dist/zlib/
H A 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 */
/netbsd-src/sys/net/
H A Dzlib.c758 struct static_tree_desc_s {int dummy;}; /* for buggy compilers */ struct
2221 struct static_tree_desc_s { struct
2222 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 */