HomeSort by relevance Sort by last modified time
    Searched defs:nopts (Results 1 - 10 of 10) 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 531 ComposeFstImplOptions<M, M, F, T> nopts(opts, opts.matcher1, opts.matcher2,
533 return CreateBase2(fst1, fst2, nopts);
542 ComposeFstOptions<Arc> nopts(opts);
543 return CreateBase1(fst1, fst2, nopts);
548 ComposeFstOptions<Arc, M, F> nopts(opts);
549 return CreateBase1(fst1, fst2, nopts);
554 ComposeFstOptions<Arc, M, F> nopts(opts);
555 return CreateBase1(fst1, fst2, nopts);
650 CacheOptions nopts; local
651 nopts.gc_limit = 0; // Cache only the last state for fastest copy
    [all...]
determinize.h 858 DeterminizeFstOptions<Arc> nopts; local
859 nopts.delta = opts.delta;
860 nopts.subsequential_label = opts.subsequential_label;
862 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
869 DeterminizeFst<Arc> dfst(ifst, idistance, &odistance, nopts);
876 *ofst = DeterminizeFst<Arc>(ifst, nopts);
880 *ofst = DeterminizeFst<Arc>(ifst, nopts);
  /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 901 ComposeFstOptions<> nopts; local
    [all...]
  /bionic/libc/unistd/
getopt_long.c 137 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
144 nopts = opt_end - panonopt_end;
145 ncycle = gcd(nnonopts, nopts);
155 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 190 milliseconds