HomeSort by: relevance | last modified time | path
    Searched defs:stree (Results 1 - 13 of 13) 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
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/gdb/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/gdb.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/dist/gcc/fortran/
match.cc 2755 gfc_symtree* stree; local
2769 stree = gfc_find_symtree_in_proc (name, gfc_current_ns);
2770 if (!stree)
2777 sym = stree->n.sym;
parse.cc 5331 gfc_symtree *stree; local
5359 stree = NULL;
5363 stree = new_st.ext.iterator->var->symtree;
5386 stree = NULL;
5394 s.do_variable = stree;
decl.cc 7016 gfc_symtree *stree; local
7018 gfc_get_sym_tree ("ppr@", gfc_current_ns, &stree, false);
7022 gfc_get_sym_tree ("ppr@", gfc_current_ns->parent, &stree, false);
7024 st2->n.sym = stree->n.sym;
7025 stree->n.sym->refs++;
7027 sym->result = stree->n.sym;
11299 gfc_symtree* stree; local
11428 stree = gfc_find_symtree (ns->tb_sym_root, name);
11429 if (stree && stree->n.tb
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
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;
parse.cc 5067 gfc_symtree *stree; local
5075 stree = new_st.ext.iterator->var->symtree;
5098 stree = NULL;
5106 s.do_variable = stree;
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...]
  /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;

Completed in 71 milliseconds