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

  /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/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 1086 union mksh_cchack npath; local
1140 npath.ro = search_path(name,
1143 if (npath.ro) {
1144 strdupx(tp->val.s, npath.ro, APERM);
1145 if (npath.ro != name)
1146 afree(npath.rw, ATEMP);
1150 (npath.ro = search_path(name, fpath, R_OK,
1162 tp->u.fpath = npath.ro;
    [all...]

Completed in 648 milliseconds