Home
last modified time | relevance | path

Searched refs:static_tree (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/libz-sys/src/zlib/
Dtrees.c118 const ct_data *static_tree; /* static tree or NULL */ member
248 static_l_desc.static_tree = static_ltree; in tr_static_init()
250 static_d_desc.static_tree = static_dtree; in tr_static_init()
492 const ct_data *stree = desc->stat_desc->static_tree;
620 const ct_data *stree = desc->stat_desc->static_tree;
/external/angle/third_party/zlib/
Dtrees.c118 const ct_data *static_tree; /* static tree or NULL */ member
248 static_l_desc.static_tree = static_ltree; in tr_static_init()
250 static_d_desc.static_tree = static_dtree; in tr_static_init()
492 const ct_data *stree = desc->stat_desc->static_tree;
620 const ct_data *stree = desc->stat_desc->static_tree;
/external/zlib/
Dtrees.c118 const ct_data *static_tree; /* static tree or NULL */ member
248 static_l_desc.static_tree = static_ltree; in tr_static_init()
250 static_d_desc.static_tree = static_dtree; in tr_static_init()
492 const ct_data *stree = desc->stat_desc->static_tree;
620 const ct_data *stree = desc->stat_desc->static_tree;
/external/libwebsockets/win32port/zlib/
Dtrees.c123 const ct_data *static_tree; /* static tree or NULL */ member
255 static_l_desc.static_tree = static_ltree; in tr_static_init()
257 static_d_desc.static_tree = static_dtree; in tr_static_init()
500 const ct_data *stree = desc->stat_desc->static_tree;
628 const ct_data *stree = desc->stat_desc->static_tree;
/external/python/cpython2/Modules/zlib/
Dtrees.c118 const ct_data *static_tree; /* static tree or NULL */ member
248 static_l_desc.static_tree = static_ltree; in tr_static_init()
250 static_d_desc.static_tree = static_dtree; in tr_static_init()
492 const ct_data *stree = desc->stat_desc->static_tree;
620 const ct_data *stree = desc->stat_desc->static_tree;
/external/rust/crates/libz-sys/src/zlib-ng/
Dtrees.c48 const ct_data *static_tree; /* static tree or NULL */ member
190 const ct_data *stree = desc->stat_desc->static_tree; in gen_bitlen()
326 const ct_data *stree = desc->stat_desc->static_tree; in build_tree()