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

/xnu-2422.115.4/libkern/zlib/
H A Dtrees.c514 * The length opt_len is updated; static_len is also updated if stree is
523 const ct_data *stree = desc->stat_desc->static_tree; local
555 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
644 * also updated if stree is not null. The field max_code is set.
651 const ct_data *stree = desc->stat_desc->static_tree; local
681 s->opt_len--; if (stree) s->static_len -= stree[node].Len;

Completed in 21 milliseconds