HomeSort by relevance Sort by last modified time
    Searched full:max_optind (Results 1 - 2 of 2) sorted by null

  /external/marisa-trie/tools/
cmdopt.c 122 int max = 0, max_optind = -1; local
126 return max_optind;
138 max_optind = i;
141 max_optind = -1;
147 return max_optind;
  /external/marisa-trie/v0_1_5/tools/
cmdopt.c 122 int max = 0, max_optind = -1; local
126 return max_optind;
138 max_optind = i;
141 max_optind = -1;
147 return max_optind;

Completed in 115 milliseconds