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

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgcov-dump.cc439 int n_counts = GCOV_TAG_COUNTER_NUM (length);
440 bool has_zeros = n_counts < 0;
441 n_counts = abs (n_counts);
444 counter_names[GCOV_COUNTER_FOR_TAG (tag)], n_counts,
448 for (int ix = 0; ix != n_counts; ix++)
H A Dcoverage.cc79 unsigned n_counts; member in struct:counts_entry
248 unsigned n_counts = GCOV_TAG_COUNTER_NUM (abs (read_length));
263 entry->counts = XCNEWVEC (gcov_type, n_counts);
264 entry->n_counts = n_counts;
278 for (ix = 0; ix != n_counts; ix++)
301 unsigned lineno_checksum, unsigned int n_counts)
353 && entry->n_counts != n_counts))
358 if (entry->n_counts !
246 unsigned n_counts = GCOV_TAG_COUNTER_NUM (abs (read_length)); local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dlibgcov-driver.c420 gcov_unsigned_t n_counts,
425 unsigned counters = n_counts / GCOV_TOPN_MEM_COUNTERS;
426 gcc_assert (n_counts % GCOV_TOPN_MEM_COUNTERS == 0);
549 gcov_position_t n_counts; local
554 n_counts = ci_ptr->num;
557 write_topn_counters (ci_ptr, t_ix, n_counts, dump_fn, allocate_fn,
564 dump_unsigned (GCOV_TAG_COUNTER_LENGTH (-n_counts),
568 dump_unsigned (GCOV_TAG_COUNTER_LENGTH (n_counts),
570 for (unsigned i = 0; i < n_counts; i++)
418 write_topn_counters(const struct gcov_ctr_info *ci_ptr, unsigned t_ix, gcov_unsigned_t n_counts, void (*dump_fn) (const void *, unsigned, void *), void *(*allocate_fn)(unsigned, void *), void *arg) argument
H A Dlibgcov-util.c203 unsigned n_counts = GCOV_TAG_COUNTER_NUM (abs (length)); local
212 k_ctrs[tag_ix].num = n_counts;
215 n_counts);
219 for (ix = 0; ix != n_counts; ix++)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcoverage.c77 unsigned n_counts; member in struct:counts_entry
250 unsigned n_counts = GCOV_TAG_COUNTER_NUM (length);
265 entry->counts = XCNEWVEC (gcov_type, n_counts);
266 entry->n_counts = n_counts;
279 for (ix = 0; ix != n_counts; ix++)
302 unsigned lineno_checksum, unsigned int n_counts)
351 if (entry->cfg_checksum != cfg_checksum || entry->n_counts != n_counts)
356 if (entry->n_counts !
248 unsigned n_counts = GCOV_TAG_COUNTER_NUM (length); local
299 get_coverage_counts(unsigned counter, unsigned cfg_checksum, unsigned lineno_checksum, unsigned int n_counts) argument
[all...]
H A Dgcov-dump.c432 unsigned n_counts = GCOV_TAG_COUNTER_NUM (length); local
435 counter_names[GCOV_COUNTER_FOR_TAG (tag)], n_counts);
440 for (ix = 0; ix != n_counts; ix++)
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dlibgcov-driver.c429 gcov_unsigned_t n_counts; local
435 n_counts = ci_ptr->num;
437 GCOV_TAG_COUNTER_LENGTH (n_counts));
439 while (n_counts--)
H A Dlibgcov-util.c205 unsigned n_counts = GCOV_TAG_COUNTER_NUM (length); local
214 k_ctrs[tag_ix].num = n_counts;
216 k_ctrs[tag_ix].values = values = (gcov_type *) xmalloc (n_counts * sizeof (gcov_type));
219 for (ix = 0; ix != n_counts; ix++)

Completed in 197 milliseconds