Searched refs:toindex (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsubr_prof.c208 long toindex; local
229 toindex = *frompcindex;
230 if (toindex == 0) {
234 toindex = ++p->tos[0].link;
235 if (toindex >= p->tolimit) {
239 *frompcindex = toindex;
240 top = &p->tos[toindex];
246 top = &p->tos[toindex];
268 toindex = ++p->tos[0].link;
269 if (toindex >
[all...]

Completed in 15 milliseconds