Searched refs:cs_count (Results 1 – 6 of 6) sorted by relevance
94 gcov_type cs_count; member696 int64_t ecount = edges[i]->cs_count; in handle_cycle()702 edges[i]->cs_count -= cycle_count; in handle_cycle()736 if (path[i]->cs_count <= 0) in path_contains_zero_or_negative_cycle_arc()762 || arc->cs_count <= 0 in circuit()788 || arc->cs_count <= 0 in circuit()2700 arc->cs_count = arc->count; in accumulate_line_info()
94 gcov_type cs_count; member731 int64_t ecount = edges[i]->cs_count; in handle_cycle()737 edges[i]->cs_count -= cycle_count; in handle_cycle()771 if (path[i]->cs_count <= 0) in path_contains_zero_or_negative_cycle_arc()797 || arc->cs_count <= 0 in circuit()823 || arc->cs_count <= 0 in circuit()2781 arc->cs_count = arc->count; in accumulate_line_info()
8329 * gcov.c (typedef struct arc_info): New field cs_count.
10053 * gcov.c (typedef struct arc_info): New field cs_count.
6285 u_int cs_count; in ahc_loadseq() local6297 cs_count = 0; in ahc_loadseq()6337 if (begin_set[cs_count] == TRUE in ahc_loadseq()6338 && end_set[cs_count] == FALSE) { in ahc_loadseq()6339 cs_table[cs_count].end = downloaded; in ahc_loadseq()6340 end_set[cs_count] = TRUE; in ahc_loadseq()6341 cs_count++; in ahc_loadseq()6346 && begin_set[cs_count] == FALSE) { in ahc_loadseq()6347 cs_table[cs_count].begin = downloaded; in ahc_loadseq()6348 begin_set[cs_count] = TRUE; in ahc_loadseq()[all …]
8262 u_int cs_count; in ahd_loadseq() local8284 cs_count = 0; in ahd_loadseq()8374 if (begin_set[cs_count] == TRUE in ahd_loadseq()8375 && end_set[cs_count] == FALSE) { in ahd_loadseq()8376 cs_table[cs_count].end = downloaded; in ahd_loadseq()8377 end_set[cs_count] = TRUE; in ahd_loadseq()8378 cs_count++; in ahd_loadseq()8383 && begin_set[cs_count] == FALSE) { in ahd_loadseq()8384 cs_table[cs_count].begin = downloaded; in ahd_loadseq()8385 begin_set[cs_count] = TRUE; in ahd_loadseq()[all …]