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

  /external/llvm/include/llvm/ProfileData/
SampleProf.h 142 bool Overflowed;
144 S = SaturatingMultiply(S, Weight, &Overflowed);
145 if (Overflowed)
148 NumSamples = SaturatingAdd(NumSamples, S, &Overflowed);
149 if (Overflowed)
163 bool Overflowed;
165 S = SaturatingMultiply(S, Weight, &Overflowed);
166 if (Overflowed)
169 TargetSamples = SaturatingAdd(TargetSamples, S, &Overflowed);
170 if (Overflowed)
    [all...]
  /external/icu/icu4c/source/common/unicode/
bytestream.h 139 * and Overflowed() will return true.
161 * and Overflowed()=FALSE.
203 UBool Overflowed() const { return overflowed_; }
206 * If Overflowed() then NumberOfBytesAppended()>NumberOfBytesWritten()
  /external/llvm/lib/ProfileData/
InstrProf.cpp 179 bool Overflowed;
181 JCount = SaturatingMultiply(JCount, Weight, &Overflowed);
182 if (Overflowed)
185 I->Count = SaturatingAdd(I->Count, JCount, &Overflowed);
186 if (Overflowed)
226 bool Overflowed;
229 OtherCount = SaturatingMultiply(OtherCount, Weight, &Overflowed);
230 if (Overflowed)
233 Counts[I] = SaturatingAdd(Counts[I], OtherCount, &Overflowed);
234 if (Overflowed)
    [all...]
InstrProfWriter.cpp 116 bool Overflowed;
117 Count = SaturatingMultiply(Count, Weight, &Overflowed);
118 if (Overflowed && Result == instrprof_error::success) {
  /external/llvm/include/llvm/Support/
MathExtras.h 664 bool &Overflowed = ResultOverflowed ? *ResultOverflowed : Dummy;
667 Overflowed = (Z < X || Z < Y);
668 if (Overflowed)
682 bool &Overflowed = ResultOverflowed ? *ResultOverflowed : Dummy;
689 Overflowed = false;
701 Overflowed = true;
710 Overflowed = true;
  /external/icu/icu4c/source/i18n/
collationkeys.h 65 UBool Overflowed() const { return appended_ > capacity_; }
collationkeys.cpp 340 if(!preflight && sink.Overflowed()) {
rulebasedcollator.cpp     [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
bytestream.h 180 // appended, subsequent bytes will be ignored and Overflowed() will return true.
181 // Overflowed() does not cause a runtime error (i.e., it does not CHECK fail).
200 bool Overflowed() const { return overflowed_; }
  /external/icu/icu4c/source/test/intltest/
strtest.cpp 394 !sink.Overflowed()
420 !sink.Overflowed())
434 sink.Overflowed())
442 !sink.Overflowed())
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationKeys.java 110 public boolean Overflowed() {
449 if (!preflight && sink.Overflowed()) {
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationKeys.java 106 public boolean Overflowed() {
445 if (!preflight && sink.Overflowed()) {
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 919 milliseconds