Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Dtrees.c86 local ct_data static_ltree[L_CODES+2];
93 local ct_data static_dtree[D_CODES];
118 const ct_data *static_tree; /* static tree or NULL */
150 const ct_data *dtree));
453 ct_data *tree; /* the tree to restore */
490 ct_data *tree = desc->dyn_tree;
619 ct_data *tree = desc->dyn_tree;
705 ct_data *tree; /* the tree to be scanned */
750 ct_data *tree; /* the tree to be scanned */
1066 const ct_data *ltree; /* literal tree */
[all …]
A Dtrees.h3 local const ct_data static_ltree[L_CODES+2] = {
64 local const ct_data static_dtree[D_CODES] = {
A Ddeflate.h77 } FAR ct_data; typedef
87 ct_data *dyn_tree; /* the dynamic tree */
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dtrees.c91 local ct_data static_ltree[L_CODES+2];
98 local ct_data static_dtree[D_CODES];
155 ct_data *dtree));
461 ct_data *tree; /* the tree to restore */
498 ct_data *tree = desc->dyn_tree;
627 ct_data *tree = desc->dyn_tree;
758 ct_data *tree; /* the tree to be scanned */
993 compress_block(s, (ct_data *)static_ltree, (ct_data *)static_dtree);
1001 compress_block(s, (ct_data *)s->dyn_ltree, (ct_data *)s->dyn_dtree);
1078 ct_data *ltree; /* literal tree */
[all …]
/AliOS-Things-master/components/py_engine/external/unzip/internal/
A Dtrees.h3 local const ct_data static_ltree[L_CODES+2] = {
64 local const ct_data static_dtree[D_CODES] = {
A Ddeflate.h71 } FAR ct_data; typedef
81 ct_data *dyn_tree; /* the dynamic tree */

Completed in 14 milliseconds