Home
last modified time | relevance | path

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

/system/core/logcat/
Dgetopt_long.cpp92 int ncycle = gcd(nnonopts, nopts); in permute_args() local
93 int cyclelen = (context->optind - context->nonopt_start) / ncycle; in permute_args()
95 for (int i = 0; i < ncycle; i++) { in permute_args()