HomeSort by relevance Sort by last modified time
    Searched refs:GCOV_COUNTERS_SUMMABLE (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.h 443 (1 + GCOV_COUNTERS_SUMMABLE * (2 + 3 * 2))
455 #define GCOV_COUNTERS_SUMMABLE 1 /* Counters which can be
554 struct gcov_ctr_summary ctrs[GCOV_COUNTERS_SUMMABLE];
    [all...]
gcov-io.c 520 for (csum = summary->ctrs, ix = GCOV_COUNTERS_SUMMABLE; ix--; csum++)
637 for (csum = summary->ctrs, ix = GCOV_COUNTERS_SUMMABLE; ix--; csum++)
libgcov.c 778 for (t_ix = 0; t_ix < GCOV_COUNTERS_SUMMABLE; t_ix++)
927 for (t_ix = 0; t_ix < GCOV_COUNTERS_SUMMABLE; t_ix++)
    [all...]

Completed in 339 milliseconds