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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
replace.h 206 Label nonterminal = nonterminal_hash_[root]; local
207 root_ = (nonterminal > 0) ? nonterminal : 1;
212 Label nonterminal = nonterminal_hash_[label]; local
213 delete fst_array_[nonterminal];
214 fst_array_[nonterminal] = fst->Copy();
329 Label nonterminal = it->second; local
330 const Fst<A>* nt_fst = fst_array_[nonterminal];
339 StateTuple(nt_prefix, nonterminal, nt_start));
  /external/bison/src/
lalr.c 464 symbol_number nonterminal = 0; local
470 while (i == goto_map[nonterminal])
471 goto_map[nonterminal++] = ngotos_reachable;
485 while (nonterminal <= nvars)
487 aver (ngotos == goto_map[nonterminal]);
488 goto_map[nonterminal++] = ngotos_reachable;
  /external/openfst/src/include/fst/
replace.h 359 Label nonterminal = fst_tuples[i].first; local
360 if (nonterminal >= 0)
362 if (nonterminal > fst_tuples.size() || nonterminal <= 0)
398 Label nonterminal = nonterminal_hash_[opts.root]; local
399 if ((nonterminal == 0) && (fst_array_.size() > 1)) {
404 root_ = (nonterminal > 0) ? nonterminal : 1;
739 Label nonterminal = it->second; local
740 const Fst<A>* nt_fst = fst_array_[nonterminal];
    [all...]
  /external/bison/tests/
testsuite     [all...]

Completed in 859 milliseconds