Home
last modified time | relevance | path

Searched refs:overflows (Results 1 – 25 of 57) sorted by relevance

123

/external/llvm/test/CodeGen/Generic/
D2003-07-06-BadIntCmp.ll13 ;; overflows, so that the 64-bit and 32-bit compares are not equal.
/external/bison/m4/
Dcalloc.m411 # and returns NULL when N*S overflows.
/external/webkit/Tools/android/flex-2.5.4a/MISC/
Dalloca.c285 long overflows; /* Number of stack overflow ($STKOFEN) calls. */ member
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckers.td239 HelpText<"Warn about buffer overflows (older checker)">,
243 HelpText<"Warn about buffer overflows (newer checker)">,
251 HelpText<"Check for overflows in the arguments to malloc()">,
/external/oprofile/events/x86-64/hammer/
Devents73 event:0x89 counters:0,1,2,3 um:zero minimum:500 name:RETURN_STACK_OVERFLOWS : Return stack overflows
111 …ro minimum:500 name:MEMORY_CONTROLLER_PAGE_TABLE_OVERFLOWS : Memory controller page table overflows
/external/quake/quake/src/QW/client/
Ddocs.txt101 FIXME: 32 clients could be up to 16k in updates, which overflows the 8k packet size
/external/harfbuzz_ng/src/
Dhb-private.hh307 …bool overflows = (new_allocated < allocated) || _hb_unsigned_int_mul_overflows (new_allocated, siz… in push() local
308 if (likely (!overflows)) { in push()
Dhb-open-type-private.hh235 bool overflows = _hb_unsigned_int_mul_overflows (len, record_size); in check_array() local
243 return TRACE_RETURN (likely (!overflows && this->check_range (base, record_size * len))); in check_array()
/external/oprofile/
DChangeLog268 * libutil++/xml_output.cpp: fix buffer overflows in xml generator
328 * utils/opcontrol: Handle bad samples from kernel due to overflows
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli806 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]. *)
/external/oprofile/events/x86-64/family11h/
Devents73 event:0x89 counters:0,1,2,3 um:zero minimum:500 name:RETURN_STACK_OVERFLOWS : Return stack overflows
/external/llvm/docs/
DGetElementPtr.rst434 What happens if a GEP computation overflows?
443 value") if the GEP overflows (i.e. wraps around the end of the address space).
/external/valgrind/main/coregrind/m_debuginfo/
DUNUSED_STABS.txt1133 /* Number used to detect line number overflows; if one line is 60000-odd
1145 UShort size:LOC_SIZE_BITS; /* byte size; we catch overflows of this */
/external/dropbear/libtomcrypt/
Dchanges195 …-- Fixed bug in ecc_decrypt_key() which could possibly lead to overflows (if MAXBLOCKSIZE > ECC_BU…
527 -- Fixed buffer overflows/overruns in the HMAC code.
538 buffer overflows. [Zhi Chen]
690 …-- Re-prototyped the hash "process" and "done" to prevent buffer overflows [which don't seem easy …
728 buffer overflows. (API CHANGE)
859 …hash functions. This prevents malformed packets from performing buffer overflows. I've also trim…
996 -- fixed numerous failures to detect buffer overflows [minor] in the PK code.
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/
Den-GB_klex.pkb1028 overflows
/external/oprofile/events/x86-64/family10/
Devents139 …ow minimum:500 name:MEMORY_CONTROLLER_PAGE_TABLE_OVERFLOWS : Memory controller page table overflows
/external/tcpdump/
Dconfigure.in122 AC_WARN([The SMB printer may have exploitable buffer overflows!!!])
/external/dropbear/
DCHANGES476 integer overflows
/external/libogg/doc/
Drfc5334.txt311 handling of manipulated bitstreams, of buffer overflows, and similar
Drfc3533.txt625 correct handling of manipulated bitstreams, of buffer overflows and
/external/bison/tests/
Dregression.at1315 # a subsequent invocation of yysyntax_error that overflows during its
/external/webkit/Source/WebKit/mac/WebView/
DWebFrameView.mm528 // scrolling overflows is only applicable if we're dealing with an WebHTMLView
/external/v8/test/mozilla/
Dmozilla.status338 # Stack overflows should be InternalError: too much recursion?
/external/chromium/chrome/browser/ui/cocoa/
Dbrowser_window_controller.mm1808 if (NSMaxX(target) < NSMaxX(source)) // |source| overflows to right
1810 else if (NSMinX(source) < NSMinX(target)) // |source| overflows to left
/external/qemu/
DCHANGES.TXT97 order to detect buffer under/overflows. This requires a new version of the

123