Searched refs:nopts (Results 1 - 6 of 6) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drandgen.h129 RandGenOptions<ArcSelector> nopts(opts);
130 nopts.source = ifst.Start();
131 nopts.dest = ofst->Start();
132 for (; nopts.npath > 0; --nopts.npath)
133 RandGen(ifst, ofst, nopts);
149 RandGenOptions<ArcSelector> nopts(opts);
150 nopts.source = iarc.nextstate;
151 nopts.dest = oarc.nextstate;
152 --nopts
[all...]
H A Ddifference.h131 DifferenceFstOptions<> nopts; local
132 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
133 *ofst = DifferenceFst<Arc>(ifst1, ifst2, nopts);
H A Dintersect.h121 IntersectFstOptions<> nopts; local
122 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
123 *ofst = IntersectFst<Arc>(ifst1, ifst2, nopts);
H A Ddeterminize.h712 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);
H A Dcompose.h901 ComposeFstOptions<> nopts; local
902 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
903 *ofst = ComposeFst<Arc>(ifst1, ifst2, nopts);
/external/oprofile/libpopt/
H A Dpopthelp.c690 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 99 milliseconds