Home
last modified time | relevance | path

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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dproperties.h276 const uint64 kTrinaryProperties = 0x00003fffffff0000ULL; variable
284 kTrinaryProperties & 0x5555555555555555ULL;
288 kTrinaryProperties & 0xaaaaaaaaaaaaaaaaULL;
291 const uint64 kFstProperties = kBinaryProperties | kTrinaryProperties;
Dtest-properties.h38 return kBinaryProperties | props & kTrinaryProperties | in KnownProperties()