Home
last modified time | relevance | path

Searched refs:overflowed (Results 1 – 22 of 22) sorted by relevance

/Zephyr-Core-3.7.0/subsys/jwt/
Djwt.c70 if (st->overflowed) { in base64_outch()
75 st->overflowed = true; in base64_outch()
164 builder->overflowed = true; in jwt_add_header()
239 return builder->overflowed ? -ENOMEM : 0; in jwt_sign()
315 builder->overflowed = false; in jwt_init_builder()
/Zephyr-Core-3.7.0/drivers/pwm/
Dpwm_mcux_pwt.c45 bool overflowed : 1; member
126 data->overflowed = false; in mcux_pwt_enable_capture()
215 data->overflowed |= u32_add_overflow(1, in mcux_pwt_isr()
218 data->overflowed |= u32_add_overflow(1, in mcux_pwt_isr()
248 if (data->overflowed) { in mcux_pwt_isr()
260 data->overflowed = false; in mcux_pwt_isr()
/Zephyr-Core-3.7.0/include/zephyr/data/
Djwt.h47 bool overflowed; member
/Zephyr-Core-3.7.0/tests/subsys/jwt/src/
Dmain.c54 zassert_equal(build.overflowed, false, "Not overflow"); in ZTEST()
/Zephyr-Core-3.7.0/tests/kernel/mem_protect/stackprot/
DREADME.txt36 alternate_thread: Input string is too long and stack overflowed!
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/shell/
Dbap_usb.c347 const bool overflowed = write_index < old_write_index; in stream_cb() local
366 if (read_idx < write_index || (overflowed && read_idx < write_index)) { in stream_cb()
/Zephyr-Core-3.7.0/arch/x86/core/
DKconfig.intel6481 bounds of the current process stack are overflowed. This is done
DKconfig.ia3273 bounds of the current process stack are overflowed. This is done
/Zephyr-Core-3.7.0/doc/kernel/services/other/
Dfatal.rst218 the stack actually overflowed.
226 that the entire stack buffer has overflowed, but instead that the current
/Zephyr-Core-3.7.0/arch/arm64/core/
DKconfig189 the bounds of the current process stack are overflowed. This is done
/Zephyr-Core-3.7.0/arch/arc/
DKconfig242 if the bounds of the current process stack are overflowed.
/Zephyr-Core-3.7.0/arch/arm/core/
DKconfig207 if the bounds of the current process stack are overflowed.
/Zephyr-Core-3.7.0/doc/releases/
Drelease-notes-1.6.rst322 * ``ZEP-1130`` - region 'RAM' overflowed occurs while building test_hmac_prng
Drelease-notes-1.9.rst311 * ``ZEP-2378`` - sample/bluetooth/ipsp: When build the app 'ROM' overflowed
Drelease-notes-2.5.rst1522 * :github:`29327` - mec15xxevb_assy6853:region ``SRAM`` overflowed during build
Drelease-notes-3.2.rst2335 * :github:`46684` - ethernet: w5500: driver will be stack overflowed when reading the invalid(corru…
Drelease-notes-3.3.rst3382 * :github:`51421` - tests: net: socket: tls: net.socket.tls region ``FLASH`` overflowed
/Zephyr-Core-3.7.0/doc/kernel/usermode/
Dmemory_domain.rst51 catches issues when the entire stack buffer has overflowed, and not
Dsyscalls.rst574 overflowed.
/Zephyr-Core-3.7.0/soc/espressif/esp32/
Ddefault.ld933 "External SPIRAM overflowed.")
/Zephyr-Core-3.7.0/soc/espressif/esp32s2/
Ddefault.ld989 "External SPIRAM overflowed.")
/Zephyr-Core-3.7.0/soc/espressif/esp32s3/
Ddefault.ld951 "External SPIRAM overflowed.")