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

/freebsd-11-stable/contrib/gcc/config/i386/
H A Dgmon-sol2.c205 int toindex; local
225 for (toindex=froms[fromindex]; toindex!=0; toindex=tos[toindex].link) {
229 frompc , tos[toindex].selfpc , tos[toindex].count );
232 rawarc.raw_selfpc = (unsigned long) tos[toindex].selfpc;
233 rawarc.raw_count = tos[toindex].count;
252 register long toindex; local
[all...]
/freebsd-11-stable/contrib/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...]
/freebsd-11-stable/sys/libkern/
H A Dmcount.c69 long toindex; local
155 toindex = *frompcindex;
156 if (toindex == 0) {
160 toindex = ++p->tos[0].link;
161 if (toindex >= p->tolimit)
165 *frompcindex = toindex;
166 top = &p->tos[toindex];
172 top = &p->tos[toindex];
194 toindex = ++p->tos[0].link;
195 if (toindex >
[all...]
/freebsd-11-stable/lib/libc/gmon/
H A Dmcount.c75 long toindex; local
187 toindex = *frompcindex;
188 if (toindex == 0) {
192 toindex = ++p->tos[0].link;
193 if (toindex >= p->tolimit)
197 *frompcindex = toindex;
198 top = &p->tos[toindex];
204 top = &p->tos[toindex];
226 toindex = ++p->tos[0].link;
227 if (toindex >
[all...]
H A Dgmon.c120 int toindex; local
189 for (toindex = p->froms[fromindex]; toindex != 0;
190 toindex = p->tos[toindex].link) {
194 frompc, p->tos[toindex].selfpc,
195 p->tos[toindex].count);
199 rawarc.raw_selfpc = p->tos[toindex].selfpc;
200 rawarc.raw_count = p->tos[toindex].count;
/freebsd-11-stable/usr.sbin/kgmon/
H A Dkgmon.c354 int fromindex, endfrom, toindex; local
441 for (toindex = froms[fromindex]; toindex != 0;
442 toindex = tos[toindex].link) {
445 "count %ld", frompc, tos[toindex].selfpc,
446 tos[toindex].count);
448 rawarc.raw_selfpc = (u_long)tos[toindex].selfpc;
449 rawarc.raw_count = tos[toindex].count;

Completed in 132 milliseconds