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

  /external/openfst/src/include/fst/
properties.h 300 const uint64 kTrinaryProperties = 0x00003fffffff0000ULL;
308 kTrinaryProperties & 0x5555555555555555ULL;
312 kTrinaryProperties & 0xaaaaaaaaaaaaaaaaULL;
315 const uint64 kFstProperties = kBinaryProperties | kTrinaryProperties;
test-properties.h 40 return kBinaryProperties | (props & kTrinaryProperties) |
  /external/openfst/src/test/
algo_test.h     [all...]

Completed in 608 milliseconds