Home
last modified time | relevance | path

Searched defs:it (Results 1 – 20 of 20) sorted by relevance

/Zephyr-Core-3.5.0/samples/modules/tflite-micro/tflm_ethosu/src/
Dinference_process.cpp80 for (auto &it : input) { in invalidate() local
84 for (auto &it : output) { in invalidate() local
88 for (auto &it : expectedOutput) { in invalidate() local
97 for (auto &it : input) { in clean() local
101 for (auto &it : output) { in clean() local
105 for (auto &it : expectedOutput) { in clean() local
/Zephyr-Core-3.5.0/lib/hash/
Dhash_map_cxx.cpp15 static void sys_hashmap_cxx_iter_next(struct sys_hashmap_iterator *it) in sys_hashmap_cxx_iter_next()
37 static void sys_hashmap_cxx_iter(const struct sys_hashmap *map, struct sys_hashmap_iterator *it) in sys_hashmap_cxx_iter()
80 auto it = umap->find(key); in sys_hashmap_cxx_insert() local
107 auto it = umap->find(key); in sys_hashmap_cxx_remove() local
137 auto it = umap->find(key); in sys_hashmap_cxx_get() local
Dhash_map_sc.c135 static void sys_hashmap_sc_iter_next(struct sys_hashmap_iterator *it) in sys_hashmap_sc_iter_next()
180 static void sys_hashmap_sc_iter(const struct sys_hashmap *map, struct sys_hashmap_iterator *it) in sys_hashmap_sc_iter()
Dhash_map_oa_lp.c166 static void sys_hashmap_oa_lp_iter_next(struct sys_hashmap_iterator *it) in sys_hashmap_oa_lp_iter_next()
201 static void sys_hashmap_oa_lp_iter(const struct sys_hashmap *map, struct sys_hashmap_iterator *it) in sys_hashmap_oa_lp_iter()
/Zephyr-Core-3.5.0/boards/posix/native_posix/doc/
Dindex.rst44 Compiling
56 Running
88 Debugging
106 Address Sanitizer (ASan)
119 Undefined Behavior Sanitizer (UBSan)
129 Coverage reports
/Zephyr-Core-3.5.0/tests/bluetooth/host/keys/bt_keys_find_irk/src/
Dmain.c127 for (size_t it = 0; it < ARRAY_SIZE(returned_keys_refs); it++) { in rpa_resolving_ts_setup() local
190 for (size_t it = 0; it < ARRAY_SIZE(testing_id_addr_type_lut); it++) { in ZTEST() local
244 for (size_t it = 0; it < ARRAY_SIZE(returned_keys_refs); it++) { in no_resolving_ts_setup() local
249 for (size_t it = 0; it < ARRAY_SIZE(returned_keys_refs); it++) { in no_resolving_ts_setup() local
284 for (size_t it = 0; it < ARRAY_SIZE(testing_id_addr_type_lut); it++) { in ZTEST() local
/Zephyr-Core-3.5.0/tests/bluetooth/host/keys/mocks/
Dkeys_help_utils.c31 for (size_t it = 0; it < size; it++) { in fill_key_pool_by_id_addr() local
57 for (size_t it = 0; it < size; it++) { in fill_key_pool_by_id_addr_type() local
/Zephyr-Core-3.5.0/tests/net/npf/src/
Dmain.c384 for (int it = 0; it < ARRAY_SIZE(ipv4_address_list); it++) { in ZTEST() local
406 for (int it = 0; it < ARRAY_SIZE(ipv4_address_list); it++) { in ZTEST() local
448 for (int it = 0; it < ARRAY_SIZE(ipv6_address_list); it++) { in ZTEST() local
470 for (int it = 0; it < ARRAY_SIZE(ipv6_address_list); it++) { in ZTEST() local
/Zephyr-Core-3.5.0/subsys/net/lib/dns/
Ddns_sd.h33 #define DNS_SD_FOREACH(it) \ argument
/Zephyr-Core-3.5.0/tests/bluetooth/host/keys/bt_keys_update_usage/src/
Dtest_suite_save_aging_counter.c60 for (size_t it = 0; it < ARRAY_SIZE(testing_id_addr_pair_lut); it++) { in ZTEST() local
Dmain.c121 for (size_t it = 0; it < ARRAY_SIZE(testing_id_addr_pair_lut); it++) { in ZTEST() local
/Zephyr-Core-3.5.0/tests/bluetooth/host/keys/bt_keys_add_type/src/
Dmain.c33 for (size_t it = 0; it < ARRAY_SIZE(testing_type_lut); it++) { in ZTEST() local
/Zephyr-Core-3.5.0/tests/bluetooth/host/keys/bt_keys_find/src/
Dmain.c98 for (size_t it = 0; it < ARRAY_SIZE(testing_id_addr_type_lut); it++) { in ZTEST() local
/Zephyr-Core-3.5.0/tests/bluetooth/host/id/bt_id_get/src/
Dmain.c80 for (size_t it = 0; it < ARRAY_SIZE(testing_counts); it++) { in ZTEST() local
/Zephyr-Core-3.5.0/include/zephyr/sys/
Dhash_map_api.h68 static inline bool sys_hashmap_iterator_has_next(const struct sys_hashmap_iterator *it) in sys_hashmap_iterator_has_next()
Dhash_map.h147 struct sys_hashmap_iterator it = {0}; in sys_hashmap_foreach() local
/Zephyr-Core-3.5.0/drivers/sensor/tsl2540/
Dtsl2540.c157 double it; in tsl2540_attr_set() local
/Zephyr-Core-3.5.0/drivers/sensor/veml7700/
Dveml7700.c84 enum veml7700_als_it it; member
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/
Ddfu_cli.c815 enum bt_mesh_dfu_iter it = BT_MESH_DFU_ITER_CONTINUE; in handle_info_status() local
Daccess.c1670 struct bt_mesh_model *it; in bt_mesh_model_extend() local