Home
last modified time | relevance | path

Searched refs:overflow (Results 1 – 12 of 12) sorted by relevance

/u-boot-v2022.01-rc1/drivers/misc/
A Di2c_eeprom_emul.c101 int overflow = offset + len - plat->size; in sandbox_i2c_eeprom_xfer() local
102 int initial = len - overflow; in sandbox_i2c_eeprom_xfer()
106 overflow); in sandbox_i2c_eeprom_xfer()
133 int overflow = offset + len - plat->size; in sandbox_i2c_eeprom_xfer() local
134 int initial = len - overflow; in sandbox_i2c_eeprom_xfer()
137 memcpy(priv->data, ptr + initial, overflow); in sandbox_i2c_eeprom_xfer()
A DKconfig421 EEPROM chips that implement "address overflow" are ones
/u-boot-v2022.01-rc1/doc/sphinx-static/
A Dtheme_overrides.css31 * - make the overflow auto (scrollbar if needed)
36 .wy-table-responsive { overflow: auto; }
/u-boot-v2022.01-rc1/lib/zlib/
A Dtrees.c510 int overflow = 0; /* number of elements with bit length too large */ local
522 if (bits > max_length) bits = max_length, overflow++;
535 if (overflow == 0) return;
550 overflow -= 2;
551 } while (overflow > 0);
/u-boot-v2022.01-rc1/test/
A DKconfig70 sanity and for buffer overflow conditions.
/u-boot-v2022.01-rc1/arch/nds32/cpu/n1213/
A Dstart.S41 #define EIT_OVL_INTR_PC $ir11 ! overflow interruption PC
/u-boot-v2022.01-rc1/common/
A DKconfig635 bool "Stack Protector buffer overflow detection"
641 bool "Stack Protector buffer overflow detection for SPL"
645 bool "Stack Protector buffer overflow detection for TPL"
/u-boot-v2022.01-rc1/doc/develop/
A Dtrace.rst79 950,490 traced function calls (333217 dropped due to overflow)
/u-boot-v2022.01-rc1/lib/lzma/
A Dlzma.txt548 SZ_ERROR_OUTPUT_EOF - output buffer overflow
/u-boot-v2022.01-rc1/common/spl/
A DKconfig52 SPL_SIZE_LIMIT check to ensure such an image does not overflow SRAM
61 to ensure such an image does not overflow SRAM if SPL_SIZE_LIMIT
71 an image does not overflow SRAM if SPL_SIZE_LIMIT describes the size
/u-boot-v2022.01-rc1/lib/
A DKconfig245 how many records were dropped due to buffer overflow.
/u-boot-v2022.01-rc1/
A DMakefile729 KBUILD_CFLAGS += $(call cc-disable-warning, stringop-overflow)

Completed in 32 milliseconds