Searched refs:ncycle (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Darcs.c205 for (cycle = 1; cycle <= ncycle; cycle += 1) {
247 ncycle = 0;
254 ncycle += 1;
263 cyclenl = (nltype *) calloc(ncycle + 1, sizeof (nltype));
267 whoami, (ncycle + 1) * sizeof (nltype));
679 timesortnlp = (nltype **) calloc(total_names + ncycle,
692 for (index = 1; index <= ncycle; index++)
695 qsort(timesortnlp, total_names + ncycle, sizeof (nltype *), totalcmp);
697 for (index = 0; index < total_names + ncycle; index++)
H A Dprintgprof.c304 for (index = 0; index < total_names + ncycle && count_flag; index++) {
950 namesortnlp = calloc(total_names + ncycle, sizeof (nltype *));
982 for (index = 1, todo = nnames; index <= ncycle; index++)
H A Dgprof.h269 int ncycle; /* number of cycles discovered */ variable
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetopt_long.c187 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
195 ncycle = gcd(nnonopts, nopts);
196 cyclelen = (opt_end - panonopt_start) / ncycle;
198 for (i = 0; i < ncycle; i++) {

Completed in 73 milliseconds