HomeSort by: relevance | last modified time | path
    Searched defs:stree (Results 1 - 4 of 4) sorted by relevancy

  /src/common/dist/zlib/
trees.c 537 * The length opt_len is updated; static_len is also updated if stree is
543 const ct_data *stree = desc->stat_desc->static_tree; local in function:gen_bitlen
575 if (stree) s->static_len += (ulg)f * (unsigned)(stree[n].Len + xbits);
625 * also updated if stree is not null. The field max_code is set.
629 const ct_data *stree = desc->stat_desc->static_tree; local in function:build_tree
659 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
trees.c 537 * The length opt_len is updated; static_len is also updated if stree is
543 const ct_data *stree = desc->stat_desc->static_tree; local in function:gen_bitlen
575 if (stree) s->static_len += (ulg)f * (unsigned)(stree[n].Len + xbits);
625 * also updated if stree is not null. The field max_code is set.
629 const ct_data *stree = desc->stat_desc->static_tree; local in function:build_tree
659 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
  /src/sys/net/
zlib.c 2582 * The length opt_len is updated; static_len is also updated if stree is
2590 const ct_data *stree = desc->stat_desc->static_tree; local in function:gen_bitlen
2622 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
2710 * also updated if stree is not null. The field max_code is set.
2716 const ct_data *stree = desc->stat_desc->static_tree; local in function:build_tree
2746 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
zlib.c 2582 * The length opt_len is updated; static_len is also updated if stree is
2590 const ct_data *stree = desc->stat_desc->static_tree; local in function:gen_bitlen
2622 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
2710 * also updated if stree is not null. The field max_code is set.
2716 const ct_data *stree = desc->stat_desc->static_tree; local in function:build_tree
2746 s->opt_len--; if (stree) s->static_len -= stree[node].Len;

Completed in 198 milliseconds