/Zephyr-latest/tests/lib/hash_map/src/ |
D | clear.c | 29 bool *cleared = (bool *)cookie; in clear_callback() local 32 cleared[key] = true; in clear_callback() 37 bool cleared[10] = {0}; in ZTEST() local 40 for (size_t i = 0; i < ARRAY_SIZE(cleared); ++i) { in ZTEST() 44 zassert_equal(ARRAY_SIZE(cleared), sys_hashmap_size(&map)); in ZTEST() 46 sys_hashmap_clear(&map, clear_callback, cleared); in ZTEST() 49 for (size_t i = 0; i < ARRAY_SIZE(cleared); ++i) { in ZTEST() 50 zassert_true(cleared[i], "entry %zu was not cleared", i + 1); in ZTEST()
|
/Zephyr-latest/include/zephyr/linker/ |
D | common-noinit.ld | 11 * will not be cleared during the boot process.
|
/Zephyr-latest/cmake/compiler/xt-clang/ |
D | compiler_flags.cmake | 12 # cleared up from nostdinc_inlcude in above lines with no
|
/Zephyr-latest/include/zephyr/arch/sparc/ |
D | linker.ld | 141 * As memory is cleared in words only, it is simpler to ensure the BSS 151 * will not be cleared during the boot process.
|
/Zephyr-latest/soc/nxp/imxrt/imxrt6xx/ |
D | Kconfig | 63 cleared, the CACHE64 controller will be disabled during SOC init
|
/Zephyr-latest/include/zephyr/arch/mips/ |
D | linker.ld | 168 * As memory is cleared in words only, it is simpler to ensure the BSS 178 * will not be cleared during the boot process.
|
/Zephyr-latest/soc/nxp/imxrt/imxrt5xx/ |
D | Kconfig | 56 cleared, the CACHE64 controller will be disabled during SOC init
|
/Zephyr-latest/doc/services/device_mgmt/smp_groups/ |
D | smp_group_63.rst | 22 that should be cleared (application dependent).
|
/Zephyr-latest/soc/sensry/ganymed/sy1xx/common/ |
D | linker.ld | 193 * a multiple of 4 bytes, so it can be cleared in words. 211 * will not be cleared during the boot process.
|
/Zephyr-latest/soc/nxp/imxrt/imxrt118x/ |
D | Kconfig | 74 enabled in SystemInit function. If this Kconfig is cleared,
|
/Zephyr-latest/samples/posix/env/ |
D | README.rst | 13 output, and then cleared via :c:func:`unsetenv`.
|
/Zephyr-latest/subsys/demand_paging/eviction/ |
D | Kconfig | 40 algorithm: all operations are O(1), the accessed flag is cleared on
|
/Zephyr-latest/doc/hardware/arch/ |
D | x86.rst | 41 cleared in :c:func:`z_x86_mmu_init()`, effectively removing 52 required as the entries in page directory table will be cleared.
|
/Zephyr-latest/soc/openisa/rv32m1/ |
D | linker.ld | 210 * a multiple of 4 bytes, so it can be cleared in words. 228 * will not be cleared during the boot process.
|
/Zephyr-latest/soc/infineon/cat1b/cyw20829/ |
D | linker.ld | 284 * As memory is cleared in words only, it is simpler to ensure the BSS 353 * As memory is cleared in words only, it is simpler to ensure the BSS 363 * will not be cleared during the boot process.
|
/Zephyr-latest/include/zephyr/arch/arm/cortex_m/scripts/ |
D | linker.ld | 301 * As memory is cleared in words only, it is simpler to ensure the BSS 473 * As memory is cleared in words only, it is simpler to ensure the BSS 483 * will not be cleared during the boot process.
|
/Zephyr-latest/cmake/linker_script/arm/ |
D | linker.cmake | 134 # As memory is cleared in words only, it is simpler to ensure the BSS 140 # will not be cleared during the boot process.
|
/Zephyr-latest/subsys/net/lib/tls_credentials/ |
D | tls_credentials_shell.c | 146 bool cleared = cred_written != 0; in cred_buf_clear() local 151 return cleared; in cred_buf_clear()
|
/Zephyr-latest/share/zephyr-package/cmake/ |
D | ZephyrConfig.cmake | 157 # Previous find_package would have cleared Zephyr_FOUND variable, thus set it again.
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_if.rst | 90 :c:func:`net_if_dormant_off`. By default, the flag is cleared on a newly
|
/Zephyr-latest/include/zephyr/arch/nios2/ |
D | linker.ld | 267 * As memory is cleared in words only, it is simpler to ensure the BSS
|
/Zephyr-latest/arch/xtensa/core/ |
D | README_WINDOWS.rst | 54 until cleared by a function return (by RETW, see below). Other bits
|
/Zephyr-latest/include/zephyr/arch/arm/cortex_a_r/scripts/ |
D | linker.ld | 305 * As memory is cleared in words only, it is simpler to ensure the BSS
|
/Zephyr-latest/soc/andestech/ae350/ |
D | linker.ld | 258 * As memory is cleared in words only, it is simpler to ensure the BSS
|
/Zephyr-latest/include/zephyr/arch/riscv/common/ |
D | linker.ld | 287 * As memory is cleared in words only, it is simpler to ensure the BSS
|