Home
last modified time | relevance | path

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

/external/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 */
/external/python/cpython2/Modules/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 */
/external/v8/third_party/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 */
/external/u-boot/lib/zlib/
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 */
Ddeflate.c156 struct static_tree_desc_s {int dummy;}; /* for buggy compilers */ struct