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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
test-properties.h 74 uint64 ComputeProperties(const Fst<Arc> &fst, uint64 mask, uint64 *known,
223 // This is a wrapper around ComputeProperties that will cause a fatal
232 uint64 computed_props = ComputeProperties(fst, mask, known, false);
238 return ComputeProperties(fst, mask, known, true);
verify.h 105 uint64 test_props = ComputeProperties(fst, kFstProperties, &known_props,

Completed in 17 milliseconds