Home
last modified time | relevance | path

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

/external/zlib/src/
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/cpython3/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/syslinux/com32/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.c155 struct static_tree_desc_s {int dummy;}; /* for buggy compilers */ struct
/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 */
Ddeflate.c155 struct static_tree_desc_s {int dummy;}; /* for buggy compilers */ struct