Home
last modified time | relevance | path

Searched refs:kTrinaryProperties (Results 1 – 3 of 3) sorted by relevance

/external/openfst/src/include/fst/
Dproperties.h300 const uint64 kTrinaryProperties = 0x00003fffffff0000ULL; variable
308 kTrinaryProperties & 0x5555555555555555ULL;
312 kTrinaryProperties & 0xaaaaaaaaaaaaaaaaULL;
315 const uint64 kFstProperties = kBinaryProperties | kTrinaryProperties;
Dtest-properties.h40 return kBinaryProperties | (props & kTrinaryProperties) | in KnownProperties()
/external/openfst/src/test/
Dalgo_test.h1258 mask &= ~kTrinaryProperties; in RandFst()