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

1 2

  /external/linux-tools-perf/perf-3.12.0/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/chromium_org/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/chromium_org/v8/test/mjsunit/regress/
regress-1472.js 29 // Some of these caused stack overflows, others cause out-of-memory.
  /external/chromium_org/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
  /ndk/sources/host-tools/sed-4.2.1/lib/
alloca.c 245 for the routine which overflows the stack. */
292 long overflows; /* Number of stack overflow ($STKOFEN) calls. */ member in struct:stk_stat
  /external/chromium_org/v8/test/mjsunit/es6/
math-hypot.js 63 // Check that we avoid overflows and underflows.
  /external/oprofile/events/x86-64/hammer/
events 73 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/
hb-open-type-private.hh 233 bool overflows = _hb_unsigned_int_mul_overflows (len, record_size); local
241 return TRACE_RETURN (likely (!overflows && this->check_range (base, record_size * len)));
hb-private.hh 358 bool overflows = (new_allocated < allocated) || _hb_unsigned_int_mul_overflows (new_allocated, sizeof (Type)); local
359 if (likely (!overflows)) {
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 233 bool overflows = _hb_unsigned_int_mul_overflows (len, record_size); local
241 return TRACE_RETURN (likely (!overflows && this->check_range (base, record_size * len)));
hb-private.hh 319 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/
events 73 event:0x89 counters:0,1,2,3 um:zero minimum:500 name:RETURN_STACK_OVERFLOWS : Return stack overflows
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 910 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.
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
vp9_subpel_variance.asm 219 ASSERT %1 <= 16 ; m6 overflows if w > 16
    [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/chromium_org/v8/src/
messages.js     [all...]
  /external/chromium_org/chrome/browser/resources/profiler/
profiler.js     [all...]

Completed in 1449 milliseconds

1 2