Lines Matching refs:len
22 struct bhdr { int len; struct blk *info; int inserted; struct bhdr *next; }; member
59 if (p->len > 0) { in __ghs_prof_clear_coverage()
61 for (i = 0; i < p->len - 1; i++) 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()
93 if (test->len > 0) { in __ghs_prof_dump_coverage()
94 for (i = 0; i < test->len - 1; i++) { 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()
120 for( i=0; i<test->len; i++ ) { in __ghs_prof_dump_coverage()