Searched refs:known_props (Results 1 – 4 of 4) sorted by relevance
47 uint64 known_props = known_props1 & known_props2; in CompatProperties() local48 uint64 incompat_props = (props1 & known_props) ^ (props2 & known_props); in CompatProperties()84 uint64 known_props = KnownProperties(fst_props); in ComputeProperties() local86 if ((known_props & mask) == mask) { in ComputeProperties()87 *known = known_props; in ComputeProperties()
104 uint64 known_props; in Verify() local105 uint64 test_props = ComputeProperties(fst, kFstProperties, &known_props, in Verify()
49 uint64 known_props = known_props1 & known_props2; in CompatProperties() local50 uint64 incompat_props = (props1 & known_props) ^ (props2 & known_props); in CompatProperties()86 uint64 known_props = KnownProperties(fst_props); in ComputeProperties() local88 if ((known_props & mask) == mask) { in ComputeProperties()89 *known = known_props; in ComputeProperties()
112 uint64 known_props; variable113 uint64 test_props = ComputeProperties(fst, kFstProperties, &known_props,