Searched defs:n_counters (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/libgcc/
H A Dlibgcov-merge.c53 __gcov_merge_add (gcov_type *counters, unsigned n_counters) argument
65 __gcov_merge_ior (gcov_type *counters, unsigned n_counters) argument
77 __gcov_merge_time_profile (gcov_type *counters, unsigned n_counters) argument
103 __gcov_merge_single(gcov_type *counters, unsigned n_counters) argument
142 __gcov_merge_delta(gcov_type *counters, unsigned n_counters) argument
176 __gcov_merge_icall_topn(gcov_type *counters, unsigned n_counters) argument
[all...]
H A Dlibgcov-util.c688 __gcov_add_counter_op (gcov_type *counters, unsigned n_counters, argument
725 __gcov_delta_counter_op (gcov_type *counters, unsigned n_counters, argument
742 __gcov_single_counter_op (gcov_type *counters, unsigned n_counters, argument
759 __gcov_icall_topn_counter_op(gcov_type *counters, unsigned n_counters, counter_op_fn fn, void *data1, void *data2) argument
[all...]
/haiku-buildtools/gcc/gcc/
H A Dvalue-prof.h59 unsigned n_counters; /* Number of required counters. */ member in struct:histogram_value_t
H A Dcoverage.c1113 unsigned n_counters = 0; local

Completed in 85 milliseconds