Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A 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()
/openbsd-src/sys/dev/ic/
H A Daic7xxx.c6104 u_int cs_count; in ahc_loadseq() local
6116 cs_count = 0; in ahc_loadseq()
6169 if (begin_set[cs_count] == TRUE in ahc_loadseq()
6170 && end_set[cs_count] == FALSE) { in ahc_loadseq()
6171 cs_table[cs_count].end = downloaded; in ahc_loadseq()
6172 end_set[cs_count] = TRUE; in ahc_loadseq()
6173 cs_count++; in ahc_loadseq()
6178 && begin_set[cs_count] == FALSE) { in ahc_loadseq()
6179 cs_table[cs_count].begin = downloaded; in ahc_loadseq()
6180 begin_set[cs_count] in ahc_loadseq()
[all...]
H A Daic79xx.c8292 u_int cs_count; in ahd_loadseq() local
8315 cs_count = 0; in ahd_loadseq()
8408 if (begin_set[cs_count] == TRUE in ahd_loadseq()
8409 && end_set[cs_count] == FALSE) { in ahd_loadseq()
8410 cs_table[cs_count].end = downloaded; in ahd_loadseq()
8411 end_set[cs_count] = TRUE; in ahd_loadseq()
8412 cs_count++; in ahd_loadseq()
8417 && begin_set[cs_count] == FALSE) { in ahd_loadseq()
8418 cs_table[cs_count].begin = downloaded; in ahd_loadseq()
8419 begin_set[cs_count] in ahd_loadseq()
[all...]