Searched refs:next_count (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprof/
H A Dcg_print.c1052 int next_count = 0;
1061 next_count++;
1071 child = next_count < prev_count ? next : prev;
1075 int next_count = 0;
1083 next_count++;
1092 parent = prev_count < next_count ? prev : next;
1051 int next_count = 0; local
1074 int next_count = 0; local
/netbsd-current/external/gpl3/binutils/dist/gprof/
H A Dcg_print.c1052 int next_count = 0;
1061 next_count++;
1071 child = next_count < prev_count ? next : prev;
1075 int next_count = 0;
1083 next_count++;
1092 parent = prev_count < next_count ? prev : next;
1051 int next_count = 0; local
1074 int next_count = 0; local
/netbsd-current/external/gpl3/gdb.old/dist/gprof/
H A Dcg_print.c1052 int next_count = 0;
1061 next_count++;
1071 child = next_count < prev_count ? next : prev;
1075 int next_count = 0;
1083 next_count++;
1092 parent = prev_count < next_count ? prev : next;
1051 int next_count = 0; local
1074 int next_count = 0; local

Completed in 179 milliseconds