Searched defs:stree (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/zlib/
H A Dtrees.c491 * The length opt_len is updated; static_len is also updated if stree is
500 const ct_data *stree = desc->stat_desc->static_tree; local
532 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
621 * also updated if stree is not null. The field max_code is set.
628 const ct_data *stree = desc->stat_desc->static_tree; local
658 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_trees.c485 * The length opt_len is updated; static_len is also updated if stree is
494 const ct_data *stree = desc->stat_desc->static_tree; local
526 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
615 * also updated if stree is not null. The field max_code is set.
622 const ct_data *stree = desc->stat_desc->static_tree; local
652 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
/external/qemu/distrib/zlib-1.2.8/
H A Dtrees.c485 * The length opt_len is updated; static_len is also updated if stree is
494 const ct_data *stree = desc->stat_desc->static_tree; local
526 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
615 * also updated if stree is not null. The field max_code is set.
622 const ct_data *stree = desc->stat_desc->static_tree; local
652 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
/external/zlib/src/
H A Dtrees.c485 * The length opt_len is updated; static_len is also updated if stree is
494 const ct_data *stree = desc->stat_desc->static_tree; local
526 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
615 * also updated if stree is not null. The field max_code is set.
622 const ct_data *stree = desc->stat_desc->static_tree; local
652 s->opt_len--; if (stree) s->static_len -= stree[node].Len;

Completed in 656 milliseconds