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

/external/chromium_org/third_party/mesa/src/src/getopt/
H A Dgetopt_long.c125 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
133 ncycle = gcd(nnonopts, nopts);
134 cyclelen = (opt_end - panonopt_start) / ncycle;
136 for (i = 0; i < ncycle; i++) {
/external/mesa3d/src/getopt/
H A Dgetopt_long.c125 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
133 ncycle = gcd(nnonopts, nopts);
134 cyclelen = (opt_end - panonopt_start) / ncycle;
136 for (i = 0; i < ncycle; i++) {

Completed in 127 milliseconds