Home
last modified time | relevance | path

Searched refs:endfrom (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/gcc/config/i386/
Dgmon-sol2.c203 int endfrom; in _mcleanup() local
219 endfrom = s_textsize / (HASHFRACTION * sizeof(*froms)); in _mcleanup()
220 for ( fromindex = 0 ; fromindex < endfrom ; fromindex++ ) { in _mcleanup()
/freebsd-9-stable/lib/libc/gmon/
Dgmon.c126 int endfrom; in _mcleanup() local
190 endfrom = p->fromssize / sizeof(*p->froms); in _mcleanup()
191 for (fromindex = 0; fromindex < endfrom; fromindex++) { in _mcleanup()
/freebsd-9-stable/contrib/gcc/config/sparc/
Dgmon-sol2.c175 int endfrom; in _mcleanup() local
214 endfrom = s_textsize / (HASHFRACTION * sizeof(*froms)); in _mcleanup()
215 for ( fromindex = 0 ; fromindex < endfrom ; fromindex++ ) { in _mcleanup()
/freebsd-9-stable/usr.sbin/kgmon/
Dkgmon.c360 int fromindex, endfrom, toindex; local
441 endfrom = kvp->gpm.fromssize / sizeof(*froms);
442 for (fromindex = 0; fromindex < endfrom; ++fromindex) {