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

  /external/openfst/src/include/fst/
arcsort.h 184 return (props & kArcSortProperties) | kILabelSorted |
198 return (props & kArcSortProperties) | kOLabelSorted |
state-map.h 490 return props & kArcSortProperties &
566 return props & kArcSortProperties & kDeleteArcsProperties;
properties.h 242 const uint64 kArcSortProperties =
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
arcsort.h 286 return props & kArcSortProperties | kILabelSorted;
299 return props & kArcSortProperties | kOLabelSorted;
properties.h 218 const uint64 kArcSortProperties =

Completed in 49 milliseconds