Searched refs:cnt (Results 1 – 4 of 4) sorted by relevance
21 struct blk { void (*addr)(void); unsigned int cnt; }; member62 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() local95 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()[all …]
95 static int cnt; in timer_isr() local97 if (++cnt < 20) return; in timer_isr()98 cnt = 0; in timer_isr()
57 int cnt = 0; in tmpnam() local86 u = (++cnt & 0x0fffff); in tmpnam()
53 u32 cnt = 32; in __cntlzw() local54 while (val) { val >>=1; cnt--; } in __cntlzw()55 return cnt; in __cntlzw()