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

  /src/common/lib/libc/gmon/
mcount.c 291 u_long fromindex; local in function:_gmonparam_merge
304 for (fromindex = 0; fromindex < endfrom; fromindex++) {
305 if (q->froms[fromindex] == 0)
307 for (qtoindex = q->froms[fromindex]; qtoindex != 0;
312 frompcindex = &p->froms[fromindex];
  /src/lib/libc/gmon/
gmon.c 262 u_long fromindex; local in function:_m_gmon_merge_two
270 for (fromindex = 0; fromindex < endfrom; fromindex++) {
271 if (q->froms[fromindex] == 0)
273 for (qtoindex = q->froms[fromindex]; qtoindex != 0;
278 frompcindex = &p->froms[fromindex];
378 int fromindex; local in function:_mcleanup
474 for (fromindex = 0; fromindex < endfrom; fromindex++)
    [all...]
  /src/usr.sbin/kgmon/
kgmon.c 351 int fromindex, endfrom, toindex; local in function:dumpstate
455 for (fromindex = 0; fromindex < endfrom; ++fromindex) {
456 if (froms[fromindex] == 0)
459 (fromindex * kvp->gpm.hashfraction * sizeof(*froms));
460 for (toindex = froms[fromindex]; toindex != 0;

Completed in 14 milliseconds