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

/netbsd-current/external/gpl3/binutils.old/dist/gprof/
H A Dcg_print.c144 unsigned long left_calls = left->ncalls + left->cg.self_calls;
153 if (left_calls > right_calls)
156 if (left_calls < right_calls)
143 unsigned long left_calls = left->ncalls + left->cg.self_calls; local
/netbsd-current/external/gpl3/binutils/dist/gprof/
H A Dcg_print.c144 unsigned long left_calls = left->ncalls + left->cg.self_calls;
153 if (left_calls > right_calls)
156 if (left_calls < right_calls)
143 unsigned long left_calls = left->ncalls + left->cg.self_calls; local
/netbsd-current/external/gpl3/gdb.old/dist/gprof/
H A Dcg_print.c144 unsigned long left_calls = left->ncalls + left->cg.self_calls;
153 if (left_calls > right_calls)
156 if (left_calls < right_calls)
143 unsigned long left_calls = left->ncalls + left->cg.self_calls; local

Completed in 97 milliseconds