Searched refs:ncycle (Results 1 – 3 of 3) sorted by relevance
91 int ncycle; /* number of cycles completed */ variable126 ncycle = 0; in init()156 avgspd = ncycle / sgtime; in term()299 ncycle++; in doevent()304 if (ncycle < ncycmax) in doevent()
91 int ncycle; /* number of cycles completed */ variable127 ncycle = 0; in init()162 avgspd = ncycle / global_time; in term()318 ncycle++; in doevent()323 if (ncycle < ncycmax) in doevent()
125 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local133 ncycle = gcd(nnonopts, nopts); in permute_args()134 cyclelen = (opt_end - panonopt_start) / ncycle; in permute_args()136 for (i = 0; i < ncycle; i++) { in permute_args()