Searched refs:nopts (Results 1 – 6 of 6) sorted by relevance
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | randgen.h | 129 RandGenOptions<ArcSelector> nopts(opts); in RandGen() 130 nopts.source = ifst.Start(); in RandGen() 131 nopts.dest = ofst->Start(); in RandGen() 132 for (; nopts.npath > 0; --nopts.npath) in RandGen() 133 RandGen(ifst, ofst, nopts); in RandGen() 149 RandGenOptions<ArcSelector> nopts(opts); in RandGen() 150 nopts.source = iarc.nextstate; in RandGen() 151 nopts.dest = oarc.nextstate; in RandGen() 152 --nopts.max_length; in RandGen() 153 RandGen(ifst, ofst, nopts); in RandGen()
|
D | intersect.h | 121 IntersectFstOptions<> nopts; variable 122 nopts.gc_limit = 0; // Cache only the last state for fastest copy. 123 *ofst = IntersectFst<Arc>(ifst1, ifst2, nopts);
|
D | difference.h | 131 DifferenceFstOptions<> nopts; variable 132 nopts.gc_limit = 0; // Cache only the last state for fastest copy. 133 *ofst = DifferenceFst<Arc>(ifst1, ifst2, nopts);
|
D | determinize.h | 712 DeterminizeFstOptions nopts; variable 713 nopts.delta = opts.delta; 714 nopts.gc_limit = 0; // Cache only the last state for fastest copy. 715 *ofst = DeterminizeFst<Arc>(ifst, nopts);
|
D | compose.h | 901 ComposeFstOptions<> nopts; variable 902 nopts.gc_limit = 0; // Cache only the last state for fastest copy. 903 *ofst = ComposeFst<Arc>(ifst1, ifst2, nopts);
|
/external/oprofile/libpopt/ |
D | popthelp.c | 690 int nopts; member 720 for (i = 0; i < done->nopts; i++) { in singleTableUsage() 729 if (opt->arg == NULL || i < done->nopts) in singleTableUsage() 732 if (done->nopts < done->maxopts) in singleTableUsage() 733 done->opts[done->nopts++] = (const void *) opt->arg; in singleTableUsage() 790 done->nopts = 0; in poptPrintUsage() 796 done->opts[done->nopts++] = (const void *) con->options; in poptPrintUsage()
|