Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDlibgcov.c167 unsigned t_ix; in gcov_exit() local
180 for (t_ix = 0; t_ix < GCOV_COUNTERS_SUMMABLE; t_ix++) in gcov_exit()
182 if (!((1 << t_ix) & gi_ptr->ctr_mask)) in gcov_exit()
185 cs_ptr = &this_program.ctrs[t_ix]; in gcov_exit()
268 for (t_ix = 0; t_ix < GCOV_COUNTERS_SUMMABLE; t_ix++) in gcov_exit()
270 if (!((1 << t_ix) & gi_ptr->ctr_mask)) in gcov_exit()
273 cs_ptr = &this_object.ctrs[t_ix]; in gcov_exit()
286 for (t_ix = 0; t_ix < GCOV_COUNTERS; t_ix++) in gcov_exit()
287 if ((1 << t_ix) & gi_ptr->ctr_mask) in gcov_exit()
361 for (t_ix = 0; t_ix < GCOV_COUNTERS; t_ix++) in gcov_exit()
[all …]