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

/freebsd-current/sys/contrib/zlib/
H A Dtrees.c535 * The length opt_len is updated; static_len is also updated if stree is
541 const ct_data *stree = desc->stat_desc->static_tree; local
573 if (stree) s->static_len += (ulg)f * (unsigned)(stree[n].Len + xbits);
623 * also updated if stree is not null. The field max_code is set.
627 const ct_data *stree = desc->stat_desc->static_tree; local
657 s->opt_len--; if (stree) s->static_len -= stree[node].Len;

Completed in 112 milliseconds