Home
last modified time | relevance | path

Searched refs:dyn_tree (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/lib/zlib_deflate/
H A Ddeftree.c249 s->l_desc.dyn_tree = s->dyn_ltree; in zlib_tr_init()
252 s->d_desc.dyn_tree = s->dyn_dtree; in zlib_tr_init()
255 s->bl_desc.dyn_tree = s->bl_tree; in zlib_tr_init()
358 ct_data *tree = desc->dyn_tree; in gen_bitlen()
489 ct_data *tree = desc->dyn_tree; in build_tree()
H A Ddefutil.h61 ct_data *dyn_tree; /* the dynamic tree */ member
/openbmc/u-boot/lib/zlib/
H A Dtrees.c391 s->l_desc.dyn_tree = s->dyn_ltree;
394 s->d_desc.dyn_tree = s->dyn_dtree;
397 s->bl_desc.dyn_tree = s->bl_tree;
498 ct_data *tree = desc->dyn_tree;
627 ct_data *tree = desc->dyn_tree;
H A Ddeflate.h81 ct_data *dyn_tree; /* the dynamic tree */ member
H A Ddeflate.c975 ds->l_desc.dyn_tree = ds->dyn_ltree;
976 ds->d_desc.dyn_tree = ds->dyn_dtree;
977 ds->bl_desc.dyn_tree = ds->bl_tree;