Lines Matching refs:Counts
219 Counts; typedef
243 Counts* summary;
280 static Counts* new_Counts ( Int n_counts, /*COPIED*/ULong* counts ) in new_Counts()
283 Counts* cts = malloc(sizeof(Counts)); in new_Counts()
301 static Counts* new_Counts_Zeroed ( Int n_counts ) in new_Counts_Zeroed()
304 Counts* cts = malloc(sizeof(Counts)); in new_Counts_Zeroed()
322 static void sdel_Counts ( Counts* cts ) in sdel_Counts()
324 memset(cts, 0, sizeof(Counts)); in sdel_Counts()
328 static void ddel_Counts ( Counts* cts ) in ddel_Counts()
332 memset(cts, 0, sizeof(Counts)); in ddel_Counts()
336 static Counts* dopy_Counts ( Counts* cts ) in dopy_Counts()
348 Counts* summary ) in new_CacheProfFile()
398 static void showCounts ( FILE* f, Counts* c ) in showCounts()
413 Counts* subVal; in show_CacheProfFile()
489 Counts* splitUpCountsLine ( SOURCE* s, /*OUT*/UWord* lnno, const char* str ) in splitUpCountsLine()
492 Counts* counts; in splitUpCountsLine()
523 static void addCounts ( SOURCE* s, /*OUT*/Counts* counts1, Counts* counts2 ) in addCounts()
534 UWord lnno, Counts* newCounts ) in addCountsToMap()
536 Counts* oldCounts; in addCountsToMap()
558 Counts* newCounts; in handle_counts()
620 Counts* summaryRead; in parse_CacheProfFile()
790 Counts* siVal; in merge_CacheProfInfo()
791 Counts* diVal; in merge_CacheProfInfo()
825 Counts* c_siVal = dopy_Counts( siVal ); in merge_CacheProfInfo()