Searched refs:kTrinaryProperties (Results 1 - 5 of 5) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dproperties.h276 const uint64 kTrinaryProperties = 0x00003fffffff0000ULL; member in namespace:fst
284 kTrinaryProperties & 0x5555555555555555ULL;
288 kTrinaryProperties & 0xaaaaaaaaaaaaaaaaULL;
291 const uint64 kFstProperties = kBinaryProperties | kTrinaryProperties;
H A Dtest-properties.h36 return kBinaryProperties | (props & kTrinaryProperties) |
/external/openfst/src/include/fst/
H A Dproperties.h300 const uint64 kTrinaryProperties = 0x00003fffffff0000ULL; member in namespace:fst
308 kTrinaryProperties & 0x5555555555555555ULL;
312 kTrinaryProperties & 0xaaaaaaaaaaaaaaaaULL;
315 const uint64 kFstProperties = kBinaryProperties | kTrinaryProperties;
H A Dtest-properties.h40 return kBinaryProperties | (props & kTrinaryProperties) |
/external/openfst/src/test/
H A Dalgo_test.h1258 mask &= ~kTrinaryProperties;

Completed in 1542 milliseconds