Searched defs:ncycle (Results 1 - 2 of 2) sorted by relevance

/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++) {
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.h269 int ncycle; /* number of cycles discovered */ variable

Completed in 61 milliseconds