Home
last modified time | relevance | path

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

/dragonfly/contrib/zlib-1.2/
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 */
/dragonfly/sys/vfs/hammer2/zlib/
H A Dhammer2_zlib_trees.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 */
H A Dhammer2_zlib_deflate.c158 struct static_tree_desc_s {int dummy;}; /* for buggy compilers */ argument
/dragonfly/usr.sbin/makefs/hammer2/zlib/
H A Dhammer2_zlib_trees.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 */
H A Dhammer2_zlib_deflate.c158 struct static_tree_desc_s {int dummy;}; /* for buggy compilers */ argument
/dragonfly/sbin/hammer2/zlib/
H A Dhammer2_zlib_trees.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 */
H A Dhammer2_zlib_deflate.c153 struct static_tree_desc_s {int dummy;}; /* for buggy compilers */ argument
/dragonfly/sys/net/
H A Dzlib.c701 struct static_tree_desc_s {int dummy;}; /* for buggy compilers */ argument
1937 struct static_tree_desc_s { struct
1938 ct_data *static_tree; /* static tree or NULL */
1939 intf *extra_bits; /* extra bits for each code or NULL */
1940 int extra_base; /* base index for extra_bits */
1941 int elems; /* max number of elements in the tree */
1942 int max_length; /* max bit length for the codes */