/external/openfst/src/include/fst/ |
D | rational.h | 124 uint64 props2 = fst2.Properties(kFstProperties, false); in InitUnion() local 138 SetProperties(UnionProperties(props1, props2, true), kCopyProperties); in InitUnion() 146 uint64 props2 = fst2.Properties(kFstProperties, false); in InitConcat() local 161 SetProperties(ConcatProperties(props1, props2, true), kCopyProperties); in InitConcat() 197 uint64 props2 = fst.Properties(kFstProperties, false); in AddUnion() local 207 SetProperties(UnionProperties(props1, props2, true), kCopyProperties); in AddUnion() 215 uint64 props2 = fst.Properties(kFstProperties, false); in AddConcat() local 228 SetProperties(ConcatProperties(props1, props2, true), kCopyProperties); in AddConcat()
|
D | concat.h | 63 uint64 props2 = fst2.Properties(kFstProperties, false); in Concat() local 67 if (props2 & kError) fst1->SetProperties(kError, kError); in Concat() 101 fst1->SetProperties(ConcatProperties(props1, props2), kFstProperties); in Concat() 128 uint64 props2 = fst2->Properties(kFstProperties, false); in Concat() local 160 fst2->SetProperties(ConcatProperties(props1, props2), kFstProperties); in Concat()
|
D | union.h | 62 uint64 props2 = fst2.Properties(kFstProperties, false); in Union() local 66 if (props2 & kError) fst1->SetProperties(kError, kError); in Union() 93 fst1->SetProperties(props2, kCopyProperties); in Union() 105 fst1->SetProperties(UnionProperties(props1, props2), kFstProperties); in Union()
|
D | test-properties.h | 46 inline bool CompatProperties(uint64 props1, uint64 props2) { in CompatProperties() argument 48 uint64 known_props2 = KnownProperties(props2); in CompatProperties() 50 uint64 incompat_props = (props1 & known_props) ^ (props2 & known_props); in CompatProperties() 57 << ", props2 = " << (props2 & prop ? "true" : "false"); in CompatProperties()
|
D | state-table.h | 394 uint64 props2 = kIDeterministic | kNoIEpsilons; in StringDetComposeStateTable() local 396 fst2.Properties(props2, true) != props2) { in StringDetComposeStateTable() 436 uint64 props2 = kString; in DetStringComposeStateTable() local 438 fst2.Properties(props2, true) != props2) { in DetStringComposeStateTable()
|
D | product-weight.h | 75 uint64 props2 = W2::Properties(); in Properties() local 76 return props1 & props2 & (kLeftSemiring | kRightSemiring | in Properties()
|
D | expectation-weight.h | 110 uint64 props2 = W2::Properties(); in Properties() local 111 return props1 & props2 & (kLeftSemiring | kRightSemiring | in Properties()
|
D | lexicographic-weight.h | 114 uint64 props2 = W2::Properties(); in Properties() local 115 return props1 & props2 & (kLeftSemiring | kRightSemiring | kPath | in Properties()
|
D | compose.h | 568 int64 props2 = fst2.Properties(kUnweighted, true); in CreateBase2() local 569 if (!(props1 & kUnweighted) && !(props2 & kUnweighted)) { in CreateBase2()
|
/external/lzma/C/ |
D | LzmaEnc.h | 35 UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2);
|
D | LzmaEnc.c | 76 UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2) in LzmaEncProps_GetDictSize() argument 78 CLzmaEncProps props = *props2; in LzmaEncProps_GetDictSize() 391 SRes LzmaEnc_SetProps(CLzmaEncHandle pp, const CLzmaEncProps *props2) in LzmaEnc_SetProps() argument 394 CLzmaEncProps props = *props2; in LzmaEnc_SetProps()
|
/external/icu/icu4c/source/data/unidata/ |
D | changes.txt | 2097 * genprops/props2.c track changes in DerivedNumericValues.txt
|