Lines Matching refs:cnt
21 struct blk { void (*addr)(void); unsigned int cnt; }; member
62 p->info[i].cnt = 0; in __ghs_prof_clear_coverage()
65 if (p->info[p->len - 1].cnt != (unsigned int)-1) in __ghs_prof_clear_coverage()
66 p->info[p->len - 1].cnt = 0; in __ghs_prof_clear_coverage()
92 int cnt; in __ghs_prof_dump_coverage() local
95 if (test->info[i].cnt != 0) { in __ghs_prof_dump_coverage()
102 if (test->info[test->len - 1].cnt != 0 && in __ghs_prof_dump_coverage()
103 test->info[test->len - 1].cnt != (unsigned int)-1) in __ghs_prof_dump_coverage()
112 cnt = sizeof(struct blk)*test->len; in __ghs_prof_dump_coverage()
113 if (HOSTIO_WRITE(fd, test->info, cnt) != cnt) { in __ghs_prof_dump_coverage()
119 cnt = sizeof(void *) + sizeof(int); in __ghs_prof_dump_coverage()
122 if(HOSTIO_WRITE(fd, &(test->info[i]), cnt) != cnt ) { in __ghs_prof_dump_coverage()