Home
last modified time | relevance | path

Searched refs:i (Results 1 – 4 of 4) sorted by relevance

/gmon/
A Dtst-sprofil.c65 int i, j; in main() local
67 for (i = 0; i < NELEMS (taddr); ++i) in main()
69 prof[profcnt].pr_base = buf[i]; in main()
70 prof[profcnt].pr_size = sizeof (buf[i]); in main()
71 prof[profcnt].pr_off = taddr[i]; in main()
140 for (i = 0; i < 21; ++i) in main()
141 sum += fac (i); in main()
161 for (i = 0; i < NELEMS (taddr); ++i) in main()
163 if (buf[i][j] != 0) in main()
166 (taddr[i] + ((char *) &buf[i][j] - (char *) &buf[i][0])), in main()
[all …]
A Dtst-gmon.c38 for (int i = 0; i < count; ++i) in f3() local
A Dmcount.c65 int i; in _MCOUNT_DECL() local
93 i = frompc >> p->log_hashfraction; in _MCOUNT_DECL()
95 i = frompc / (p->hashfraction * sizeof(*p->froms)); in _MCOUNT_DECL()
97 frompcindex = &p->froms[i]; in _MCOUNT_DECL()
A Dgmon.c313 size_t i; in write_bb_counts() local
323 for (i = 0; i < (sizeof (bbbody) / sizeof (bbbody[0])); i += 2) in write_bb_counts()
325 bbbody[i].iov_len = sizeof (grp->addresses[0]); in write_bb_counts()
326 bbbody[i + 1].iov_len = sizeof (grp->counts[0]); in write_bb_counts()
336 for (nfilled = i = 0; i < ncounts; ++i) in write_bb_counts()
344 bbbody[nfilled++].iov_base = (char *) &grp->addresses[i]; in write_bb_counts()
345 bbbody[nfilled++].iov_base = &grp->counts[i]; in write_bb_counts()

Completed in 8 milliseconds