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

  /external/openfst/src/include/fst/script/
arcsort.h 39 OLabelCompare<Arc> ocomp; local
40 ArcSort(fst, ocomp);
  /external/openfst/src/include/fst/
randequivalent.h 62 OLabelCompare<Arc> ocomp; local
83 ArcSort(&cfst1, ocomp);
93 ArcSort(&cfst2, ocomp);
  /external/openfst/src/test/
algo_test.h 462 OLabelCompare<Arc> ocomp; local
464 ArcSort(&S1, ocomp);
465 ArcSort(&S2, ocomp);
536 OLabelCompare<Arc> ocomp; local
559 ArcSort(&S2, ocomp);
    [all...]

Completed in 58 milliseconds