HomeSort by relevance Sort by last modified time
    Searched refs:sum_max (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/gcov-src/
gcov-io.c 526 gcov_write_counter (csum->sum_max);
643 csum->sum_max = gcov_read_counter ();
gcov-io.h 141 int64:max int64:sum_max
547 gcov_type sum_max; /* sum of individual run max values. */ member in struct:gcov_ctr_summary
    [all...]
libgcov.c 944 cs_obj->sum_max += cs_tobj->run_max;
953 cs_prg->sum_max += cs_tprg->run_max;
    [all...]

Completed in 52 milliseconds