Home
last modified time | relevance | path

Searched refs:cleared (Results 1 – 25 of 48) sorted by relevance

12

/Zephyr-latest/tests/lib/hash_map/src/
Dclear.c29 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/
Dcommon-noinit.ld11 * will not be cleared during the boot process.
/Zephyr-latest/cmake/compiler/xt-clang/
Dcompiler_flags.cmake12 # cleared up from nostdinc_inlcude in above lines with no
/Zephyr-latest/include/zephyr/arch/sparc/
Dlinker.ld141 * 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/
DKconfig63 cleared, the CACHE64 controller will be disabled during SOC init
/Zephyr-latest/include/zephyr/arch/mips/
Dlinker.ld168 * 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/
DKconfig56 cleared, the CACHE64 controller will be disabled during SOC init
/Zephyr-latest/doc/services/device_mgmt/smp_groups/
Dsmp_group_63.rst22 that should be cleared (application dependent).
/Zephyr-latest/soc/sensry/ganymed/sy1xx/common/
Dlinker.ld193 * 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/
DKconfig74 enabled in SystemInit function. If this Kconfig is cleared,
/Zephyr-latest/samples/posix/env/
DREADME.rst13 output, and then cleared via :c:func:`unsetenv`.
/Zephyr-latest/subsys/demand_paging/eviction/
DKconfig40 algorithm: all operations are O(1), the accessed flag is cleared on
/Zephyr-latest/doc/hardware/arch/
Dx86.rst41 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/
Dlinker.ld210 * 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/
Dlinker.ld284 * 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/
Dlinker.ld301 * 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/
Dlinker.cmake134 # 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/
Dtls_credentials_shell.c146 bool cleared = cred_written != 0; in cred_buf_clear() local
151 return cleared; in cred_buf_clear()
/Zephyr-latest/share/zephyr-package/cmake/
DZephyrConfig.cmake157 # Previous find_package would have cleared Zephyr_FOUND variable, thus set it again.
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_if.rst90 :c:func:`net_if_dormant_off`. By default, the flag is cleared on a newly
/Zephyr-latest/include/zephyr/arch/nios2/
Dlinker.ld267 * As memory is cleared in words only, it is simpler to ensure the BSS
/Zephyr-latest/arch/xtensa/core/
DREADME_WINDOWS.rst54 until cleared by a function return (by RETW, see below). Other bits
/Zephyr-latest/include/zephyr/arch/arm/cortex_a_r/scripts/
Dlinker.ld305 * As memory is cleared in words only, it is simpler to ensure the BSS
/Zephyr-latest/soc/andestech/ae350/
Dlinker.ld258 * As memory is cleared in words only, it is simpler to ensure the BSS
/Zephyr-latest/include/zephyr/arch/riscv/common/
Dlinker.ld287 * As memory is cleared in words only, it is simpler to ensure the BSS

12