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

  /external/openfst/src/include/fst/
test-properties.h 50 uint64 incompat_props = (props1 & known_props) ^ (props2 & known_props); local
51 if (incompat_props) {
54 if (prop & incompat_props)
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
test-properties.h 46 uint64 incompat_props = (props1 & known_props) ^ (props2 & known_props); local
47 if (incompat_props) {
50 if (prop & incompat_props)

Completed in 1002 milliseconds