Searched refs:f_ix (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/libgcc/
H A Dlibgcov-driver.c221 unsigned t_ix, f_ix, ctr_info_ix, ix; local
254 for (f_ix = 0; f_ix != gi_ptr->n_functions; f_ix++)
256 gfi_ptr = gi_ptr->functions[f_ix];
288 int f_ix; local
305 for (f_ix = 0; (unsigned)f_ix != gi_ptr->n_functions; f_ix++)
307 gfi_ptr = gi_ptr->functions[f_ix];
360 int f_ix; local
505 unsigned f_ix; local
725 int f_ix; local
[all...]
H A Dlibgcov-interface.c107 unsigned f_ix; local
109 for (f_ix = 0; f_ix < gi_ptr->n_functions; f_ix++)
112 const struct gcov_fn_info *gfi_ptr = gi_ptr->functions[f_ix];
H A Dlibgcov-util.c537 unsigned f_ix; local
542 for (f_ix = 0; f_ix < n_functions; f_ix++)
545 const struct gcov_fn_info *gfi_ptr1 = info1->functions[f_ix];
546 const struct gcov_fn_info *gfi_ptr2 = info2->functions[f_ix];
812 unsigned f_ix; local
819 for (f_ix = 0; f_ix < gi_ptr->n_functions; f_ix
855 unsigned f_ix; local
922 unsigned f_ix; local
1038 unsigned f_ix; local
[all...]

Completed in 80 milliseconds