Home
last modified time | relevance | path

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

123456

/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/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/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/llvm/test/Analysis/BlockFrequencyInfo/
Dextremely-likely-loop-successor.ll5 ; loop overflows.
/external/pdfium/third_party/libopenjpeg20/
DREADME.pdfium23 0019-tcd_init_tile.patch: Prevent integer overflows during calculation of |l_nb_code_blocks_size|.
/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/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.hh250 bool overflows = _hb_unsigned_int_mul_overflows (len, record_size); in check_array() local
252 bool ok = !overflows && this->check_range (base, array_size); in check_array()
258 overflows ? "OVERFLOWS" : ok ? "OK" : "OUT-OF-RANGE"); in check_array()
Dhb-private.hh420 …bool overflows = (new_allocated < allocated) || _hb_unsigned_int_mul_overflows (new_allocated, siz… in resize() local
421 if (likely (!overflows)) { in resize()
/external/pdfium/third_party/lcms/
DREADME.pdfium36 0023-upstream-integer-overflow-MPEmatrix_Read.patch: fix some integer overflows.
/external/tensorflow/tensorflow/core/framework/
Dtensor_shape_test.cc584 std::vector<std::vector<int64>> overflows = { in TEST() local
588 for (const auto& overflow : overflows) { in TEST()
/external/skqp/docs/
DSkImageInfo_Reference.bmh773 If the calculation overflows this returns SK_MaxSizeT.
793 If the calculation overflows, or if the height is 0, this returns 0.
/external/nanopb-c/docs/
Dsecurity.rst38 buffer overflows, information disclosure or other security problems:
/external/freetype/
DChangeLog856 * src/base/ftobjs.c (ft_glyphslot_preset_bitmap): Integer overflows.
1886 [truetype] Integer overflows.
2411 [truetype] Integer overflows.
2425 [truetype] Integer overflows.
2435 [cff, truetype] Integer overflows.
2476 [cff, truetype] Integer overflows.
2498 [truetype] Integer overflows.
2510 [bdf, cff] Integer overflows.
2531 [cff, truetype] Integer overflows.
2544 [cff] Integer overflows.
[all …]
/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/python/cpython3/Lib/test/decimaltestdata/
Dabs.decTest23 -- Additon, subtraction, rounding, and more overflows are tested
Dminus.decTest23 -- Subtraction, rounding, and more overflows are tested elsewhere.
/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/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()">,
/external/elfutils/lib/
DChangeLog4 overflows in some platforms.
/external/compiler-rt/lib/builtins/
Dfp_trunc_impl.inc103 // a overflows to infinity.

123456