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

  /src/external/gpl3/gcc/dist/libgcc/
libgcov-driver.c 616 gcov_type run_max ATTRIBUTE_UNUSED, int mode)
648 summary.sum_max += run_max;
681 /* Compute run_max of this program run. */
682 gcov_type run_max = 0; local
690 if (run_max < cinfo->values[i])
691 run_max = cinfo->values[i];
699 dump_one_gcov (gi_ptr, &gf, run_counted, run_max, mode);
  /src/external/gpl3/gcc.old/dist/libgcc/
libgcov-driver.c 598 gcov_type run_max ATTRIBUTE_UNUSED)
630 summary.sum_max += run_max;
663 /* Compute run_max of this program run. */
664 gcov_type run_max = 0; local
672 if (run_max < cinfo->values[i])
673 run_max = cinfo->values[i];
681 dump_one_gcov (gi_ptr, &gf, run_counted, run_max);

Completed in 19 milliseconds