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

/freebsd-13-stable/lib/libc/gmon/
H A Dgmon.c119 int fromindex; local
185 for (fromindex = 0; fromindex < endfrom; fromindex++) {
186 if (p->froms[fromindex] == 0)
190 frompc += fromindex * p->hashfraction * sizeof(*p->froms);
191 for (toindex = p->froms[fromindex]; toindex != 0;
/freebsd-13-stable/usr.sbin/kgmon/
H A Dkgmon.c356 int fromindex, endfrom, toindex; local
438 for (fromindex = 0; fromindex < endfrom; ++fromindex) {
439 if (froms[fromindex] == 0)
442 (fromindex * kvp->gpm.hashfraction * sizeof(*froms));
443 for (toindex = froms[fromindex]; toindex != 0;

Completed in 54 milliseconds