Searched defs:npath (Results 1 - 4 of 4) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drandgen.h102 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/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector2.cc103 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) { argument
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/
H A Dexec.c1085 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;
/external/openfst/src/include/fst/
H A Drandgen.h311 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 110 milliseconds