Searched refs:parents (Results 1 - 25 of 36) sorted by relevance

12

/openbsd-current/gnu/usr.bin/binutils-2.17/gprof/
H A Dsymtab.h96 struct arc *parents; /* List of caller arcs. */
95 struct arc *parents; /* List of caller arcs. */ member in struct:sym::__anon5405
H A Dcg_arcs.c147 /* prepend this parent to the parents of this child: */
148 arc->next_parent = child->cg.parents;
149 child->cg.parents = arc;
333 for (arc = member->cg.parents; arc; arc = arc->next_parent)
354 * Check if any parent of this child (or outside parents of this
357 * fractions from parents.
368 /* just a regular child, check its parents: */
371 for (arc = child->cg.parents; arc; arc = arc->next_parent)
394 * Its a member of a cycle, look at all parents from outside
401 for (arc = member->cg.parents; ar
[all...]
H A Dcg_print.c96 "", "", "", "", _("called"), _("total"), _("parents"));
312 /* Unlink parents from child, then insertion sort back on to
313 sorted's parents.
320 for (arc = child->cg.parents; arc; arc = detached)
336 child->cg.parents = sorted.next_parent;
352 if (!child->cg.parents)
363 for (arc = child->cg.parents; arc; arc = arc->next_parent)
713 the total arc count) for functions which have several parents.
894 arc = sym->cg.parents;
/openbsd-current/usr.sbin/config/
H A Dpack.c150 parents.vec = ereallocarray(NULL, pvecspace, sizeof(*parents.vec));
151 parents.used = 0;
157 * packed, go back and set up the parents for each. We must do this
159 * if any, of the parents will collapse during packing.
230 * Add the parents associated with "src" to the (presumably uncollapsed)
243 /* Collect up list of parents to add. */
295 * Count up parents, and optionally store pointers to each.
354 samepv, parents.used)) < 0)
440 for (p = &parents
[all...]
H A Dconfig.h99 * the a_refs are parents that carry the attribute (e.g., actual
108 struct nvlist *a_refs; /* parents */
193 short i_pvlen; /* number of parents */
194 short i_pvoff; /* offset in parents.vec */
196 struct devi **i_parents;/* the parents themselves */
304 struct parents { /* pv[] table for config */ struct
308 extern struct parents parents;
H A Dmkioconf.c240 /* initialize all uninitialized parents */
290 * Emit global parents-vector.
298 int pv_size = %d;\n", parents.used) < 0)
301 short pv[%d] = {", parents.used) < 0)
303 for (i = 0; i < parents.used; i++)
304 if (fprintf(fp, "%s%d,", SEP(i, 16), parents.vec[i]) < 0)
330 /* attachment driver unit state loc flags parents nm starunit1 */\n") < 0)
/openbsd-current/sys/dev/ofw/
H A Dofw_clock.c288 uint32_t *clocks, *parents, *rates; local
293 plen = OF_getproplen(node, "assigned-clock-parents");
302 parent = parents = NULL;
304 parent = parents = malloc(plen, M_TEMP, M_WAITOK);
305 OF_getpropintarray(node, "assigned-clock-parents", parents, plen);
314 if (parent && parent < parents + (plen / sizeof(uint32_t)))
330 free(parents, M_TEMP, plen);
/openbsd-current/gnu/usr.bin/binutils/gprof/
H A Dsymtab.h96 struct arc *parents; /* List of caller arcs. */
95 struct arc *parents; /* List of caller arcs. */ member in struct:sym::__anon4743
H A Dcg_arcs.c152 /* prepend this parent to the parents of this child: */
153 arc->next_parent = child->cg.parents;
154 child->cg.parents = arc;
341 for (arc = member->cg.parents; arc; arc = arc->next_parent)
362 * Check if any parent of this child (or outside parents of this
365 * fractions from parents.
377 /* just a regular child, check its parents: */
380 for (arc = child->cg.parents; arc; arc = arc->next_parent)
403 * Its a member of a cycle, look at all parents from outside
410 for (arc = member->cg.parents; ar
[all...]
H A Dcg_print.c96 "", "", "", "", _("called"), _("total"), _("parents"));
320 /* Unlink parents from child, then insertion sort back on to
321 sorted's parents.
328 for (arc = child->cg.parents; arc; arc = detached)
344 child->cg.parents = sorted.next_parent;
361 if (!child->cg.parents)
372 for (arc = child->cg.parents; arc; arc = arc->next_parent)
732 the total arc count) for functions which have several parents.
913 arc = sym->cg.parents;
/openbsd-current/usr.bin/make/
H A Ddump.c133 if (!Lst_IsEmpty(&gn->parents)) {
135 Lst_Every(&gn->parents, TargPrintName);
H A Dgnode.h55 * 10) *parents*: list of nodes for which this is a dependency
136 LIST parents; /* Nodes that depend on this one */ member in struct:GNode_
190 #define OP_USE 0x00000010 /* Use associated commands for parents */
199 #define OP_INVISIBLE 0x00001000 /* The node is invisible to its parents.
200 * I.e. it doesn't show up in the parents's
H A Dengine.c168 for (ln = Lst_First(&gn->parents); ln != NULL; ln = Lst_Adv(ln)) {
188 * node's parents so they never get examined.
307 Lst_AtEnd(&gn->parents, pgn);
495 * If the target isn't out-of-date, the parents need to know its
498 * have their mtime stay below their children's mtime to keep parents
502 Lst_ForEach(&gn->parents, MakeTimeStamp, gn);
H A Dexpandchildren.c65 Lst_AtEnd(&cgn->parents, pgn);
H A Dsuff.c107 LIST parents; /* List of Suff we have a transformation to */ member in struct:Suff_
529 Lst_Init(&s->parents);
592 SuffInsert(&s->parents, s2);
855 if (Lst_Member(&suff->parents, targ->suff) == NULL)
1052 suff = find_suffix_as_suffix(&ms->parents, gn->name, eoarch);
1487 if (!Lst_IsEmpty(&s->parents)) {
1489 Lst_Every(&s->parents, SuffPrintName);
/openbsd-current/usr.bin/gprof/
H A Darcs.c81 * prepend this parent to the parents of this child
83 arcp -> arc_parentlist = childp -> parents;
84 childp -> parents = arcp;
225 * propagate children times up to parents.
402 cyclenlp -> parents = 0; /* list of caller arcs */
423 for ( arcp=memberp->parents ; arcp ; arcp=arcp->arc_parentlist ) {
458 * some of their parents
466 for ( arcp = nlp -> parents; arcp; arcp = arcp -> arc_parentlist ) {
780 * printflag as the union of parents' printflags
781 * propfraction as the sum of fractional parents' propfraction
[all...]
H A Dprintgprof.c153 "" , "" , "" , "" , "called" , "total" , "parents");
288 if ( childp -> parents == 0 ) {
294 for ( arcp = childp -> parents ; arcp ; arcp = arcp -> arc_parentlist ) {
428 * unlink parents from child,
429 * then insertion sort back on to sorted's parents.
436 for (arcp = childp->parents; arcp; arcp = detachedp) {
452 childp -> parents = sorted.arc_parentlist;
H A Dgprof.h80 struct arcstruct *arc_parentlist; /* parents-of-this-child list */
119 arctype *parents; /* list of caller arcs */ member in struct:nl
/openbsd-current/gnu/llvm/clang/utils/
H A DFindSpecRefs795 def preorder(node,parents=(),first=True):
798 yield parents+(node,)
800 for item in preorder(c, parents+(node,)):
/openbsd-current/gnu/llvm/llvm/utils/release/
H A Dbump-version.py162 source_root = Path(__file__).resolve().parents[3]
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dprdbg.c74 char *parents; member in struct:pr_stack
75 /* How many parents contains parents. */
394 /* Append a string to the parents on the top of the type stack. */
406 len = info->stack->parents ? strlen (info->stack->parents) : 0;
407 info->stack->parents = (char *) xrealloc (info->stack->parents,
409 strcpy (info->stack->parents + len, s);
2120 info->stack->parents
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dprdbg.c75 char *parents; member in struct:pr_stack
76 /* How many parents contains parents. */
395 /* Append a string to the parents on the top of the type stack. */
407 len = info->stack->parents ? strlen (info->stack->parents) : 0;
408 info->stack->parents = (char *) xrealloc (info->stack->parents,
410 strcpy (info->stack->parents + len, s);
2121 info->stack->parents
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/mro/
H A Dmro.pm131 methods from C<UNIVERSAL> and its parents.
151 C<UNIVERSAL> (and parents') isarev lists do not include
159 or one of C<UNIVERSAL>'s parents by C<@ISA> inheritance.
262 a given class and one of its parents will not
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp147 ParentMap &parents,
150 : cfg(cfg), Ctx(ctx), BR(br), Checker(checker), AC(ac), Parents(parents),
145 DeadStoreObs(const CFG &cfg, ASTContext &ctx, BugReporter &br, const DeadStoresChecker *checker, AnalysisDeclContext *ac, ParentMap &parents, llvm::SmallPtrSet<const VarDecl *, 20> &escaped, bool warnForDeadNestedAssignments) argument
/openbsd-current/sys/dev/fdt/
H A Drkclock.c226 uint16_t parents[8]; member in struct:rkclock
499 uint32_t idx = clk->parents[mux];
515 uint32_t idx = clk->parents[mux];
547 if (clk->parents[mux] == 0) {
551 idx = clk->parents[mux];
578 if (clk->parents[mux] == 0) {
585 parent = clk->parents[mux];
600 parent = clk->parents[mux];
604 for (i = 0; i < nitems(clk->parents); i++) {
605 if (clk->parents[
[all...]

Completed in 321 milliseconds

12