Searched refs:overflows (Results 1 - 13 of 13) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dbp_signal.c31 static int overflows; variable
43 overflows++;
45 if (overflows > 10) {
140 * - SIGIO is delivered -> overflows == 1
175 count1, count2, overflows);
184 if (overflows != 1)
190 return count1 == 1 && overflows == 1 && count2 == 1 ?
H A Dbp_signal_overflow.c28 static int overflows; variable
40 overflows++;
117 count, overflows);
125 if (overflows != EXECUTIONS / THRESHOLD) {
126 pr_debug("\tWrong number of overflows %d != %d\n",
127 overflows, EXECUTIONS / THRESHOLD);
/external/compiler-rt/lib/builtins/
H A Dfp_trunc_impl.inc103 // a overflows to infinity.
/external/oprofile/events/x86-64/hammer/
H A Devents73 event:0x89 counters:0,1,2,3 um:zero minimum:500 name:RETURN_STACK_OVERFLOWS : Return stack overflows
111 event:0xe1 counters:0,1,2,3 um:zero minimum:500 name:MEMORY_CONTROLLER_PAGE_TABLE_OVERFLOWS : Memory controller page table overflows
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-open-type-private.hh233 bool overflows = _hb_unsigned_int_mul_overflows (len, record_size); local
241 return TRACE_RETURN (likely (!overflows && this->check_range (base, record_size * len)));
H A Dhb-private.hh358 bool overflows = (new_allocated < allocated) || _hb_unsigned_int_mul_overflows (new_allocated, sizeof (Type)); local
359 if (likely (!overflows)) {
/external/harfbuzz_ng/src/
H A Dhb-open-type-private.hh233 bool overflows = _hb_unsigned_int_mul_overflows (len, record_size); local
241 return TRACE_RETURN (likely (!overflows && this->check_range (base, record_size * len)));
H A Dhb-private.hh319 bool overflows = (new_allocated < allocated) || _hb_unsigned_int_mul_overflows (new_allocated, sizeof (Type)); local
320 if (likely (!overflows)) {
/external/oprofile/events/x86-64/family11h/
H A Devents73 event:0x89 counters:0,1,2,3 um:zero minimum:500 name:RETURN_STACK_OVERFLOWS : Return stack overflows
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli910 no signed wrapping. The result is undefined if the negation overflows.
915 no unsigned wrapping. The result is undefined if the negation overflows.
932 signed wrapping. The result is undefined if the sum overflows.
937 unsigned wrapping. The result is undefined if the sum overflows.
950 no signed wrapping. The result is undefined if the sum overflows.
955 no unsigned wrapping. The result is undefined if the sum overflows.
968 no signed wrapping. The result is undefined if the sum overflows.
973 no unsigned wrapping. The result is undefined if the sum overflows.
993 or overflows. See the method [llvm::ConstantExpr::getExactSDiv]. *)
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_subpel_variance.asm219 ASSERT %1 <= 16 ; m6 overflows if w > 16
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_subpel_variance.asm219 ASSERT %1 <= 16 ; m6 overflows if w > 16
/external/chromium_org/v8/src/
H A Druntime.cc6476 bool overflows = ToUpperOverflows(current);
6496 overflows |= ToUpperOverflows(current);
6512 return (overflows && !ignore_overflow) ? Smi::FromInt(-current_length)
10032 * length overflows 32-bit non-negative integer.
10590 // Avoid overflows by capping at kMaxElementCount.

Completed in 1941 milliseconds