Searched refs:ct_idx (Results 1 – 1 of 1) sorted by relevance
211 unsigned int ct_idx; in gcov_info_reset() local216 for (ct_idx = 0; ct_idx < GCOV_COUNTERS; ct_idx++) { in gcov_info_reset()217 if (!counter_active(info, ct_idx)) in gcov_info_reset()251 unsigned int ct_idx; in gcov_info_add() local258 for (ct_idx = 0; ct_idx < GCOV_COUNTERS; ct_idx++) { in gcov_info_add()259 if (!counter_active(src, ct_idx)) in gcov_info_add()285 unsigned int ct_idx; /* counter type idx */ in gcov_info_dup() local320 for (ct_idx = 0; ct_idx < active; ct_idx++) { in gcov_info_dup()351 unsigned int ct_idx; in gcov_info_free() local365 for (ct_idx = 0; ct_idx < active; ct_idx++, ci_ptr++) in gcov_info_free()[all …]