Home
last modified time | relevance | path

Searched refs:overflow (Results 226 – 250 of 462) sorted by relevance

12345678910>>...19

/openbmc/openbmc/poky/meta/recipes-core/dropbear/dropbear/
H A DCVE-2023-36328.patch4 Subject: [PATCH] Fix possible integer overflow
/openbmc/linux/drivers/media/rc/
H A Dir-rc6-decoder.c88 if (ev.overflow) in ir_rc6_decode()
/openbmc/linux/include/media/
H A Ddvb_frontend.h510 int overflow; member
/openbmc/linux/arch/alpha/lib/
H A Dev6-memchr.S43 # search til the end of the address space, we will overflow
/openbmc/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_gsc.c419 bool overflow, bool done) in gsc_handle_irq() argument
424 enable, overflow, done); in gsc_handle_irq()
434 if (overflow) in gsc_handle_irq()
/openbmc/libpldm/
H A DCHANGELOG.md320 1. pdr: Avoid ID overflow in pldm_entity_association_tree_add_entity()
387 2. pdr: Hoist record handle overflow test to avoid memory leak
404 3. bios_table: pldm_bios_table_string_entry_encode_check(): Handle overflow
/openbmc/linux/drivers/md/
H A Ddm-snap-persistent.c882 char overflow = toupper(options[0]); in persistent_ctr() local
884 if (overflow == 'O') in persistent_ctr()
/openbmc/linux/arch/ia64/kernel/
H A Dsetup.c775 static int overflow; in get_model_name() local
795 if (overflow++ == 0) in get_model_name()
/openbmc/linux/arch/m68k/ifpsp060/src/
H A Dilsp.S279 # v (overflow) bit is set in the saved %ccr. If overflow, the dividend #
293 # the first two quotient words must be zero, or overflow would occur.
335 lsl.l &0x1, %d6 # shift u4,u3 with overflow to u2
/openbmc/linux/arch/m68k/fpsp040/
H A Dsetox.S160 | neither overflow nor underflow. If AdjFlag = 1, that
163 | Hence, exp(X) may overflow or underflow or neither.
166 | Possible exception in 6.4 is overflow or underflow.
202 | Notes: Exp(X) will surely overflow or underflow, depending on
/openbmc/linux/drivers/staging/media/av7110/
H A Dav7110_av.c877 events->overflow = 1; in dvb_video_add_event()
895 if (events->overflow) { in dvb_video_get_event()
896 events->overflow = 0; in dvb_video_get_event()
1633 av7110->video_events.overflow = 0; in av7110_av_register()
/openbmc/linux/drivers/iio/light/
H A Dtsl2772.c416 bool overflow; in tsl2772_get_lux() local
462 overflow = false; in tsl2772_get_lux()
480 overflow = true; in tsl2772_get_lux()
487 if (overflow && max_lux == 0) in tsl2772_get_lux()
/openbmc/qemu/qapi/
H A Dnet.json801 # @multicast-overflow: multicast table is overflowed or not
803 # @unicast-overflow: unicast table is overflowed or not
823 'multicast-overflow': 'bool',
824 'unicast-overflow': 'bool',
/openbmc/linux/fs/befs/
H A Ddebug.c255 befs_debug(sb, " overflow %016LX", fs64_to_cpu(sb, node->overflow)); in befs_dump_index_node()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/
H A Dcollectd_5.12.0.bb16 file://0006-libcollectdclient-Fix-string-overflow-errors.patch \
/openbmc/linux/include/uapi/linux/
H A Dio_uring.h447 __u32 overflow; member
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Ddefault.css26 .popover-content { max-height: 350px; overflow: scroll; }
29 [id^="variable-"] .modal-content { max-height: 550px; overflow-y: scroll; }
181 .scrolling { border: 1px solid #dddddd; height: 154px; overflow: auto; padding: 0 10px; width: 27.5…
H A Dqunit-1.18.0.css1 …toolbar{padding:0.5em 1em 0.5em 1em;color:#5E740B;background-color:#EEE;overflow:hidden;}#qunit-us…
/openbmc/linux/Documentation/input/devices/
H A Dsentelic.rst32 Byte 1: Bit7 => Y overflow
33 Bit6 => X overflow
64 Byte 1: Bit7 => Y overflow
65 Bit6 => X overflow
460 Byte 1: Bit7 => 0, Y overflow
461 Bit6 => 0, X overflow
/openbmc/linux/Documentation/firmware-guide/acpi/apei/
H A Doutput_format.rst61 [restartable][, precise IP][, overflow][, corrected]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/
H A Dopensaf_5.22.01.bb24 file://0001-configure-Disable-format-overflow-if-supported-by-gc.patch \
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvm.c.inc188 * If overflow, set temp2 to 1, else source2.
263 * If overflow, set temp1 to 0, else source1.
/openbmc/linux/Documentation/
H A Datomic_t.txt63 respectively (for hysterical raisins), the kernel uses -fno-strict-overflow
64 (which implies -fwrapv) and defines signed overflow to behave like
/openbmc/linux/drivers/hwtracing/coresight/
H A DKconfig115 bool "Control implementation defined overflow support in ETM 4.x driver"
120 This avoids overflow between the ETM tracer module and the cpu core.
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_int.c417 &p_hwfn->db_recovery_info.overflow); in qed_db_rec_handler()
443 u32 overflow; in qed_dorq_attn_overflow() local
446 overflow = qed_rd(p_hwfn, p_ptt, DORQ_REG_PF_OVFL_STICKY); in qed_dorq_attn_overflow()
447 if (!overflow) in qed_dorq_attn_overflow()
451 set_bit(QED_OVERFLOW_BIT, &p_hwfn->db_recovery_info.overflow); in qed_dorq_attn_overflow()

12345678910>>...19