HomeSort by: relevance | last modified time | path
    Searched defs:ci_ptr (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/
libgcov-interface.c 102 const struct gcov_ctr_info *ci_ptr = gfi_ptr->ctrs; local
108 memset (ci_ptr->values, 0, sizeof (gcov_type) * ci_ptr->num);
109 ci_ptr++;
libgcov-driver.c 32 are_all_counters_zero (const struct gcov_ctr_info *ci_ptr)
34 for (unsigned i = 0; i < ci_ptr->num; i++)
35 if (ci_ptr->values[i] != 0)
287 const struct gcov_ctr_info *ci_ptr; local
327 ci_ptr = gfi_ptr->ctrs;
339 || (length != GCOV_TAG_COUNTER_LENGTH (ci_ptr->num)
345 (*merge) (ci_ptr->values, ci_ptr->num);
346 ci_ptr++;
436 write_topn_counters (const struct gcov_ctr_info *ci_ptr,
533 const struct gcov_ctr_info *ci_ptr; local
    [all...]
libgcov-util.c 937 const struct gcov_ctr_info *ci_ptr; local
942 ci_ptr = gfi_ptr->ctrs;
950 (*ctr_functions[t_ix]) (ci_ptr->values, ci_ptr->num,
953 (*ctr_functions[t_ix]) (ci_ptr->values, ci_ptr->num,
955 ci_ptr++;
979 const struct gcov_ctr_info *ci_ptr; local
984 ci_ptr = gfi_ptr->ctrs;
987 for (i = 0; i < ci_ptr->num; i++
1064 const struct gcov_ctr_info *ci_ptr = gfi_ptr->ctrs; local
1138 const struct gcov_ctr_info *ci_ptr = gfi_ptr->ctrs; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/
libgcov-interface.c 102 const struct gcov_ctr_info *ci_ptr = gfi_ptr->ctrs; local
108 memset (ci_ptr->values, 0, sizeof (gcov_type) * ci_ptr->num);
109 ci_ptr++;
libgcov-driver.c 32 are_all_counters_zero (const struct gcov_ctr_info *ci_ptr)
34 for (unsigned i = 0; i < ci_ptr->num; i++)
35 if (ci_ptr->values[i] != 0)
287 const struct gcov_ctr_info *ci_ptr; local
327 ci_ptr = gfi_ptr->ctrs;
339 || (length != GCOV_TAG_COUNTER_LENGTH (ci_ptr->num)
345 (*merge) (ci_ptr->values, ci_ptr->num);
346 ci_ptr++;
418 write_topn_counters (const struct gcov_ctr_info *ci_ptr,
515 const struct gcov_ctr_info *ci_ptr; local
    [all...]
libgcov-util.c 849 const struct gcov_ctr_info *ci_ptr; local
854 ci_ptr = gfi_ptr->ctrs;
862 (*ctr_functions[t_ix]) (ci_ptr->values, ci_ptr->num,
865 (*ctr_functions[t_ix]) (ci_ptr->values, ci_ptr->num,
867 ci_ptr++;
891 const struct gcov_ctr_info *ci_ptr; local
896 ci_ptr = gfi_ptr->ctrs;
899 for (i = 0; i < ci_ptr->num; i++
976 const struct gcov_ctr_info *ci_ptr = gfi_ptr->ctrs; local
1050 const struct gcov_ctr_info *ci_ptr = gfi_ptr->ctrs; local
    [all...]

Completed in 20 milliseconds