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

  /external/opencv3/3rdparty/libjasper/
jas_getopt.c 84 int jas_optind = 0; variable
112 if (!jas_optind) {
113 jas_optind = JAS_MIN(1, argc);
115 while (jas_optind < argc) {
116 s = cp = argv[jas_optind];
119 ++jas_optind;
149 if (jas_optind >= argc) {
155 jas_optarg = argv[jas_optind];
156 ++jas_optind;
  /external/opencv3/3rdparty/libjasper/jasper/
jas_getopt.h 112 extern int jas_optind;

Completed in 278 milliseconds