Lines Matching refs:i
113 int i; in __ghs_prof_clear_callcounts() local
120 for (i=0; i<p->numUsed; i++) { in __ghs_prof_clear_callcounts()
121 p->counts[i].pc = 0; in __ghs_prof_clear_callcounts()
122 *(p->counts[i].countPtr) = 0; in __ghs_prof_clear_callcounts()
185 int i, len; in __ghs_prof_dump_callcounts() local
229 for (i=0;i<p->numUsed;i++) { in __ghs_prof_dump_callcounts()
232 temp->counts[i].pc = p->counts[i].pc; in __ghs_prof_dump_callcounts()
237 tpc = (pc_overlay *)(&p->counts[i].pc); in __ghs_prof_dump_callcounts()
238 temp->counts[i].pc[0] = tpc->pc[0]; in __ghs_prof_dump_callcounts()
239 temp->counts[i].pc[1] = tpc->pc[1]; in __ghs_prof_dump_callcounts()
243 temp->counts[i].countPtr = (int *)(short)(*p->counts[i].countPtr); in __ghs_prof_dump_callcounts()
246 temp->counts[i].countPtr = (int *)(*p->counts[i].countPtr); in __ghs_prof_dump_callcounts()
248 temp->counts[i].countPtr = (int)(*p->counts[i].countPtr); in __ghs_prof_dump_callcounts()