Searched refs:n_counters (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/gnu/gcov/ |
H A D | gcov_fs.c | 60 void __gcov_merge_add(gcov_type *counters, unsigned int n_counters); 61 void __gcov_merge_single(gcov_type *counters, unsigned int n_counters); 62 void __gcov_merge_delta(gcov_type *counters, unsigned int n_counters); 63 void __gcov_merge_ior(gcov_type *counters, unsigned int n_counters); 64 void __gcov_merge_time_profile(gcov_type *counters, unsigned int n_counters); 65 void __gcov_merge_icall_topn(gcov_type *counters, unsigned int n_counters); 137 __gcov_merge_add(gcov_type *counters, unsigned int n_counters) in __gcov_merge_add() argument 143 __gcov_merge_single(gcov_type *counters, unsigned int n_counters) in __gcov_merge_single() argument 149 __gcov_merge_delta(gcov_type *counters, unsigned int n_counters) in __gcov_merge_delta() argument 155 __gcov_merge_ior(gcov_type *counters, unsigned int n_counters) in __gcov_merge_ior() argument [all …]
|