HomeSort by relevance Sort by last modified time
    Searched full:overflowed (Results 1 - 25 of 263) sorted by null

1 2 3 4 5 6 7 8 91011

  /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/curl/tests/data/
test1416 37 HTTP GET with chunked Transfer-Encoding overflowed chunked size
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
rgn-over3.d 4 # error: \A[^ \n]*?ld[^:\n]*?: [^\n]*?section `\.text' will not fit in region `r1'\n[^ \n]*?ld[^:\n]*?: [^\n]*?section `\.data' will not fit in region `r2'\n[^ \n]*?ld[^:\n]*?: region `r1' overflowed by 4 bytes\n[^ \n]*?ld[^:\n]*?: region `r2' overflowed by 4 bytes\Z
rgn-over6.d 4 # error: \A[^ \n]*?ld[^:\n]*?: [^\n]*?section `\.text' will not fit in region `r1'\n[^ \n]*?ld[^:\n]*?: [^\n]*?section `\.text' will not fit in region `v1'\n[^ \n]*?ld[^:\n]*?: region `r1' overflowed by 16 bytes\n[^ \n]*?ld[^:\n]*?: region `v1' overflowed by 16 bytes\Z
include.exp 1 # Test for proper diagnosis of overflowed memory regions.
rgn-at.exp 1 # Test for proper diagnosis of overflowed memory regions.
rgn-over.exp 1 # Test for proper diagnosis of overflowed memory regions.
rgn-over1.d 4 # error: \A[^ \n]*?ld[^:\n]*?: [^\n]*?section \`.text' will not fit in region `r1'\n[^ \n]*?ld[^:\n]*?: region `r1' overflowed by 16 bytes\Z
rgn-over2.d 4 # error: \A[^ \n]*?ld[^:\n]*?: [^\n]*?section `\.data' will not fit in region `r1'\n[^ \n]*?ld[^:\n]*?: region `r1' overflowed by 4 bytes\Z
rgn-over4.d 4 # error: \A[^ \n]*?ld[^:\n]*?: [^:\n]*?section `\.text' will not fit in region `r1'\n[^ \n]*?ld[^:\n]*?: region `r1' overflowed by 16 bytes\Z
rgn-over5.d 4 # error: \A[^ \n]*?ld[^:\n]*?: [^\n]*?section `\.text' will not fit in region `v1'\n[^ \n]*?ld[^:\n]*?: region `v1' overflowed by 16 bytes\Z
rgn-over7.d 4 # error: \A[^ \n]*?ld[^:\n]*?: [^\n]*?section `\.text' will not fit in region `r1'\n[^ \n]*?ld[^:\n]*?: section \.data loaded at \[0+1008,0+1013\] overlaps section \.text loaded at \[0+1000,0+100b\]\n[^ \n]*?ld[^:\n]*?: region `r1' overflowed by 4 bytes\Z
  /external/clang/test/CodeGen/
builtins-overflow.c 14 void overflowed(void);
26 overflowed();
40 overflowed();
54 overflowed();
68 overflowed();
82 overflowed();
96 overflowed();
115 overflowed();
134 overflowed();
149 overflowed();
    [all...]
  /external/regex-re2/re2/testing/
regexp_test.cc 14 // Test that overflowed ref counts work.
27 // Depends on overflowed ref counts working.
  /external/v8/src/ppc/
assembler-ppc-inl.h 162 len = (access == ConstantPoolEntry::OVERFLOWED) ? 2 : 1;
175 len = (access == ConstantPoolEntry::OVERFLOWED) ? 2 : 1;
527 // 2) OVERFLOWED access:
535 bool overflowed = (opcode == ADDIS);
537 if (overflowed) {
543 *access = (overflowed ? ConstantPoolEntry::OVERFLOWED
554 bool overflowed = false; local
562 overflowed = true;
565 *access = (overflowed ? ConstantPoolEntry::OVERFLOWE
575 bool overflowed = (access == ConstantPoolEntry::OVERFLOWED); local
598 bool overflowed = (access == ConstantPoolEntry::OVERFLOWED); local
    [all...]
  /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...]
  /external/bison/src/
location.h 32 If this is INT_MAX, the line number has overflowed.
41 overflowed.
  /art/runtime/gc/accounting/
atomic_stack.h 75 // Returns false if we overflowed the stack.
80 // Returns false if we overflowed the stack.
86 // slots. Returns false if we overflowed the stack.
221 // Returns false if we overflowed the stack.
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
AnalysisRecursionOverflowException.java 30 /** An NFA configuration context stack overflowed. */
  /external/bison/lib/
xalloc-oversized.h 30 SIZE_MAX - 1, since SIZE_MAX might represent an overflowed value.
  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
tab_id_importer.py 42 'Trace buffer of process with pid=%d overflowed at timestamp %d. '
  /external/skia/src/core/
SkPoint.cpp 112 // our mag2 step overflowed to infinity, so use doubles instead.
121 // mag, but it is possible that mag has overflowed to inf. but still
159 // our mag2 step overflowed to infinity, so use doubles instead.
196 // our mag2 step overflowed to infinity, so use doubles instead.
  /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/ipsec-tools/src/racoon/
evt.h 62 #define EVTT_OVERFLOW 12 /* Event queue overflowed */
  /external/kernel-headers/original/uapi/linux/
fanotify.h 13 #define FAN_Q_OVERFLOW 0x00004000 /* Event queued overflowed */

Completed in 717 milliseconds

1 2 3 4 5 6 7 8 91011