Searched refs:npath (Results 1 – 9 of 9) sorted by relevance
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | randgen.h | 102 size_t npath; // # of paths to generate member 109 : arc_selector(sel), max_length(len), npath(n), in arc_selector() 121 if (opts.npath == 0 || opts.max_length == 0 || ifst.Start() == kNoStateId) in RandGen() 132 for (; nopts.npath > 0; --nopts.npath) in RandGen()
|
/external/openfst/src/include/fst/script/ |
D | randgen.h | 47 opts.npath, opts.weighted); in RandGen() 53 opts.npath, opts.weighted); in RandGen() 59 opts.npath, opts.weighted); in RandGen()
|
D | randequivalent.h | 62 ropts(arc_selector, opts.max_length, opts.npath); in RandEquivalent() 69 ropts(arc_selector, opts.max_length, opts.npath); in RandEquivalent() 76 ropts(arc_selector, opts.max_length, opts.npath); in RandEquivalent()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_deadlock_detector2.cc | 103 void Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath); 366 int npath = 0; in CycleCheck() local 377 npath--; in CycleCheck() 389 pt->path[npath++] = link; in CycleCheck() 392 return Report(pt, lt, npath); // Bingo! in CycleCheck() 405 void DD::Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath) { in Report() argument 407 rep->n = npath; in Report() 408 for (int i = 0; i < npath; i++) { in Report() 410 Link *link0 = &pt->path[i ? i - 1 : npath - 1]; in Report()
|
/external/openfst/src/include/fst/ |
D | randgen.h | 311 size_t npath; // # of paths to generate member 320 npath(n), in CacheOptions() 352 npath_(opts.npath), in RandGenFstImpl() 590 size_t npath; // # of paths to generate member 599 npath(n), in arc_selector() 690 opts.npath, opts.weighted, in RandGen()
|
/external/openfst/src/bin/ |
D | fstrandgen.cc | 25 DEFINE_int64(npath, 1, "Number of paths to generate");
|
D | fstequivalent.cc | 30 DEFINE_int32(npath, 1, "Number of paths to generate");
|
/external/mksh/src/ |
D | exec.c | 1085 union mksh_cchack npath; in findcom() local 1139 npath.ro = search_path(name, in findcom() 1142 if (npath.ro) { in findcom() 1143 strdupx(tp->val.s, npath.ro, APERM); in findcom() 1144 if (npath.ro != name) in findcom() 1145 afree(npath.rw, ATEMP); in findcom() 1149 (npath.ro = search_path(name, fpath, R_OK, in findcom() 1161 tp->u.fpath = npath.ro; in findcom()
|
/external/chromium_org/third_party/polymer_legacy/platform/ |
D | platform.js.map | 1 …r.value = urlPath;\n }\n });\n }\n};\n\npath.documentURL = path.getDocumentUrl(document);…
|