/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | SampleProf.h | 228 bool Overflowed; 229 NumSamples = SaturatingMultiplyAdd(S, Weight, NumSamples, &Overflowed); 230 return Overflowed ? sampleprof_error::counter_overflow 242 bool Overflowed; 244 SaturatingMultiplyAdd(S, Weight, TargetSamples, &Overflowed); 245 return Overflowed ? sampleprof_error::counter_overflow 308 bool Overflowed; 310 SaturatingMultiplyAdd(Num, Weight, TotalSamples, &Overflowed); 311 return Overflowed ? sampleprof_error::counter_overflow 316 bool Overflowed; [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MathExtras.h | 760 bool &Overflowed = ResultOverflowed ? *ResultOverflowed : Dummy; 763 Overflowed = (Z < X || Z < Y); 764 if (Overflowed) 777 bool &Overflowed = ResultOverflowed ? *ResultOverflowed : Dummy; 784 Overflowed = false; 796 Overflowed = true; 805 Overflowed = true; 823 bool &Overflowed = ResultOverflowed ? *ResultOverflowed : Dummy; 825 T Product = SaturatingMultiply(X, Y, &Overflowed); 826 if (Overflowed) [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | MathExtras.h | 795 bool &Overflowed = ResultOverflowed ? *ResultOverflowed : Dummy; 798 Overflowed = (Z < X || Z < Y); 799 if (Overflowed) 812 bool &Overflowed = ResultOverflowed ? *ResultOverflowed : Dummy; 819 Overflowed = false; 831 Overflowed = true; 840 Overflowed = true; 858 bool &Overflowed = ResultOverflowed ? *ResultOverflowed : Dummy; 860 T Product = SaturatingMultiply(X, Y, &Overflowed); 861 if (Overflowed) [all …]
|
/third_party/ltp/testcases/kernel/mce-test/doc/cases/ |
D | soft-inj_panic_noser.txt | 32 * Exception message is "Overflowed uncorrected" 58 * Exception message is "Overflowed uncorrected" 80 * Exception message is "Overflowed uncorrected"
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 613 bool Overflowed; in merge() local 614 I->Count = SaturatingMultiplyAdd(J->Count, Weight, I->Count, &Overflowed); in merge() 615 if (Overflowed) in merge() 627 bool Overflowed; in scale() local 628 I->Count = SaturatingMultiply(I->Count, Weight, &Overflowed); in scale() 629 if (Overflowed) in scale() 665 bool Overflowed; in merge() local 667 SaturatingMultiplyAdd(Other.Counts[I], Weight, Counts[I], &Overflowed); in merge() 668 if (Overflowed) in merge() 686 bool Overflowed; in scale() local [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | bytestream.h | 205 UBool Overflowed() const { return overflowed_; } in Overflowed() function
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | loclikely.cpp | 1227 return sink.Overflowed() ? reslen : -1; in uloc_addLikelySubtags() 1230 if (sink.Overflowed()) { in uloc_addLikelySubtags() 1275 return sink.Overflowed() ? reslen : -1; in uloc_minimizeSubtags() 1278 if (sink.Overflowed()) { in uloc_minimizeSubtags()
|
D | uloc.cpp | 735 if (sink.Overflowed()) { in uloc_getKeywordValue() 1825 if (sink.Overflowed()) { in uloc_getVariant() 1855 if (sink.Overflowed()) { in uloc_getName() 1891 if (sink.Overflowed()) { in uloc_getBaseName() 1927 if (sink.Overflowed()) { in uloc_canonicalize()
|
/third_party/node/deps/icu-small/source/common/ |
D | loclikely.cpp | 1225 return sink.Overflowed() ? reslen : -1; in uloc_addLikelySubtags() 1228 if (sink.Overflowed()) { in uloc_addLikelySubtags() 1278 return sink.Overflowed() ? reslen : -1; in uloc_minimizeSubtags() 1281 if (sink.Overflowed()) { in uloc_minimizeSubtags()
|
D | uloc.cpp | 744 if (sink.Overflowed()) { in uloc_getKeywordValue() 1858 if (sink.Overflowed()) { in uloc_getVariant() 1888 if (sink.Overflowed()) { in uloc_getName() 1924 if (sink.Overflowed()) { in uloc_getBaseName() 1960 if (sink.Overflowed()) { in uloc_canonicalize()
|
/third_party/icu/icu4c/source/common/ |
D | loclikely.cpp | 1227 return sink.Overflowed() ? reslen : -1; in uloc_addLikelySubtags() 1230 if (sink.Overflowed()) { in uloc_addLikelySubtags() 1275 return sink.Overflowed() ? reslen : -1; in uloc_minimizeSubtags() 1278 if (sink.Overflowed()) { in uloc_minimizeSubtags()
|
D | uloc.cpp | 735 if (sink.Overflowed()) { in uloc_getKeywordValue() 1825 if (sink.Overflowed()) { in uloc_getVariant() 1855 if (sink.Overflowed()) { in uloc_getName() 1891 if (sink.Overflowed()) { in uloc_getBaseName() 1927 if (sink.Overflowed()) { in uloc_canonicalize()
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | bytestream.h | 240 UBool Overflowed() const { return overflowed_; } in Overflowed() function
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | bytestream.h | 240 UBool Overflowed() const { return overflowed_; } in Overflowed() function
|
/third_party/icu/icu4c/source/common/unicode/ |
D | bytestream.h | 240 UBool Overflowed() const { return overflowed_; } in Overflowed() function
|
/third_party/icu/icu4c/source/test/intltest/ |
D | strtest.cpp | 629 !sink.Overflowed() in TestCheckedArrayByteSink() 655 !sink.Overflowed()) in TestCheckedArrayByteSink() 669 sink.Overflowed()) in TestCheckedArrayByteSink() 677 !sink.Overflowed()) in TestCheckedArrayByteSink()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | PGOMemOPSizeOpt.cpp | 227 bool Overflowed; in getScaledCount() local 228 uint64_t ScaleCount = SaturatingMultiply(Count, Num, &Overflowed); in getScaledCount()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | collationkeys.h | 67 UBool Overflowed() const { return appended_ > capacity_; } in Overflowed() function
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | collationkeys.h | 67 UBool Overflowed() const { return appended_ > capacity_; } in Overflowed() function
|
/third_party/icu/icu4c/source/i18n/ |
D | collationkeys.h | 67 UBool Overflowed() const { return appended_ > capacity_; } in Overflowed() function
|
/third_party/node/deps/icu-small/source/i18n/ |
D | collationkeys.h | 67 UBool Overflowed() const { return appended_ > capacity_; } in Overflowed() function
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | bytestream.h | 201 bool Overflowed() const { return overflowed_; } in Overflowed() function
|
/third_party/node/src/inspector/ |
D | node_string.cc | 67 done = !sink.Overflowed(); in StringViewToUtf8()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationKeys.java | 108 public boolean Overflowed() { in Overflowed() method in CollationKeys.SortKeyByteSink 447 if (!preflight && sink.Overflowed()) { in writeSortKeyUpToQuaternary()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
D | CollationKeys.java | 115 public boolean Overflowed() { in Overflowed() method in CollationKeys.SortKeyByteSink 457 if (!preflight && sink.Overflowed()) { in writeSortKeyUpToQuaternary()
|