Searched refs:qtoindex (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/common/lib/libc/gmon/
H A Dmcount.c292 u_short *frompcindex, qtoindex, toindex; local
307 for (qtoindex = q->froms[fromindex]; qtoindex != 0;
308 qtoindex = q->tos[qtoindex].link) {
309 selfpc = q->tos[qtoindex].selfpc;
310 count = q->tos[qtoindex].count;
/netbsd-current/lib/libc/gmon/
H A Dgmon.c263 u_short *frompcindex, qtoindex, toindex; local
273 for (qtoindex = q->froms[fromindex]; qtoindex != 0;
274 qtoindex = q->tos[qtoindex].link) {
275 selfpc = q->tos[qtoindex].selfpc;
276 count = q->tos[qtoindex].count;

Completed in 201 milliseconds