Searched refs:cs_count (Results 1 – 5 of 5) sorted by relevance
85 gcov_type cs_count; member1624 arc->cs_count = arc->count; in accumulate_line_counts()1668 gcov_type cycle_count = arc->cs_count; in accumulate_line_counts()1675 if (cycle_count > probe_arc->cs_count) in accumulate_line_counts()1677 cycle_count = probe_arc->cs_count; in accumulate_line_counts()1685 arc->cs_count -= cycle_count; in accumulate_line_counts()1688 probe_arc->cs_count -= cycle_count; in accumulate_line_counts()
8329 * gcov.c (typedef struct arc_info): New field cs_count.
10053 * gcov.c (typedef struct arc_info): New field cs_count.
6428 u_int cs_count; in ahc_loadseq() local6440 cs_count = 0; in ahc_loadseq()6493 if (begin_set[cs_count] == TRUE in ahc_loadseq()6494 && end_set[cs_count] == FALSE) { in ahc_loadseq()6495 cs_table[cs_count].end = downloaded; in ahc_loadseq()6496 end_set[cs_count] = TRUE; in ahc_loadseq()6497 cs_count++; in ahc_loadseq()6502 && begin_set[cs_count] == FALSE) { in ahc_loadseq()6503 cs_table[cs_count].begin = downloaded; in ahc_loadseq()6504 begin_set[cs_count] = TRUE; in ahc_loadseq()[all …]
8623 u_int cs_count; in ahd_loadseq() local8646 cs_count = 0; in ahd_loadseq()8739 if (begin_set[cs_count] == TRUE in ahd_loadseq()8740 && end_set[cs_count] == FALSE) { in ahd_loadseq()8741 cs_table[cs_count].end = downloaded; in ahd_loadseq()8742 end_set[cs_count] = TRUE; in ahd_loadseq()8743 cs_count++; in ahd_loadseq()8748 && begin_set[cs_count] == FALSE) { in ahd_loadseq()8749 cs_table[cs_count].begin = downloaded; in ahd_loadseq()8750 begin_set[cs_count] = TRUE; in ahd_loadseq()[all …]