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

  /external/v8/test/mjsunit/
deep-recursion.js 30 * cause stack overflows.
big-array-literal.js 107 // Catch stack overflows.
big-object-literal.js 110 // Catch stack overflows.
  /external/v8/test/mjsunit/regress/
regress-1472.js 29 // Some of these caused stack overflows, others cause out-of-memory.
  /external/webkit/Tools/android/flex-2.5.4a/MISC/
alloca.c 238 for the routine which overflows the stack. */
285 long overflows; /* Number of stack overflow ($STKOFEN) calls. */ member in struct:stk_stat
  /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/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/harfbuzz_ng/src/
hb-open-type-private.hh 235 bool overflows = _hb_unsigned_int_mul_overflows (len, record_size); local
243 return TRACE_RETURN (likely (!overflows && this->check_range (base, record_size * len)));
hb-private.hh 307 bool overflows = (new_allocated < allocated) || _hb_unsigned_int_mul_overflows (new_allocated, sizeof (Type)); local
308 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 806 no signed wrapping. The result is undefined if the negation overflows.
811 no unsigned wrapping. The result is undefined if the negation overflows.
828 signed wrapping. The result is undefined if the sum overflows.
833 unsigned wrapping. The result is undefined if the sum overflows.
846 no signed wrapping. The result is undefined if the sum overflows.
851 no unsigned wrapping. The result is undefined if the sum overflows.
864 no signed wrapping. The result is undefined if the sum overflows.
869 no unsigned wrapping. The result is undefined if the sum overflows.
889 or overflows. See the method [llvm::ConstantExpr::getExactSDiv]. *)
    [all...]
  /external/chromium/chrome/browser/resources/
new_new_tab.js     [all...]
  /external/v8/src/
messages.js     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 160 arguments to buffer overflows/overruns. It is mostly thread safe and has been clocked on various platforms
319 Certain functions such as (for example) \textit{rsa\_export()} give an output that is variable length. To prevent buffer overflows you
    [all...]

Completed in 317 milliseconds