| /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 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 659 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
|
| /src/external/cddl/osnet/dist/uts/common/zmod/ |
| trees.c | 487 * The length opt_len is updated; static_len is also updated if stree is 496 const ct_data *stree = desc->stat_desc->static_tree; local 528 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits); 617 * also updated if stree is not null. The field max_code is set. 624 const ct_data *stree = desc->stat_desc->static_tree; local 654 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
|
| /src/external/gpl3/binutils/dist/zlib/ |
| trees.c | 535 * 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;
|
| /src/external/gpl3/binutils.old/dist/zlib/ |
| trees.c | 483 * 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;
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| resolve.cc | 14149 resolve_typebound_user_op (gfc_symtree* stree) 14154 gcc_assert (stree && stree->n.tb); 14156 if (stree->n.tb->error) 14160 gcc_assert (stree->n.tb->is_generic); 14168 stree->name, true, NULL); 14171 stree->n.tb->overridden = overridden->n.tb; 14174 stree->n.tb->overridden = NULL; 14177 if (!resolve_tb_generic_targets (super_type, stree->n.tb, stree->name) [all...] |
| decl.cc | 6945 gfc_symtree *stree; local 6947 gfc_get_sym_tree ("ppr@", gfc_current_ns, &stree, false); 6951 gfc_get_sym_tree ("ppr@", gfc_current_ns->parent, &stree, false); 6953 st2->n.sym = stree->n.sym; 6954 stree->n.sym->refs++; 6956 sym->result = stree->n.sym; 11228 gfc_symtree* stree; local 11357 stree = gfc_find_symtree (ns->tb_sym_root, name); 11358 if (stree && stree->n.tb [all...] |
| parse.cc | 5067 gfc_symtree *stree; local 5075 stree = new_st.ext.iterator->var->symtree; 5098 stree = NULL; 5106 s.do_variable = stree;
|
| match.cc | 2747 gfc_symtree* stree; local 2761 stree = gfc_find_symtree_in_proc (name, gfc_current_ns); 2762 if (!stree) 2769 sym = stree->n.sym;
|
| /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 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 2746 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
|