Home
last modified time | relevance | path

Searched refs:n_arcs (Results 1 – 2 of 2) sorted by relevance

/dragonfly/usr.bin/tsort/
H A Dtsort.c79 NODE **n_arcs; /* array of arcs to other nodes */ member
213 if (n1->n_arcs[i] == n2) in add_arc()
221 bsize = n1->n_arcsize * sizeof(*n1->n_arcs) * 2; in add_arc()
222 n1->n_arcs = grow_buf(n1->n_arcs, bsize); in add_arc()
223 n1->n_arcsize = bsize / sizeof(*n1->n_arcs); in add_arc()
225 n1->n_arcs[n1->n_narcs++] = n2; in add_arc()
259 n->n_arcs = NULL; in get_node()
365 for (np = n->n_arcs, i = n->n_narcs; --i >= 0; np++) in remove_node()
389 for (np = from->n_arcs, i = from->n_narcs; --i >= 0; np++) { in find_cycle()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgcov-dump.c333 unsigned n_arcs = GCOV_TAG_ARCS_NUM (length); in tag_arcs() local
335 printf (" %u arcs", n_arcs); in tag_arcs()
341 for (ix = 0; ix != n_arcs; ix++) in tag_arcs()