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

/external/openfst/src/include/fst/
H A Dtest-properties.h40 return kBinaryProperties | (props & kTrinaryProperties) |
97 uint64 comp_props = fst_props & kBinaryProperties;
111 if (mask & ~(kBinaryProperties | dfs_props)) {
H A Dproperties.h297 const uint64 kBinaryProperties = 0x0000000000000007ULL; member in namespace:fst
315 const uint64 kFstProperties = kBinaryProperties | kTrinaryProperties;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dtest-properties.h36 return kBinaryProperties | (props & kTrinaryProperties) |
93 uint64 comp_props = fst_props & kBinaryProperties;
107 if (mask & ~(kBinaryProperties | dfs_props)) {
H A Dproperties.h273 const uint64 kBinaryProperties = 0x0000000000000003ULL; member in namespace:fst
291 const uint64 kFstProperties = kBinaryProperties | kTrinaryProperties;
/external/openfst/src/include/fst/script/
H A Dinfo-impl.h307 if (prop & kBinaryProperties) {

Completed in 84 milliseconds