Home
last modified time | relevance | path

Searched refs:overflow (Results 126 – 150 of 462) sorted by relevance

12345678910>>...19

/openbmc/linux/drivers/net/phy/
H A Dphy-c45.c1437 bool overflow = false, is_enabled; in genphy_c45_ethtool_get_eee() local
1449 overflow = true; in genphy_c45_ethtool_get_eee()
1451 overflow = true; in genphy_c45_ethtool_get_eee()
1453 overflow = true; in genphy_c45_ethtool_get_eee()
1455 if (overflow) in genphy_c45_ethtool_get_eee()
/openbmc/linux/Documentation/security/
H A Dself-protection.rst147 understood is that of the stack buffer overflow in which the return
151 Stack buffer overflow
154 The classic stack buffer overflow involves writing past the expected end
161 Stack depth overflow
187 Size calculation overflow detection
190 Similar to counter overflow, integer overflows (usually size calculations)
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A D09-cve-2014-8139-crc-overflow.patch2 Subject: Fix CVE-2014-8139: CRC32 verification heap-based overflow
/openbmc/linux/tools/virtio/
H A DMakefile17 …l -I. -I../include/ -I ../../usr/include/ -Wno-pointer-sign -fno-strict-overflow -fno-strict-alias…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtinyxml/libtinyxml/
H A Dentity-encoding.patch25 - // an overflow from happening if there is no ';'.
/openbmc/phosphor-webui/app/common/styles/base/
H A Dfoundation.scss62 * 2. Show the overflow in Edge and IE.
69 overflow: visible;
207 * Hide the overflow in IE.
210 overflow: hidden; }
233 * Show the overflow in IE.
236 overflow: visible; }
282 * Show the overflow in Edge.
285 overflow: visible; }
372 overflow: auto; }
751 overflow: hidden;
[all …]
H A Dicons.scss11 overflow: visible;
H A Dutility.scss97 overflow: hidden;
/openbmc/linux/net/ipv4/
H A Dip_options.c410 unsigned int overflow = optptr[3]>>4; in __ip_options_compile() local
411 if (overflow == 15) { in __ip_options_compile()
416 optptr[3] = (optptr[3]&0xF)|((overflow+1)<<4); in __ip_options_compile()
/openbmc/phosphor-webui/app/login/styles/
H A Dindex.scss46 overflow: hidden;
/openbmc/qemu/tests/qemu-iotests/
H A D075.out20 == offsets_size overflow ===
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/fluentbit/fluentbit/
H A D0003-mbedtls-Do-not-overwrite-CFLAGS.patch19 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wformat-overflow=2 -Wformat-truncation")
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcereal/files/
H A D0001-doctest-Do-not-use-unnamed-class.patch35 // allowing some buffering decreases the amount of calls to overflow
/openbmc/linux/arch/mips/kernel/
H A Dperf_event_mipsxx.c79 u64 overflow; member
436 local64_set(&hwc->prev_count, mipspmu.overflow - left); in mipspmu_event_set_period()
442 mipspmu.write_counter(idx, mipspmu.overflow - left); in mipspmu_event_set_period()
1605 if (!(counter & mipspmu.overflow)) in mipsxx_pmu_handle_shared_irq()
2028 mipspmu.overflow = 1ULL << 47; in init_hw_perf_events()
2033 mipspmu.overflow = 1ULL << 63; in init_hw_perf_events()
2041 mipspmu.overflow = 1ULL << 31; in init_hw_perf_events()
/openbmc/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-ibm-system1.dts225 * Use small nominator to prevent integer overflow.
238 * Use small nominator to prevent integer overflow.
251 * Use small nominator to prevent integer overflow.
264 * Use small nominator to prevent integer overflow.
277 * Use small nominator to prevent integer overflow.
290 * Use small nominator to prevent integer overflow.
303 * Use small nominator to prevent integer overflow.
/openbmc/phosphor-webui/app/common/styles/components/
H A Dtable.scss58 overflow: hidden;
59 text-overflow: ellipsis;
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/
H A Duserland_git.bb45 file://0021-cmake-Disable-format-overflow-warning-as-error.patch \
52 SRC_URI:remove:toolchain-clang = "file://0021-cmake-Disable-format-overflow-warning-as-error.patch"
/openbmc/qemu/docs/sphinx-static/
H A Dtheme_overrides.css152 * - make the overflow auto (scrollbar if needed)
157 .wy-table-responsive { overflow: auto; }
/openbmc/linux/drivers/tty/hvc/
H A Dhvsi.c355 int overflow = datalen - TTY_THRESHOLD_THROTTLE; in hvsi_recv_data() local
362 if (overflow > 0) { in hvsi_recv_data()
369 if (overflow > 0) { in hvsi_recv_data()
375 memcpy(hp->throttle_buf, data + TTY_THRESHOLD_THROTTLE, overflow); in hvsi_recv_data()
376 hp->n_throttle = overflow; in hvsi_recv_data()
/openbmc/bios-bmc-smm-error-logger/include/
H A Dbuffer.hpp28 overflow = 1 << 1, enumerator
/openbmc/phosphor-host-ipmid/
H A Dselutility.hpp53 static constexpr bool overflow = false; variable
/openbmc/phosphor-host-ipmid/include/dbus-sdr/
H A Dstoragecommands.hpp47 overflow = 0x80 enumerator
/openbmc/phosphor-webui/app/server-control/styles/
H A Dpower-operations.scss26 overflow: hidden;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/collectd/
H A D0005-Disable-new-gcc8-warnings.patch53 +#pragma GCC diagnostic ignored "-Wstringop-overflow"
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dmaxim,max98925.yaml49 that will overflow the frame size. When enabled, the Digital Audio

12345678910>>...19