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

/netbsd-6-1-5-RELEASE/common/lib/libc/gmon/
H A Dmcount.c133 long toindex; local
178 toindex = *frompcindex;
179 if (toindex == 0) {
183 toindex = ++p->tos[0].link;
184 if (toindex >= p->tolimit)
188 *frompcindex = (u_short)toindex;
189 top = &p->tos[(size_t)toindex];
195 top = &p->tos[(size_t)toindex];
217 toindex = ++p->tos[0].link;
218 if (toindex >
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/i386/
H A Dgmon-sol2.c216 int toindex; local
236 for (toindex=froms[fromindex]; toindex!=0; toindex=tos[toindex].link) {
240 frompc , tos[toindex].selfpc , tos[toindex].count );
243 rawarc.raw_selfpc = (unsigned long) tos[toindex].selfpc;
244 rawarc.raw_count = tos[toindex].count;
306 register long toindex; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dgmon-sol2.c177 int toindex; local
220 for (toindex=froms[fromindex]; toindex!=0; toindex=tos[toindex].link) {
224 frompc , tos[toindex].selfpc , tos[toindex].count );
227 rawarc.raw_selfpc = (unsigned long) tos[toindex].selfpc;
228 rawarc.raw_count = tos[toindex].count;
283 register long toindex; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/i386/
H A Dgmon-sol2.c212 int toindex; local
232 for (toindex=froms[fromindex]; toindex!=0; toindex=tos[toindex].link) {
236 frompc , tos[toindex].selfpc , tos[toindex].count );
239 rawarc.raw_selfpc = (unsigned long) tos[toindex].selfpc;
240 rawarc.raw_count = tos[toindex].count;
258 register long toindex; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/sparc/
H A Dgmon-sol2.c177 int toindex; local
220 for (toindex=froms[fromindex]; toindex!=0; toindex=tos[toindex].link) {
224 frompc , tos[toindex].selfpc , tos[toindex].count );
227 rawarc.raw_selfpc = (unsigned long) tos[toindex].selfpc;
228 rawarc.raw_count = tos[toindex].count;
283 register long toindex; local
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/gmon/
H A Dgmon.c253 u_short *frompcindex, qtoindex, toindex; local
269 toindex = *frompcindex;
270 if (toindex == 0) {
274 toindex = ++p->tos[0].link;
275 if (toindex >= p->tolimit)
279 *frompcindex = (u_short)toindex;
280 top = &p->tos[(size_t)toindex];
286 top = &p->tos[(size_t)toindex];
309 toindex = ++p->tos[0].link;
310 if (toindex >
371 int toindex; local
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/kgmon/
H A Dkgmon.c305 int fromindex, endfrom, toindex; local
398 for (toindex = froms[fromindex]; toindex != 0;
399 toindex = tos[toindex].link) {
403 getprogname(), frompc, tos[toindex].selfpc,
404 tos[toindex].count);
406 rawarc.raw_selfpc = (u_long)tos[toindex].selfpc;
407 rawarc.raw_count = tos[toindex].count;

Completed in 266 milliseconds