HomeSort by relevance Sort by last modified time
    Searched defs:nstates (Results 1 - 6 of 6) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
expanded-fst.h 87 typename Arc::StateId nstates = 0; local
89 ++nstates;
90 return nstates;
dfs-visit.h 91 StateId nstates = CountStates(fst); local
93 while ((StateId)state_color.size() < nstates)
100 for (StateId root = start; dfs && root < nstates;) {
150 root < nstates && state_color[root] != kDfsWhite;
fst.h 234 typename A::StateId nstates; // O.w. total # of states member in struct:fst::StateIteratorData
260 return data_.base ? data_.base->Done() : s_ >= data_.nstates;
vector-fst.h 79 StateId nstates = 0; local
82 newid[s] = nstates;
83 if (s != nstates)
84 states_[nstates] = states_[s];
85 ++nstates;
90 states_.resize(nstates);
140 data->nstates = states_.size();
  /external/bison/src/
state.c 120 state_number nstates = 0; variable
138 assert (nstates < STATE_NUMBER_MAXIMUM);
141 res->number = nstates++;
367 for (i = 0; i < nstates; ++i)
  /bionic/libc/regex/
regex2.h 135 sopno nstates; /* = number of sops */ member in struct:re_guts

Completed in 1460 milliseconds