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

/barrelfish-master/lib/libc/gmon/
H A Dmcount.c61 * Note: the original BSD code used the same variable (frompcindex) for
62 * both frompcindex and frompc. Any reasonable, modern compiler will
72 u_short *frompcindex; local
186 frompcindex = &p->froms[frompci / (p->hashfraction * sizeof(*p->froms))];
187 toindex = *frompcindex;
197 *frompcindex = toindex;
233 top->link = *frompcindex;
234 *frompcindex = toindex;
251 top->link = *frompcindex;
252 *frompcindex
[all...]

Completed in 27 milliseconds