Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Darcs.c33 int ncycle; variable
208 for (cycle = 1; cycle <= ncycle; cycle += 1) { in cycletime()
250 ncycle = 0; in cyclelink()
257 ncycle += 1; in cyclelink()
266 cyclenl = (nltype *) calloc(ncycle + 1, sizeof (nltype)); in cyclelink()
270 whoami, (ncycle + 1) * sizeof (nltype)); in cyclelink()
682 timesortnlp = (nltype **) calloc(total_names + ncycle, in doarcs()
695 for (index = 1; index <= ncycle; index++) in doarcs()
698 qsort(timesortnlp, total_names + ncycle, sizeof (nltype *), totalcmp); in doarcs()
700 for (index = 0; index < total_names + ncycle; index++) in doarcs()
H A Dprintgprof.c305 for (index = 0; index < total_names + ncycle && count_flag; index++) { in printgprof()
988 namesortnlp = calloc(total_names + ncycle, sizeof (nltype *)); in printindex()
1015 for (index = 1, todo = nnames; index <= ncycle; index++) in printindex()
H A Dgprof.h265 extern int ncycle; /* number of cycles discovered */
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetopt_long.c190 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local
198 ncycle = gcd(nnonopts, nopts); in permute_args()
199 cyclelen = (opt_end - panonopt_start) / ncycle; in permute_args()
201 for (i = 0; i < ncycle; i++) { in permute_args()