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

  /external/openfst/src/include/fst/
cache.h 246 const Arc *parc = state->arcs.empty() ? 0 : &(state->arcs.back()); local
247 SetProperties(AddArcProperties(Properties(), s, arc, parc));
vector-fst.h 239 const A *parc = state->arcs.empty() ? 0 : &(state->arcs.back()); local
240 SetProperties(AddArcProperties(Properties(), s, arc, parc));
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
vector-fst.h 253 A &parc = state->arcs.back(); local
254 if (parc.ilabel > arc.ilabel) {
258 if (parc.olabel > arc.olabel) {

Completed in 27 milliseconds