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

/netbsd-current/common/lib/libc/gmon/
H A Dmcount.c136 long toindex; local
193 toindex = *frompcindex;
194 if (toindex == 0) {
198 toindex = ++p->tos[0].link;
199 if (toindex >= p->tolimit)
203 *frompcindex = (u_short)toindex;
204 top = &p->tos[(size_t)toindex];
210 top = &p->tos[(size_t)toindex];
232 toindex = ++p->tos[0].link;
233 if (toindex >
292 u_short *frompcindex, qtoindex, toindex; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/sol2/
H A Dgmon.c159 int toindex; local
203 for (toindex = froms[fromindex];
204 toindex != 0;
205 toindex = tos[toindex].link) {
208 frompc, tos[toindex].selfpc, tos[toindex].count);
211 rawarc.raw_selfpc = (unsigned long) tos[toindex].selfpc;
212 rawarc.raw_count = tos[toindex].count;
313 long toindex; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/sol2/
H A Dgmon.c159 int toindex; local
203 for (toindex = froms[fromindex];
204 toindex != 0;
205 toindex = tos[toindex].link) {
208 frompc, tos[toindex].selfpc, tos[toindex].count);
211 rawarc.raw_selfpc = (unsigned long) tos[toindex].selfpc;
212 rawarc.raw_count = tos[toindex].count;
313 long toindex; local
[all...]
/netbsd-current/lib/libc/gmon/
H A Dgmon.c263 u_short *frompcindex, qtoindex, toindex; local
279 toindex = *frompcindex;
280 if (toindex == 0) {
284 toindex = ++p->tos[0].link;
285 if (toindex >= p->tolimit)
289 *frompcindex = (u_short)toindex;
290 top = &p->tos[(size_t)toindex];
296 top = &p->tos[(size_t)toindex];
319 toindex = ++p->tos[0].link;
320 if (toindex >
381 int toindex; local
[all...]
/netbsd-current/usr.sbin/kgmon/
H A Dkgmon.c351 int fromindex, endfrom, toindex; local
460 for (toindex = froms[fromindex]; toindex != 0;
461 toindex = tos[toindex].link) {
465 getprogname(), frompc, tos[toindex].selfpc,
466 tos[toindex].count);
468 rawarc.raw_selfpc = (u_long)tos[toindex].selfpc;
469 rawarc.raw_count = tos[toindex].count;

Completed in 186 milliseconds