Home
last modified time | relevance | path

Searched refs:cnt (Results 1 – 4 of 4) sorted by relevance

/CafeSDK-2.12.13/system/src/lib/libsys/
Dind_bcnt.c21 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()
[all …]
Dprof_960.c95 static int cnt; in timer_isr() local
97 if (++cnt < 20) return; in timer_isr()
98 cnt = 0; in timer_isr()
Dind_trnc.c57 int cnt = 0; in tmpnam() local
86 u = (++cnt & 0x0fffff); in tmpnam()
/CafeSDK-2.12.13/system/include/windows/
Dgx2.h53 u32 cnt = 32; in __cntlzw() local
54 while (val) { val >>=1; cnt--; } in __cntlzw()
55 return cnt; in __cntlzw()