HomeSort by: relevance | last modified time | path
    Searched defs:toindex (Results 1 - 3 of 3) sorted by relevancy

  /src/common/lib/libc/gmon/
mcount.c 136 long toindex; local in function:_MCOUNT_DECL
193 toindex = *frompcindex;
194 if (toindex == 0) {
198 toindex = ++p->tos[0].link;
199 if (toindex >= p->tolimit)
203 *frompcindex = (u_short)toindex;
204 top = &p->tos[(size_t)toindex];
210 top = &p->tos[(size_t)toindex];
232 toindex = ++p->tos[0].link;
233 if (toindex >= p->tolimit
292 u_short *frompcindex, qtoindex, toindex; local in function:_gmonparam_merge
    [all...]
  /src/lib/libc/gmon/
gmon.c 263 u_short *frompcindex, qtoindex, toindex; local in function:_m_gmon_merge_two
279 toindex = *frompcindex;
280 if (toindex == 0) {
284 toindex = ++p->tos[0].link;
285 if (toindex >= p->tolimit)
289 *frompcindex = (u_short)toindex;
290 top = &p->tos[(size_t)toindex];
296 top = &p->tos[(size_t)toindex];
319 toindex = ++p->tos[0].link;
320 if (toindex >= p->tolimit
381 int toindex; local in function:_mcleanup
    [all...]
  /src/usr.sbin/kgmon/
kgmon.c 351 int fromindex, endfrom, toindex; local in function:dumpstate
460 for (toindex = froms[fromindex]; toindex != 0;
461 toindex = tos[toindex].link) {
465 getprogname(), frompc, tos[toindex].selfpc,
466 tos[toindex].count);
468 rawarc.raw_selfpc = (u_long)tos[toindex].selfpc;
469 rawarc.raw_count = tos[toindex].count;

Completed in 15 milliseconds