| /Zephyr-latest/samples/modules/tflite-micro/tflm_ethosu/src/ | 
| D | inference_process.cpp | 80 	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-latest/lib/hash/ | 
| D | hash_map_cxx.cpp | 15 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
  | 
| D | hash_map_sc.c | 135 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()
  | 
| D | hash_map_oa_lp.c | 166 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-latest/boards/native/native_sim/doc/ | 
| D | index.rst | 58 Compiling 70 Running 104 Debugging 124 Address Sanitizer (ASan) 137 Undefined Behavior Sanitizer (UBSan) 147 Coverage reports 156 32 and 64bit versions
  | 
| /Zephyr-latest/tests/bluetooth/host/keys/bt_keys_find_irk/src/ | 
| D | main.c | 127 	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-latest/samples/sensor/veml6031/src/ | 
| D | main.c | 19 static void read_with_attr(const struct device *dev, int it, int div4, int gain)  in read_with_attr() 66 	int it, div4, gain;  in read_with_all_attr()  local
  | 
| /Zephyr-latest/tests/bluetooth/host/keys/mocks/ | 
| D | keys_help_utils.c | 31 	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-latest/tests/net/npf/src/ | 
| D | main.c | 384 	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-latest/tests/bluetooth/host/keys/bt_keys_update_usage/src/ | 
| D | test_suite_save_aging_counter.c | 60 	for (size_t it = 0; it < ARRAY_SIZE(testing_id_addr_pair_lut); it++) {  in ZTEST()  local
  | 
| D | main.c | 121 	for (size_t it = 0; it < ARRAY_SIZE(testing_id_addr_pair_lut); it++) {  in ZTEST()  local
  | 
| /Zephyr-latest/subsys/net/lib/dns/ | 
| D | dns_sd.h | 33 #define DNS_SD_FOREACH(it) \  argument
  | 
| /Zephyr-latest/tests/bluetooth/host/keys/bt_keys_add_type/src/ | 
| D | main.c | 33 	for (size_t it = 0; it < ARRAY_SIZE(testing_type_lut); it++) {  in ZTEST()  local
  | 
| /Zephyr-latest/tests/bluetooth/host/keys/bt_keys_find/src/ | 
| D | main.c | 98 	for (size_t it = 0; it < ARRAY_SIZE(testing_id_addr_type_lut); it++) {  in ZTEST()  local
  | 
| /Zephyr-latest/tests/bluetooth/host/id/bt_id_get/src/ | 
| D | main.c | 80 	for (size_t it = 0; it < ARRAY_SIZE(testing_counts); it++) {  in ZTEST()  local
  | 
| /Zephyr-latest/include/zephyr/sys/ | 
| D | hash_map_api.h | 68 static inline bool sys_hashmap_iterator_has_next(const struct sys_hashmap_iterator *it)  in sys_hashmap_iterator_has_next()
  | 
| D | hash_map.h | 148 	struct sys_hashmap_iterator it = {0};  in sys_hashmap_foreach()  local
  | 
| /Zephyr-latest/drivers/sensor/ams/tsl2540/ | 
| D | tsl2540.c | 157 	double it;  in tsl2540_attr_set()  local
  | 
| /Zephyr-latest/drivers/sensor/vishay/veml7700/ | 
| D | veml7700.c | 85 	enum veml7700_als_it it;  member
  | 
| /Zephyr-latest/subsys/bluetooth/mesh/ | 
| D | dfu_cli.c | 833 	enum bt_mesh_dfu_iter it = BT_MESH_DFU_ITER_CONTINUE;  in handle_info_status()  local
  | 
| D | access.c | 1779 	const struct bt_mesh_model *it;  in bt_mesh_model_extend()  local
  | 
| /Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/tippy/ | 
| D | tippy-bundle.umd.min.js | 6 …(t)}function f(t,e){-1===t.indexOf(e)&&t.push(e)}function l(t){return t.split("-")[0]}function d(t…  function
  |