Home
last modified time | relevance | path

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

12345

/openbsd/sys/dev/fdt/
H A Dcduart.c358 int overflows, floods; in cduart_diag() local
363 overflows = sc->sc_overflows; in cduart_diag()
370 overflows, overflows == 1 ? "" : "s", in cduart_diag()
H A Dimxuart.c393 int overflows, floods; in imxuart_diag() local
398 overflows = sc->sc_overflows; in imxuart_diag()
405 overflows, overflows == 1 ? "" : "s", in imxuart_diag()
H A Dexuart.c565 int overflows, floods; in exuart_diag() local
570 overflows = sc->sc_overflows; in exuart_diag()
577 overflows, overflows == 1 ? "" : "s", in exuart_diag()
/openbsd/gnu/usr.bin/binutils/gdb/config/powerpc/
H A Dppc64-linux.mh11 # for non-PIC code. GDB overflows those tables when compiling with
/openbsd/gnu/llvm/clang/docs/
H A 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
H A DShadowCallStack.rst13 (e.g. stack buffer overflows.) It works by saving a function's return address
91 ``-fstack-protector``. It protects from non-linear overflows and arbitrary
H A DHardwareAssistedAddressSanitizerDesign.rst16 uses *redzones* to find buffer-overflows and
252 * **Does not require redzones to detect buffer overflows**,
H A DUndefinedBehaviorSanitizer.rst70 the program will continue execution after signed integer overflows, exit after
146 overflows, or where either the old or new pointer value is a null pointer
/openbsd/gnu/llvm/compiler-rt/lib/builtins/
H A Dint_mulv_impl.inc17 // Effects: aborts if a * b overflows
H A Dint_mulo_impl.inc17 // Effects: sets *overflow to 1 if a * b overflows
H A Dfp_trunc_impl.inc101 // a overflows to infinity.
/openbsd/sys/dev/ic/
H A Dpluart.c462 int overflows, floods; in pluart_diag() local
467 overflows = sc->sc_overflows; in pluart_diag()
474 overflows, overflows == 1 ? "" : "s", in pluart_diag()
H A Dz8530tty.c1439 int overflows, floods; in zstty_diag() local
1443 overflows = zst->zst_overflows; in zstty_diag()
1452 overflows, overflows == 1 ? "" : "s", in zstty_diag()
H A Dcom.c971 int overflows, floods; in comdiag() local
976 overflows = sc->sc_overflows; in comdiag()
983 overflows, overflows == 1 ? "" : "s", in comdiag()
/openbsd/sys/arch/sparc64/dev/
H A Dz8530kbd.c869 int overflows, floods; in zskbd_diag() local
873 overflows = zst->zst_overflows; in zskbd_diag()
882 overflows, overflows == 1 ? "" : "s", in zskbd_diag()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dutf8261 bool overflows = 0;
296 overflows = 1;
310 * byte, the sequence overflows; otherwise the byte is less
313 overflows = *cur_s > *cur_h;
326 if (UNLIKELY(overflows)) {
354 overflows = 1;
359 if (UNLIKELY(overflows)) {
/openbsd/sys/arch/sh/dev/
H A Dscif.c923 int overflows, floods; in scifdiag() local
927 overflows = sc->sc_overflows; in scifdiag()
936 overflows, overflows == 1 ? "" : "s", in scifdiag()
/openbsd/gnu/lib/libiberty/src/
H A Dalloca.c287 long overflows; /* Number of stack overflow ($STKOFEN) calls. */ member
/openbsd/gnu/usr.bin/texinfo/lib/
H A Dalloca.c292 long overflows; /* Number of stack overflow ($STKOFEN) calls. */ member
/openbsd/sys/dev/pci/
H A Dcz.c1491 u_int overflows, parity_errors, framing_errors; in cztty_diag() local
1496 overflows = sc->sc_overflows; in cztty_diag()
1512 overflows, overflows == 1 ? "" : "s", in cztty_diag()
/openbsd/lib/libc/db/hash/
H A DREADME53 If you have a lot of overflows, it is possible to run out of overflow
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/
H A Dgdb_c_test.c329 ULONG overflows; member
982 printp( " Input Overflows: %d\n\n", lan_input_queue.overflows ); in lan_util()
1421 p_queue->overflows = 0; in lan_init_queue()
1492 ++(p_queue->overflows); in lan_add_to_queue()
/openbsd/gnu/llvm/llvm/docs/
H A DGwpAsan.rst103 equal detection of both underflows and overflows.
179 | | | buffer-overflows at the cost of performance, and may be in…
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5303delta.pod32 Integer overflows in the calculation of offsets between instructions for the
H A Dperl5283delta.pod32 Integer overflows in the calculation of offsets between instructions for the

12345