Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dgcov.c85 gcov_type cs_count; member
1624 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()
DChangeLog.tree-ssa8329 * gcov.c (typedef struct arc_info): New field cs_count.
DChangeLog-200310053 * gcov.c (typedef struct arc_info): New field cs_count.
/freebsd-10-stable/sys/dev/aic7xxx/
Daic7xxx.c6428 u_int cs_count; in ahc_loadseq() local
6440 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 …]
Daic79xx.c8623 u_int cs_count; in ahd_loadseq() local
8646 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 …]