Home
last modified time | relevance | path

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

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