Home
last modified time | relevance | path

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

1234

/external/pdfium/third_party/libopenjpeg20/
D0020-opj_aligned_malloc.patch6 0017-tcd_init_tile.patch: Prevent integer overflows during calculation of |l_nb_precinct_size|.
8 0019-tcd_init_tile.patch: Prevent integer overflows during calculation of |l_nb_code_blocks_size|.
9 +0020-opj_aligned_malloc.patch: Prevent overflows when using opj_aligned_malloc().
DREADME.pdfium29 0017-tcd_init_tile.patch: Prevent integer overflows during calculation of |l_nb_precinct_size|.
31 0019-tcd_init_tile.patch: Prevent integer overflows during calculation of |l_nb_code_blocks_size|.
32 0020-opj_aligned_malloc.patch: Prevent overflows when using opj_aligned_malloc().
D0019-tcd_init_tile.patch7 0017-tcd_init_tile.patch: Prevent integer overflows during calculation of |l_nb_precinct_size|.
9 +0019-tcd_init_tile.patch: Prevent integer overflows during calculation of |l_nb_code_blocks_size|.
D0017-tcd_init_tile.patch12 +0017-tcd_init_tile.patch: Prevent integer overflows during calculation of |l_nb_precinct_size|.
D0018-tcd_get_decoded_tile_size.patch11 0017-tcd_init_tile.patch: Prevent integer overflows during calculation of |l_nb_precinct_size|.
/external/llvm/test/Object/
Dcorrupt.test1 // Section name offset overflows section name string table.
15 // Symbol name offset overflows string table.
22 // Version index in .gnu.version overflows the version map.
/external/pdfium/third_party/agg23/
DREADME.pdfium17 0002-ubsan-error-fixes.path: Fix UBSan errors for overflows.
/external/llvm/test/Transforms/SROA/
Dpr26972.ll6 ; size overflows a uint32_t. This specific constant results in
/external/clang/docs/
DSafeStack.rst12 based on stack buffer overflows, without introducing any measurable performance
17 buffer overflows on the unsafe stack cannot be used to overwrite anything
74 overflows, since it is disjoint from the unsafe stack in memory, and it itself
97 stack-based buffer overflows, but protection against arbitrary memory write
DUndefinedBehaviorSanitizer.rst63 the program will continue execution after signed integer overflows, exit after
120 overflows.
/external/llvm/test/Analysis/BlockFrequencyInfo/
Dextremely-likely-loop-successor.ll5 ; loop overflows.
/external/pdfium/third_party/lcms2-2.6/
DREADME.pdfium31 0017-upstream-integer-overflow-MPEmatrix_Read.patch: fix some integer overflows.
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
D2003-07-06-BadIntCmp.ll13 ;; overflows, so that the 64-bit and 32-bit compares are not equal.
/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/llvm/test/Transforms/LoopUnroll/
Dtripcount-overflow.ll8 ; If %N, the backedge-taken count, is -1 then %0 unsigned-overflows
/external/harfbuzz_ng/src/
Dhb-open-type-private.hh257 bool overflows = _hb_unsigned_int_mul_overflows (len, record_size); in check_array() local
259 bool ok = !overflows && this->check_range (base, array_size); in check_array()
265 overflows ? "OVERFLOWS" : ok ? "OK" : "OUT-OF-RANGE"); in check_array()
Dhb-private.hh401 …bool overflows = (new_allocated < allocated) || _hb_unsigned_int_mul_overflows (new_allocated, siz… in push() local
402 if (likely (!overflows)) { in push()
/external/nanopb-c/docs/
Dsecurity.rst38 buffer overflows, information disclosure or other security problems:
/external/python/cpython2/Lib/test/decimaltestdata/
Dabs.decTest23 -- Additon, subtraction, rounding, and more overflows are tested
Dminus.decTest23 -- Subtraction, rounding, and more overflows are tested elsewhere.
/external/elfutils/lib/
DChangeLog4 overflows in some platforms.
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
Dgtest-port.cc.orig744 // The parsed value overflows as a long. (strtol() returns
745 // LONG_MAX or LONG_MIN when the input overflows.)
747 // The parsed value overflows as an Int32.
752 << " has value " << str << ", which overflows.\n";
/external/compiler-rt/lib/builtins/
Dfp_trunc_impl.inc103 // a overflows to infinity.
/external/clang/include/clang/StaticAnalyzer/Checkers/
DCheckers.td330 HelpText<"Warn about buffer overflows (older checker)">,
334 HelpText<"Warn about buffer overflows (newer checker)">,
342 HelpText<"Check for overflows in the arguments to malloc()">,

1234