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

/netbsd-current/lib/libc/gmon/
H A Dgmon.c262 u_long fromindex; local
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
474 for (fromindex = 0; fromindex < endfro
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/sol2/
H A Dgmon.c156 int fromindex; local
198 for (fromindex = 0; fromindex < endfrom; fromindex++) {
199 if (froms[fromindex] == 0) {
202 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof (*froms));
203 for (toindex = froms[fromindex];
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/sol2/
H A Dgmon.c156 int fromindex; local
198 for (fromindex = 0; fromindex < endfrom; fromindex++) {
199 if (froms[fromindex] == 0) {
202 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof (*froms));
203 for (toindex = froms[fromindex];
/netbsd-current/common/lib/libc/gmon/
H A Dmcount.c291 u_long fromindex; local
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];
/netbsd-current/usr.sbin/kgmon/
H A Dkgmon.c351 int fromindex, endfrom, toindex; local
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 139 milliseconds