Searched defs:nos (Results 1 - 2 of 2) sorted by relevance

/external/openfst/src/include/fst/
H A Dreverse.h78 StateId nos = iarc.nextstate + 1; local
79 while (ofst->NumStates() <= nos)
81 ofst->AddArc(nos, oarc);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dreverse.h69 StateId nos = iarc.nextstate + 1; local
70 while (ofst->NumStates() <= nos)
72 ofst->AddArc(nos, oarc);

Completed in 139 milliseconds