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

/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dgmon-sol2.c202 int fromindex; local
220 for ( fromindex = 0 ; fromindex < endfrom ; fromindex++ ) {
221 if ( froms[fromindex] == 0 ) {
224 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof(*froms));
225 for (toindex=froms[fromindex]; toindex!=0; toindex=tos[toindex].link) {
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dgmon-sol2.c174 int fromindex; local
215 for ( fromindex = 0 ; fromindex < endfrom ; fromindex++ ) {
216 if ( froms[fromindex] == 0 ) {
219 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof(*froms));
220 for (toindex=froms[fromindex]; toindex!=0; toindex=tos[toindex].link) {
/freebsd-9.3-release/lib/libc/gmon/
H A Dgmon.c125 int fromindex; local
191 for (fromindex = 0; fromindex < endfrom; fromindex++) {
192 if (p->froms[fromindex] == 0)
196 frompc += fromindex * p->hashfraction * sizeof(*p->froms);
197 for (toindex = p->froms[fromindex]; toindex != 0;
/freebsd-9.3-release/usr.sbin/kgmon/
H A Dkgmon.c360 int fromindex, endfrom, toindex; local
442 for (fromindex = 0; fromindex < endfrom; ++fromindex) {
443 if (froms[fromindex] == 0)
446 (fromindex * kvp->gpm.hashfraction * sizeof(*froms));
447 for (toindex = froms[fromindex]; toindex != 0;

Completed in 67 milliseconds