/external/openfst/src/include/fst/script/ |
randgen.h | 47 opts.npath, opts.weighted); 53 opts.npath, opts.weighted); 59 opts.npath, opts.weighted);
|
randequivalent.h | 62 ropts(arc_selector, opts.max_length, opts.npath); 69 ropts(arc_selector, opts.max_length, opts.npath); 76 ropts(arc_selector, opts.max_length, opts.npath);
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
randgen.h | 102 size_t npath; // # of paths to generate member in struct:fst::RandGenOptions 109 : arc_selector(sel), max_length(len), npath(n), 121 if (opts.npath == 0 || opts.max_length == 0 || ifst.Start() == kNoStateId) 132 for (; nopts.npath > 0; --nopts.npath)
|
/external/openfst/src/bin/ |
fstequivalent.cc | 30 DEFINE_int32(npath, 1, "Number of paths to generate");
|
fstrandgen.cc | 25 DEFINE_int64(npath, 1, "Number of paths to generate");
|
/external/mksh/src/ |
exec.c | 1075 union mksh_cchack npath; local 1131 npath.ro = search_path(name, 1134 if (npath.ro) { 1135 strdupx(tp->val.s, npath.ro, APERM); 1136 if (npath.ro != name) 1137 afree(npath.rw, ATEMP); 1141 (npath.ro = search_path(name, fpath, R_OK, 1153 tp->u.fpath = npath.ro; [all...] |
/external/openfst/src/include/fst/ |
randgen.h | 311 size_t npath; // # of paths to generate member in struct:fst::RandGenFstOptions 320 npath(n), 352 npath_(opts.npath), 590 size_t npath; // # of paths to generate member in struct:fst::RandGenOptions 599 npath(n), 690 opts.npath, opts.weighted,
|