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

  /external/linux-tools-perf/src/tools/perf/tests/
bp_signal.c 31 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 ?
bp_signal_overflow.c 28 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/eigen/lapack/
cladiv.f 35 *> overflows.
zladiv.f 35 *> overflows.
  /external/v8/test/mjsunit/
deep-recursion.js 30 * cause stack overflows.
big-array-literal.js 119 // Catch stack overflows.
big-object-literal.js 119 // Catch stack overflows.
math-imul.js 142 // 2^16 is a boundary value that overflows when squared.
  /external/v8/test/mjsunit/regress/
regress-1472.js 29 // Some of these caused stack overflows, others cause out-of-memory.
  /external/v8/test/webkit/
stack-overflow-catch.js 24 description('Test that when the stack overflows, the exception goes to the last frame before the overflow');
  /ndk/sources/host-tools/make-3.81/
alloca.c 257 for the routine which overflows the stack. */
304 long overflows; /* Number of stack overflow ($STKOFEN) calls. */ member in struct:stk_stat
  /external/v8/test/mjsunit/es6/
math-hypot.js 63 // Check that we avoid overflows and underflows.
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 235 bool overflows = _hb_unsigned_int_mul_overflows (len, record_size); local
237 bool ok = !overflows && this->check_range (base, array_size);
243 overflows ? "OVERFLOWS" : ok ? "OK" : "OUT-OF-RANGE");
hb-private.hh 358 bool overflows = (new_allocated < allocated) || _hb_unsigned_int_mul_overflows (new_allocated, sizeof (Type)); local
359 if (likely (!overflows)) {
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 947 no signed wrapping. The result is undefined if the negation overflows.
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_subpel_variance.asm 219 ASSERT %1 <= 16 ; m6 overflows if w > 16
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_subpel_variance.asm 219 ASSERT %1 <= 16 ; m6 overflows if w > 16
    [all...]
  /external/v8/src/
messages.js     [all...]
runtime.cc     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 684 milliseconds