Searched refs:find_cycle (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gprof/
H A Dcg_dfn.c49 static void find_cycle (Sym *);
90 find_cycle (Sym *child) function
111 fprintf (stderr, "[find_cycle] couldn't find head of cycle\n");
117 printf ("[find_cycle] dfn_depth %d cycle_top %d ",
140 printf ("[find_cycle] ");
156 printf ("[find_cycle] tail ");
168 DBG (DFNDEBUG, printf ("[find_cycle] new cyclehead ");
183 DBG (DFNDEBUG, printf ("[find_cycle] glomming ");
191 DBG (DFNDEBUG, printf ("[find_cycle] and its tail ");
200 fprintf (stderr, "[find_cycle] glomme
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gprof/
H A Dcg_dfn.c49 static void find_cycle (Sym *);
90 find_cycle (Sym *child) function
111 fprintf (stderr, "[find_cycle] couldn't find head of cycle\n");
117 printf ("[find_cycle] dfn_depth %d cycle_top %d ",
140 printf ("[find_cycle] ");
156 printf ("[find_cycle] tail ");
168 DBG (DFNDEBUG, printf ("[find_cycle] new cyclehead ");
183 DBG (DFNDEBUG, printf ("[find_cycle] glomming ");
191 DBG (DFNDEBUG, printf ("[find_cycle] and its tail ");
200 fprintf (stderr, "[find_cycle] glomme
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gprof/
H A Dcg_dfn.c49 static void find_cycle (Sym *);
90 find_cycle (Sym *child) function
111 fprintf (stderr, "[find_cycle] couldn't find head of cycle\n");
117 printf ("[find_cycle] dfn_depth %d cycle_top %d ",
140 printf ("[find_cycle] ");
156 printf ("[find_cycle] tail ");
168 DBG (DFNDEBUG, printf ("[find_cycle] new cyclehead ");
183 DBG (DFNDEBUG, printf ("[find_cycle] glomming ");
191 DBG (DFNDEBUG, printf ("[find_cycle] and its tail ");
200 fprintf (stderr, "[find_cycle] glomme
[all...]
/netbsd-current/usr.bin/tsort/
H A Dtsort.c109 static size_t find_cycle(NODE *, NODE *, size_t, size_t);
337 if ((cnt = find_cycle(n, n, 0, 0)) != 0) {
378 find_cycle(NODE *from, NODE *to, size_t longest_len, size_t depth) function
402 len = find_cycle(*np, to, longest_len, depth + 1);

Completed in 211 milliseconds