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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
shortest-path.h 310 const ReverseArc &rarc = aiter.Value(); local
311 Arc arc(rarc.ilabel, rarc.olabel, rarc.weight.Reverse(), rarc.nextstate);
  /external/openfst/src/include/fst/
shortest-path.h 358 const RevArc &rarc = aiter.Value(); local
359 Arc arc(rarc.ilabel, rarc.olabel, rarc.weight.Reverse(), rarc.nextstate);

Completed in 146 milliseconds