Home
last modified time | relevance | path

Searched refs:cs_count (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcov.c94 gcov_type cs_count; member
696 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcov.cc94 gcov_type cs_count; member
731 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()
H A DChangeLog.tree-ssa8329 * gcov.c (typedef struct arc_info): New field cs_count.
H A DChangeLog-200310053 * gcov.c (typedef struct arc_info): New field cs_count.
/netbsd-src/sys/dev/ic/
H A Daic7xxx.c6285 u_int cs_count; in ahc_loadseq() local
6297 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 …]
H A Daic79xx.c8262 u_int cs_count; in ahd_loadseq() local
8284 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 …]