Searched refs:overflow (Results 1 – 10 of 10) sorted by relevance
101 int overflow = offset + len - plat->size; in sandbox_i2c_eeprom_xfer() local102 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() local134 int initial = len - overflow; in sandbox_i2c_eeprom_xfer()137 memcpy(priv->data, ptr + initial, overflow); in sandbox_i2c_eeprom_xfer()
423 EEPROM chips that implement "address overflow" are ones
31 * - make the overflow auto (scrollbar if needed)36 .wy-table-responsive { overflow: auto; }
510 int overflow = 0; /* number of elements with bit length too large */ local522 if (bits > max_length) bits = max_length, overflow++;535 if (overflow == 0) return;550 overflow -= 2;551 } while (overflow > 0);
60 sanity and for buffer overflow conditions.
41 #define EIT_OVL_INTR_PC $ir11 ! overflow interruption PC
79 950,490 traced function calls (333217 dropped due to overflow)
548 SZ_ERROR_OUTPUT_EOF - output buffer overflow
52 SPL_SIZE_LIMIT check to ensure such an image does not overflow SRAM61 to ensure such an image does not overflow SRAM if SPL_SIZE_LIMIT71 an image does not overflow SRAM if SPL_SIZE_LIMIT describes the size
238 how many records were dropped due to buffer overflow.
Completed in 29 milliseconds