Searched refs:ci_ptr1 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dlibgcov-util.c599 struct gcov_ctr_info *ci_ptr1, *ci_ptr2; local
613 ci_ptr1 = gfi_ptr1->ctrs;
625 topn_to_memory_representation (ci_ptr1);
627 gcc_assert (ci_ptr1->num == ci_ptr2->num);
629 merge_wrapper (merge1, ci_ptr1->values, ci_ptr1->num,
631 ci_ptr1++;
1000 const struct gcov_ctr_info *ci_ptr1 = gfi_ptr1->ctrs; local
1003 for (c_num = 0; c_num < ci_ptr1->num; c_num++)
1005 if (ci_ptr1
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dlibgcov-util.c548 const struct gcov_ctr_info *ci_ptr1, *ci_ptr2; local
562 ci_ptr1 = gfi_ptr1->ctrs;
572 gcc_assert (ci_ptr1->num == ci_ptr2->num);
573 merge_wrapper (merge1, ci_ptr1->values, ci_ptr1->num, ci_ptr2->values, w);
574 ci_ptr1++;
943 const struct gcov_ctr_info *ci_ptr1 = gfi_ptr1->ctrs; local
946 for (c_num = 0; c_num < ci_ptr1->num; c_num++)
948 if (ci_ptr1->values[c_num] | ci_ptr2->values[c_num])
950 func_val += calculate_2_entries (ci_ptr1
[all...]

Completed in 130 milliseconds