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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/gcov-src/
libgcov.c 686 for (t_ix = 0, ci_ptr = gi_ptr->counts; t_ix != GCOV_COUNTERS; t_ix++)
743 gcov_type *values[GCOV_COUNTERS],
749 for (i = 0; i < GCOV_COUNTERS; i++) {
800 gcov_type *values[GCOV_COUNTERS],
850 for (t_ix = 0; t_ix < GCOV_COUNTERS; t_ix++)
1007 gcov_type *values[GCOV_COUNTERS];
1025 for (t_ix = 0; t_ix < GCOV_COUNTERS; t_ix++)
1055 gcov_type *values[GCOV_COUNTERS];
1078 for (t_ix = 0; t_ix < GCOV_COUNTERS; t_ix++)
    [all...]
gcov-io.h 139 summary: int32:checksum {count-summary}GCOV_COUNTERS
479 #define GCOV_COUNTERS 11
514 (!((TAG) & 0xFFFF) && GCOV_COUNTER_FOR_TAG (TAG) < GCOV_COUNTERS)
    [all...]

Completed in 89 milliseconds