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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
properties.h 276 const uint64 kTrinaryProperties = 0x00003fffffff0000ULL;
284 kTrinaryProperties & 0x5555555555555555ULL;
288 kTrinaryProperties & 0xaaaaaaaaaaaaaaaaULL;
291 const uint64 kFstProperties = kBinaryProperties | kTrinaryProperties;
test-properties.h 38 return kBinaryProperties | props & kTrinaryProperties |

Completed in 10 milliseconds