HomeSort by: relevance | last modified time | path
    Searched defs:left_calls (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprof/
cg_print.c 143 unsigned long left_calls = left->ncalls + left->cg.self_calls; local
152 if (left_calls > right_calls)
155 if (left_calls < right_calls)
  /src/external/gpl3/binutils.old/dist/gprof/
cg_print.c 143 unsigned long left_calls = left->ncalls + left->cg.self_calls; local
152 if (left_calls > right_calls)
155 if (left_calls < right_calls)

Completed in 35 milliseconds