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

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

Completed in 143 milliseconds