Home
last modified time | relevance | path

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

/external/mesa3d/src/getopt/
Dgetopt_long.c125 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local
133 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()
/external/tcpdump/missing/
Dgetopt_long.c142 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local
150 ncycle = gcd(nnonopts, nopts); in permute_args()
151 cyclelen = (opt_end - panonopt_start) / ncycle; in permute_args()
153 for (i = 0; i < ncycle; i++) { in permute_args()