Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/gmon/
H A Dgmon.c265 u_long endfrom; in _m_gmon_merge_two() local
269 endfrom = (q->fromssize / sizeof(*q->froms)); in _m_gmon_merge_two()
270 for (fromindex = 0; fromindex < endfrom; fromindex++) { in _m_gmon_merge_two()
379 int endfrom; in _mcleanup() local
473 endfrom = (int)(p->fromssize / sizeof(*p->froms)); in _mcleanup()
474 for (fromindex = 0; fromindex < endfrom; fromindex++) { in _mcleanup()
/netbsd-src/common/lib/libc/gmon/
H A Dmcount.c294 u_long endfrom; in _gmonparam_merge() local
303 endfrom = (q->fromssize / sizeof(*q->froms)); in _gmonparam_merge()
304 for (fromindex = 0; fromindex < endfrom; fromindex++) { in _gmonparam_merge()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/sol2/
H A Dgmon.c157 int endfrom; in _mcleanup() local
197 endfrom = s_textsize / (HASHFRACTION * sizeof (*froms)); in _mcleanup()
198 for (fromindex = 0; fromindex < endfrom; fromindex++) { in _mcleanup()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/sol2/
H A Dgmon.c157 int endfrom; in _mcleanup() local
197 endfrom = s_textsize / (HASHFRACTION * sizeof (*froms)); in _mcleanup()
198 for (fromindex = 0; fromindex < endfrom; fromindex++) { in _mcleanup()
/netbsd-src/usr.sbin/kgmon/
H A Dkgmon.c351 int fromindex, endfrom, toindex; in dumpstate() local
454 endfrom = kvp->gpm.fromssize / sizeof(*froms); in dumpstate()
455 for (fromindex = 0; fromindex < endfrom; ++fromindex) { in dumpstate()