Searched refs:ComputeProperties (Results 1 – 2 of 2) sorted by relevance
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | test-properties.h | 74 uint64 ComputeProperties(const Fst<Arc> &fst, uint64 mask, uint64 *known, in ComputeProperties() function 232 uint64 computed_props = ComputeProperties(fst, mask, known, false); in TestProperties() 238 return ComputeProperties(fst, mask, known, true); in TestProperties()
|
D | verify.h | 105 uint64 test_props = ComputeProperties(fst, kFstProperties, &known_props, in Verify()
|