Searched refs:nnonopts (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/getopt/ |
D | getopt_long.c | 125 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local 131 nnonopts = panonopt_end - panonopt_start; in permute_args() 133 ncycle = gcd(nnonopts, nopts); in permute_args() 141 pos -= nnonopts; in permute_args()
|
/external/tcpdump/missing/ |
D | getopt_long.c | 142 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local 148 nnonopts = panonopt_end - panonopt_start; in permute_args() 150 ncycle = gcd(nnonopts, nopts); in permute_args() 158 pos -= nnonopts; in permute_args()
|