Home
last modified time | relevance | path

Searched refs:ct_idx (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/gnu/gcov/
H A Dgcc_4_7.c212 unsigned int ct_idx; in gcov_info_reset() local
217 for (ct_idx = 0; ct_idx < GCOV_COUNTERS; ct_idx++) { in gcov_info_reset()
218 if (!counter_active(info, ct_idx)) in gcov_info_reset()
254 unsigned int ct_idx; in gcov_info_add() local
261 for (ct_idx = 0; ct_idx < GCOV_COUNTERS; ct_idx++) { in gcov_info_add()
262 if (!counter_active(src, ct_idx)) in gcov_info_add()
289 unsigned int ct_idx; /* counter type idx */ in gcov_info_dup() local
322 for (ct_idx = 0; ct_idx < active; ct_idx++) { in gcov_info_dup()
354 unsigned int ct_idx; in gcov_info_free() local
368 for (ct_idx = 0; ct_idx < active; ct_idx++, ci_ptr++) in gcov_info_free()
[all …]