Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dgmon.c152 int endfrom; in _mcleanup() local
167 endfrom = s_textsize / (HASHFRACTION * sizeof(*froms)); in _mcleanup()
168 for ( fromindex = 0 ; fromindex < endfrom ; fromindex++ ) { in _mcleanup()
/openbsd/src/gnu/gcc/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()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/i386/
Dgmon-sol2.c210 int endfrom; in _mcleanup() local
226 endfrom = s_textsize / (HASHFRACTION * sizeof(*froms)); in _mcleanup()
227 for ( fromindex = 0 ; fromindex < endfrom ; fromindex++ ) { in _mcleanup()
/openbsd/src/gnu/gcc/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()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/sparc/
Dgmon-sol2.c174 int endfrom; in _mcleanup() local
213 endfrom = s_textsize / (HASHFRACTION * sizeof(*froms)); in _mcleanup()
214 for ( fromindex = 0 ; fromindex < endfrom ; fromindex++ ) { in _mcleanup()
/openbsd/src/lib/libc/gmon/
Dgmon.c141 int endfrom; in _mcleanup() local
243 endfrom = p->fromssize / sizeof(*p->froms); in _mcleanup()
244 for (fromindex = 0; fromindex < endfrom; fromindex++) { in _mcleanup()
/openbsd/src/usr.sbin/kgmon/
Dkgmon.c311 int fromindex, endfrom, toindex; in dumpstate() local
397 endfrom = kvp->gpm.fromssize / sizeof(*froms); in dumpstate()
398 for (fromindex = 0; fromindex < endfrom; ++fromindex) { in dumpstate()