Home
last modified time | relevance | path

Searched refs:Overflowed (Results 1 – 25 of 45) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DSampleProf.h228 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/
DMathExtras.h760 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/
DMathExtras.h795 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/
Dsoft-inj_panic_noser.txt32 * 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/
DInstrProf.cpp613 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/
Dbytestream.h205 UBool Overflowed() const { return overflowed_; } in Overflowed() function
/third_party/skia/third_party/externals/icu/source/common/
Dloclikely.cpp1227 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()
Duloc.cpp735 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/
Dloclikely.cpp1225 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()
Duloc.cpp744 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/
Dloclikely.cpp1227 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()
Duloc.cpp735 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/
Dbytestream.h240 UBool Overflowed() const { return overflowed_; } in Overflowed() function
/third_party/node/deps/icu-small/source/common/unicode/
Dbytestream.h240 UBool Overflowed() const { return overflowed_; } in Overflowed() function
/third_party/icu/icu4c/source/common/unicode/
Dbytestream.h240 UBool Overflowed() const { return overflowed_; } in Overflowed() function
/third_party/icu/icu4c/source/test/intltest/
Dstrtest.cpp629 !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/
DPGOMemOPSizeOpt.cpp227 bool Overflowed; in getScaledCount() local
228 uint64_t ScaleCount = SaturatingMultiply(Count, Num, &Overflowed); in getScaledCount()
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationkeys.h67 UBool Overflowed() const { return appended_ > capacity_; } in Overflowed() function
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcollationkeys.h67 UBool Overflowed() const { return appended_ > capacity_; } in Overflowed() function
/third_party/icu/icu4c/source/i18n/
Dcollationkeys.h67 UBool Overflowed() const { return appended_ > capacity_; } in Overflowed() function
/third_party/node/deps/icu-small/source/i18n/
Dcollationkeys.h67 UBool Overflowed() const { return appended_ > capacity_; } in Overflowed() function
/third_party/protobuf/src/google/protobuf/stubs/
Dbytestream.h201 bool Overflowed() const { return overflowed_; } in Overflowed() function
/third_party/node/src/inspector/
Dnode_string.cc67 done = !sink.Overflowed(); in StringViewToUtf8()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationKeys.java108 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/
DCollationKeys.java115 public boolean Overflowed() { in Overflowed() method in CollationKeys.SortKeyByteSink
457 if (!preflight && sink.Overflowed()) { in writeSortKeyUpToQuaternary()

12