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 205 Label nonterminal = nonterminal_hash_[root]; local
206 root_ = (nonterminal > 0) ? nonterminal : 1;
211 Label nonterminal = nonterminal_hash_[label]; local
212 delete fst_array_[nonterminal];
213 fst_array_[nonterminal] = fst->Copy();
328 Label nonterminal = it->second; local
329 const Fst<A>* nt_fst = fst_array_[nonterminal];
338 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 1709 milliseconds