Home
last modified time | relevance | path

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

12

/external/linux-tools-perf/src/tools/perf/tests/
Dbp_signal.c31 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()
Dbp_signal_overflow.c28 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/
Dcorrupt.test1 // 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/
Dextremely-likely-loop-successor.ll4 ; loop overflows.
/external/llvm/test/Transforms/LoopUnroll/
Dtripcount-overflow.ll7 ; If %N, the backedge-taken count, is -1 then %0 unsigned-overflows
/external/llvm/test/CodeGen/Generic/
D2003-07-06-BadIntCmp.ll13 ;; overflows, so that the 64-bit and 32-bit compares are not equal.
/external/v8/test/webkit/
Dstack-overflow-catch-expected.txt24 Test that when the stack overflows, the exception goes to the last frame before the overflow
/external/bison/m4/
Dcalloc.m411 # and returns NULL when N*S overflows.
/external/harfbuzz_ng/src/
Dhb-open-type-private.hh235 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()
Dhb-private.hh358 …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/
Dsecurity.rst38 buffer overflows, information disclosure or other security problems:
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckers.td259 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/
Dfp_trunc_impl.inc103 // a overflows to infinity.
/external/libexif/
DNEWS6 * Fixed a number of security and stability issues due to buffer overflows,
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli947 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/
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/libvpx/libvpx/vpx_dsp/x86/
Dsubpel_variance_sse2.asm195 ASSERT %1 <= 16 ; m6 overflows if w > 16
Dhighbd_subpel_variance_impl_sse2.asm179 ASSERT %1 <= 16 ; m6 overflows if w > 16
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/
Den-GB_klex.pkb1028 overflows
/external/tcpdump/
Dconfigure.in174 AC_WARN([The SMB printer may have exploitable buffer 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/iputils/
DRELNOTES545 * ping: react to device queue overflows using IP_RECVERR. me.
/external/v8/test/mozilla/
Dmozilla.status355 # Stack overflows should be InternalError: too much recursion?

12