Lines Matching refs:Counts
214 Counts; typedef
238 Counts* summary;
271 static Counts* new_Counts ( Int n_counts, /*COPIED*/ULong* counts ) in new_Counts()
274 Counts* cts = malloc(sizeof(Counts)); in new_Counts()
290 static Counts* new_Counts_Zeroed ( Int n_counts ) in new_Counts_Zeroed()
293 Counts* cts = malloc(sizeof(Counts)); in new_Counts_Zeroed()
309 static void sdel_Counts ( Counts* cts ) in sdel_Counts()
311 memset(cts, 0, sizeof(Counts)); in sdel_Counts()
315 static void ddel_Counts ( Counts* cts ) in ddel_Counts()
319 memset(cts, 0, sizeof(Counts)); in ddel_Counts()
323 static Counts* dopy_Counts ( Counts* cts ) in dopy_Counts()
335 Counts* summary ) in new_CacheProfFile()
385 static void showCounts ( FILE* f, Counts* c ) in showCounts()
400 Counts* subVal; in show_CacheProfFile()
476 Counts* splitUpCountsLine ( SOURCE* s, /*OUT*/UWord* lnno, char* str ) in splitUpCountsLine()
480 Counts* counts; in splitUpCountsLine()
507 static void addCounts ( SOURCE* s, /*OUT*/Counts* counts1, Counts* counts2 ) in addCounts()
518 UWord lnno, Counts* newCounts ) in addCountsToMap()
520 Counts* oldCounts; in addCountsToMap()
542 Counts* newCounts; in handle_counts()
606 Counts* summaryRead; in parse_CacheProfFile()
779 Counts* siVal; in merge_CacheProfInfo()
780 Counts* diVal; in merge_CacheProfInfo()
814 Counts* c_siVal = dopy_Counts( siVal ); in merge_CacheProfInfo()