Home
last modified time | relevance | path

Searched refs:fail_cnt (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/samples/boards/mec172xevb_assy6906/rom_api/src/
Dmain.c404 int fail_cnt = 0, ret = 0; in test_zephyr_hash_chunk_block_size() local
436 fail_cnt++; in test_zephyr_hash_chunk_block_size()
452 fail_cnt++; in test_zephyr_hash_chunk_block_size()
471 fail_cnt++; in test_zephyr_hash_chunk_block_size()
478 fail_cnt++; in test_zephyr_hash_chunk_block_size()
487 fail_cnt++; in test_zephyr_hash_chunk_block_size()
491 return fail_cnt; in test_zephyr_hash_chunk_block_size()
496 int fail_cnt = 0, ret = 0, chunk_cnt = 0; in test_zephyr_hash_chunk() local
529 fail_cnt++; in test_zephyr_hash_chunk()
579 fail_cnt++; in test_zephyr_hash_chunk()
[all …]
/Zephyr-Core-3.7.0/drivers/bluetooth/hci/
Dipc.c163 static size_t fail_cnt; in bt_ipc_iso_recv() local
180 fail_cnt = 0U; in bt_ipc_iso_recv()
182 if ((fail_cnt % 100U) == 0U) { in bt_ipc_iso_recv()
183 LOG_ERR("No available ISO buffers (%zu)!", fail_cnt); in bt_ipc_iso_recv()
186 fail_cnt++; in bt_ipc_iso_recv()
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/shell/
Dbap_usb.c142 static size_t fail_cnt; in bap_usb_send_frames_to_usb() local
147 if ((fail_cnt % bap_get_stats_interval()) == 0U) { in bap_usb_send_frames_to_usb()
149 fail_cnt, i); in bap_usb_send_frames_to_usb()
152 fail_cnt++; in bap_usb_send_frames_to_usb()
157 fail_cnt = 0U; in bap_usb_send_frames_to_usb()