HomeSort by relevance Sort by last modified time
    Searched defs:nopts (Results 1 - 12 of 12) sorted by null

  /external/openfst/src/include/fst/
difference.h 166 CacheOptions nopts; local
167 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
168 *ofst = DifferenceFst<Arc>(ifst1, ifst2, nopts);
intersect.h 149 CacheOptions nopts; local
150 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
151 *ofst = IntersectFst<Arc>(ifst1, ifst2, nopts);
compose.h 583 ComposeFstImplOptions<M, M, F, T> nopts(opts, opts.matcher1, opts.matcher2,
585 return CreateBase2(fst1, fst2, nopts);
595 ComposeFstOptions<Arc> nopts(opts);
596 return CreateBase1(fst1, fst2, nopts);
602 ComposeFstOptions<Arc, M, F> nopts(opts);
603 return CreateBase1(fst1, fst2, nopts);
609 ComposeFstOptions<Arc, M, F> nopts(opts);
610 return CreateBase1(fst1, fst2, nopts);
705 CacheOptions nopts; local
706 nopts.gc_limit = 0; // Cache only the last state for fastest copy
    [all...]
determinize.h 986 DeterminizeFstOptions<Arc> nopts; local
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
difference.h 131 DifferenceFstOptions<> nopts; local
132 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
133 *ofst = DifferenceFst<Arc>(ifst1, ifst2, nopts);
intersect.h 121 IntersectFstOptions<> nopts; local
122 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
123 *ofst = IntersectFst<Arc>(ifst1, ifst2, nopts);
determinize.h 712 DeterminizeFstOptions nopts; local
713 nopts.delta = opts.delta;
714 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
715 *ofst = DeterminizeFst<Arc>(ifst, nopts);
compose.h 898 ComposeFstOptions<> nopts; local
    [all...]
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
getopt_long.c 158 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
165 nopts = opt_end - panonopt_end;
166 ncycle = gcd(nnonopts, nopts);
176 pos += nopts;
  /external/chromium_org/third_party/mesa/src/src/getopt/
getopt_long.c 125 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
132 nopts = opt_end - panonopt_end;
133 ncycle = gcd(nnonopts, nopts);
143 pos += nopts;
  /external/mesa3d/src/getopt/
getopt_long.c 125 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
132 nopts = opt_end - panonopt_end;
133 ncycle = gcd(nnonopts, nopts);
143 pos += nopts;
  /external/oprofile/libpopt/
popthelp.c 690 int nopts; member in struct:poptDone_s
720 for (i = 0; i < done->nopts; i++) {
729 if (opt->arg == NULL || i < done->nopts)
732 if (done->nopts < done->maxopts)
733 done->opts[done->nopts++] = (const void *) opt->arg;
790 done->nopts = 0;
796 done->opts[done->nopts++] = (const void *) con->options;

Completed in 421 milliseconds