Searched refs:n_counts (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dgcov-dump.c430 unsigned n_counts = GCOV_TAG_COUNTER_NUM (length); local
433 counter_names[GCOV_COUNTER_FOR_TAG (tag)], n_counts);
438 for (ix = 0; ix != n_counts; ix++)
H A Dcoverage.c312 unsigned n_counts = GCOV_TAG_COUNTER_NUM (length);
329 entry->summary.num = n_counts;
330 entry->counts = XCNEWVEC (gcov_type, n_counts);
343 else if (entry->summary.num != n_counts)
346 error ("number of counters is %d instead of %d", entry->summary.num, n_counts);
365 for (ix = 0; ix != n_counts; ix++)
310 unsigned n_counts = GCOV_TAG_COUNTER_NUM (length); local
/haiku-buildtools/gcc/libgcc/
H A Dlibgcov-driver.c570 gcov_unsigned_t n_counts; local
576 n_counts = ci_ptr->num;
578 GCOV_TAG_COUNTER_LENGTH (n_counts));
580 while (n_counts--)
H A Dlibgcov-util.c203 unsigned n_counts = GCOV_TAG_COUNTER_NUM (length); local
212 k_ctrs[tag_ix].num = n_counts;
214 k_ctrs[tag_ix].values = values = (gcov_type *) xmalloc (n_counts * sizeof (gcov_type));
217 for (ix = 0; ix != n_counts; ix++)
/haiku-buildtools/legacy/gcc/gcc/
H A Dlibgcc2.c1507 long n_counts = 0;
1509 if (__read_long (&n_counts, da_file, 8) != 0)
1516 if (n_counts == ptr->ncounts)
1520 for (i = 0; i < n_counts; i++)

Completed in 122 milliseconds