HomeSort by relevance Sort by last modified time
    Searched refs:cyclelen (Results 1 - 5 of 5) sorted by null

  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
getopt_long.c 158 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
167 cyclelen = (opt_end - panonopt_start) / ncycle;
172 for (j = 0; j < cyclelen; j++) {
  /external/mesa3d/src/getopt/
getopt_long.c 125 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
134 cyclelen = (opt_end - panonopt_start) / ncycle;
139 for (j = 0; j < cyclelen; j++) {
  /external/openssh/openbsd-compat/
getopt_long.c 142 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
151 cyclelen = (opt_end - panonopt_start) / ncycle;
156 for (j = 0; j < cyclelen; j++) {
  /external/tcpdump/missing/
getopt_long.c 142 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
151 cyclelen = (opt_end - panonopt_start) / ncycle;
156 for (j = 0; j < cyclelen; j++) {
  /external/epid-sdk/ext/argtable3/
argtable3.c 445 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
454 cyclelen = (opt_end - panonopt_start) / ncycle;
459 for (j = 0; j < cyclelen; j++) {
    [all...]

Completed in 4217 milliseconds