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

/freebsd-9.3-release/contrib/gcc/
H A Dgcov.c85 gcov_type cs_count; member in struct:arc_info
1624 /* Initialize the cs_count. */
1626 arc->cs_count = arc->count;
1670 gcov_type cycle_count = arc->cs_count;
1677 if (cycle_count > probe_arc->cs_count)
1679 cycle_count = probe_arc->cs_count;
1687 arc->cs_count -= cycle_count;
1690 probe_arc->cs_count -= cycle_count;
/freebsd-9.3-release/sys/dev/aic7xxx/
H A Daic7xxx.c6428 u_int cs_count; local
6440 cs_count = 0;
6493 if (begin_set[cs_count] == TRUE
6494 && end_set[cs_count] == FALSE) {
6495 cs_table[cs_count].end = downloaded;
6496 end_set[cs_count] = TRUE;
6497 cs_count++;
6502 && begin_set[cs_count] == FALSE) {
6503 cs_table[cs_count].begin = downloaded;
6504 begin_set[cs_count]
[all...]
H A Daic79xx.c8623 u_int cs_count; local
8646 cs_count = 0;
8739 if (begin_set[cs_count] == TRUE
8740 && end_set[cs_count] == FALSE) {
8741 cs_table[cs_count].end = downloaded;
8742 end_set[cs_count] = TRUE;
8743 cs_count++;
8748 && begin_set[cs_count] == FALSE) {
8749 cs_table[cs_count].begin = downloaded;
8750 begin_set[cs_count]
[all...]

Completed in 134 milliseconds