Home
last modified time | relevance | path

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

/third_party/node/deps/v8/third_party/zlib/
H A Dtrees.c483 * The length opt_len is updated; static_len is also updated if stree is
492 const ct_data *stree = desc->stat_desc->static_tree; local
524 if (stree) s->static_len += (ulg)f * (unsigned)(stree[n].Len + xbits);
613 * also updated if stree is not null. The field max_code is set.
620 const ct_data *stree = desc->stat_desc->static_tree; local
650 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
/third_party/node/deps/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; in gen_bitlen() local
573 if (stree) s->static_len += (ulg)f * (unsigned)(stree[n].Len + xbits); in gen_bitlen()
623 * also updated if stree is not null. The field max_code is set.
627 const ct_data *stree = desc->stat_desc->static_tree; in build_tree() local
657 s->opt_len--; if (stree) s->static_len -= stree[node].Len; in build_tree()
/third_party/libwebsockets/win32port/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;
/third_party/skia/third_party/externals/zlib/
H A Dtrees.c483 * The length opt_len is updated; static_len is also updated if stree is
492 const ct_data *stree = desc->stat_desc->static_tree; local
524 if (stree) s->static_len += (ulg)f * (unsigned)(stree[n].Len + xbits);
613 * also updated if stree is not null. The field max_code is set.
620 const ct_data *stree = desc->stat_desc->static_tree; local
650 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
/third_party/zlib/
H A Dtrees.c553 * The length opt_len is updated; static_len is also updated if stree is
560 const ct_data *stree = desc->stat_desc->static_tree; in gen_bitlen() local
592 if (stree) s->static_len += (ulg)f * (unsigned)(stree[n].Len + xbits); in gen_bitlen()
642 * also updated if stree is not null. The field max_code is set.
647 const ct_data *stree = desc->stat_desc->static_tree; in build_tree() local
677 s->opt_len--; if (stree) s->static_len -= stree[node].Len; in build_tree()

Completed in 9 milliseconds