HomeSort by: relevance | last modified time | path
    Searched refs:next_parent (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprof/
cg_arcs.h 37 struct arc *next_parent; /* next parent of CHILD */ member in struct:arc
cg_print.c 321 sorted.next_parent = 0;
325 detached = arc->next_parent;
328 for (prev = &sorted; prev->next_parent; prev = prev->next_parent)
330 if (cmp_arc (arc, prev->next_parent) != GREATERTHAN)
334 arc->next_parent = prev->next_parent;
335 prev->next_parent = arc;
339 child->cg.parents = sorted.next_parent;
366 for (arc = child->cg.parents; arc; arc = arc->next_parent)
    [all...]
cg_arcs.c 139 arc->next_parent = child->cg.parents;
325 for (arc = member->cg.parents; arc; arc = arc->next_parent)
363 for (arc = child->cg.parents; arc; arc = arc->next_parent)
393 for (arc = member->cg.parents; arc; arc = arc->next_parent)
  /src/external/gpl3/binutils/dist/gprofng/src/
cg_arcs.h 37 struct arc *next_parent; /* next parent of CHILD */ member in struct:arc
gmon_cg_arcs.cc 127 arc->next_parent = child->cg.parents;
  /src/external/gpl3/binutils.old/dist/gprof/
cg_arcs.h 37 struct arc *next_parent; /* next parent of CHILD */ member in struct:arc
cg_print.c 321 sorted.next_parent = 0;
325 detached = arc->next_parent;
328 for (prev = &sorted; prev->next_parent; prev = prev->next_parent)
330 if (cmp_arc (arc, prev->next_parent) != GREATERTHAN)
334 arc->next_parent = prev->next_parent;
335 prev->next_parent = arc;
339 child->cg.parents = sorted.next_parent;
366 for (arc = child->cg.parents; arc; arc = arc->next_parent)
    [all...]
cg_arcs.c 139 arc->next_parent = child->cg.parents;
325 for (arc = member->cg.parents; arc; arc = arc->next_parent)
363 for (arc = child->cg.parents; arc; arc = arc->next_parent)
393 for (arc = member->cg.parents; arc; arc = arc->next_parent)
  /src/sys/uvm/
uvm_map.c 464 struct vm_map_entry *prev_parent = NULL, *next_parent = NULL; local
475 next_parent = PARENT_ENTRY(map, entry->next);
501 if (next_parent != NULL
502 && next_parent != entry
503 && next_parent != PARENT_ENTRY(map, entry->next))
504 uvm_rb_fixup(map, next_parent);

Completed in 30 milliseconds