HomeSort by relevance Sort by last modified time
    Searched refs:npath (Results 1 - 8 of 8) sorted by null

  /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/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector2.cc 103 void Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath);
366 int npath = 0; local
377 npath--;
389 pt->path[npath++] = link;
392 return Report(pt, lt, npath); // Bingo!
405 void DD::Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath) {
407 rep->n = npath;
408 for (int i = 0; i < npath; i++) {
410 Link *link0 = &pt->path[i ? i - 1 : npath - 1];
  /external/mksh/src/
exec.c 1085 union mksh_cchack npath; local
1139 npath.ro = search_path(name,
1142 if (npath.ro) {
1143 strdupx(tp->val.s, npath.ro, APERM);
1144 if (npath.ro != name)
1145 afree(npath.rw, ATEMP);
1149 (npath.ro = search_path(name, fpath, R_OK,
1161 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,

Completed in 626 milliseconds