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

/darwin-on-arm/xnu/bsd/kern/
H A Dsubr_prof.c238 long toindex; local
259 toindex = *frompcindex;
260 if (toindex == 0) {
264 toindex = ++p->tos[0].link;
265 if (toindex >= p->tolimit) {
269 *frompcindex = toindex;
270 top = &p->tos[toindex];
276 top = &p->tos[toindex];
298 toindex = ++p->tos[0].link;
299 if (toindex >
[all...]

Completed in 19 milliseconds