/external/linux-tools-perf/src/tools/perf/tests/ |
D | bp_signal.c | 31 static int overflows; variable 43 overflows++; in sig_handler() 45 if (overflows > 10) { in sig_handler() 175 count1, count2, overflows); in test__bp_signal() 184 if (overflows != 1) in test__bp_signal() 190 return count1 == 1 && overflows == 1 && count2 == 1 ? in test__bp_signal()
|
D | bp_signal_overflow.c | 28 static int overflows; variable 40 overflows++; in sig_handler() 117 count, overflows); in test__bp_signal_overflow() 125 if (overflows != EXECUTIONS / THRESHOLD) { in test__bp_signal_overflow() 127 overflows, EXECUTIONS / THRESHOLD); in test__bp_signal_overflow()
|
/external/llvm/test/Object/ |
D | corrupt.test | 1 // Section name offset overflows section name string table. 9 // Symbol name offset overflows string table. 13 // Version index in .gnu.version overflows the version map.
|
/external/llvm/test/Analysis/BlockFrequencyInfo/ |
D | extremely-likely-loop-successor.ll | 4 ; loop overflows.
|
/external/llvm/test/Transforms/LoopUnroll/ |
D | tripcount-overflow.ll | 7 ; If %N, the backedge-taken count, is -1 then %0 unsigned-overflows
|
/external/llvm/test/CodeGen/Generic/ |
D | 2003-07-06-BadIntCmp.ll | 13 ;; overflows, so that the 64-bit and 32-bit compares are not equal.
|
/external/v8/test/webkit/ |
D | stack-overflow-catch-expected.txt | 24 Test that when the stack overflows, the exception goes to the last frame before the overflow
|
/external/bison/m4/ |
D | calloc.m4 | 11 # and returns NULL when N*S overflows.
|
/external/harfbuzz_ng/src/ |
D | hb-open-type-private.hh | 235 bool overflows = _hb_unsigned_int_mul_overflows (len, record_size); in check_array() local 237 bool ok = !overflows && this->check_range (base, array_size); in check_array() 243 overflows ? "OVERFLOWS" : ok ? "OK" : "OUT-OF-RANGE"); in check_array()
|
D | hb-private.hh | 358 …bool overflows = (new_allocated < allocated) || _hb_unsigned_int_mul_overflows (new_allocated, siz… in push() local 359 if (likely (!overflows)) { in push()
|
/external/nanopb-c/docs/ |
D | security.rst | 38 buffer overflows, information disclosure or other security problems:
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | Checkers.td | 259 HelpText<"Warn about buffer overflows (older checker)">, 263 HelpText<"Warn about buffer overflows (newer checker)">, 271 HelpText<"Check for overflows in the arguments to malloc()">,
|
/external/compiler-rt/lib/builtins/ |
D | fp_trunc_impl.inc | 103 // a overflows to infinity.
|
/external/libexif/ |
D | NEWS | 6 * Fixed a number of security and stability issues due to buffer overflows,
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 947 no signed wrapping. The result is undefined if the negation overflows. 952 no unsigned wrapping. The result is undefined if the negation overflows. 969 signed wrapping. The result is undefined if the sum overflows. 974 unsigned wrapping. The result is undefined if the sum overflows. 987 no signed wrapping. The result is undefined if the sum overflows. 992 no unsigned wrapping. The result is undefined if the sum overflows. 1005 no signed wrapping. The result is undefined if the sum overflows. 1010 no unsigned wrapping. The result is undefined if the sum overflows. 1030 or overflows. See the method [llvm::ConstantExpr::getExactSDiv]. *)
|
/external/llvm/docs/ |
D | GetElementPtr.rst | 434 What happens if a GEP computation overflows? 443 value") if the GEP overflows (i.e. wraps around the end of the address space).
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | subpel_variance_sse2.asm | 195 ASSERT %1 <= 16 ; m6 overflows if w > 16
|
D | highbd_subpel_variance_impl_sse2.asm | 179 ASSERT %1 <= 16 ; m6 overflows if w > 16
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/ |
D | en-GB_klex.pkb | 1028 overflows
|
/external/tcpdump/ |
D | configure.in | 174 AC_WARN([The SMB printer may have exploitable buffer overflows!!!])
|
/external/libogg/doc/ |
D | rfc5334.txt | 311 handling of manipulated bitstreams, of buffer overflows, and similar
|
D | rfc3533.txt | 625 correct handling of manipulated bitstreams, of buffer overflows and
|
/external/bison/tests/ |
D | regression.at | 1315 # a subsequent invocation of yysyntax_error that overflows during its
|
/external/iputils/ |
D | RELNOTES | 545 * ping: react to device queue overflows using IP_RECVERR. me.
|
/external/v8/test/mozilla/ |
D | mozilla.status | 355 # Stack overflows should be InternalError: too much recursion?
|