Searched refs:total_cyc (Results  1 – 2 of 2) sorted by relevance
| /Zephyr-latest/tests/subsys/logging/log_benchmark/src/ | 
| D | main.c | 140 	uint32_t total_cyc = 0;  in run_log_message_store_time_no_overwrite()  local 143 	TEST_LOG_MESSAGE_STORE_NO_OVERFLOW(0, total_cyc, total_msg);  in run_log_message_store_time_no_overwrite() 144 	TEST_LOG_MESSAGE_STORE_NO_OVERFLOW(1, total_cyc, total_msg);  in run_log_message_store_time_no_overwrite() 145 	TEST_LOG_MESSAGE_STORE_NO_OVERFLOW(2, total_cyc, total_msg);  in run_log_message_store_time_no_overwrite() 146 	TEST_LOG_MESSAGE_STORE_NO_OVERFLOW(3, total_cyc, total_msg);  in run_log_message_store_time_no_overwrite() 147 	TEST_LOG_MESSAGE_STORE_NO_OVERFLOW(4, total_cyc, total_msg);  in run_log_message_store_time_no_overwrite() 148 	TEST_LOG_MESSAGE_STORE_NO_OVERFLOW(5, total_cyc, total_msg);  in run_log_message_store_time_no_overwrite() 149 	TEST_LOG_MESSAGE_STORE_NO_OVERFLOW(6, total_cyc, total_msg);  in run_log_message_store_time_no_overwrite() 150 	TEST_LOG_MESSAGE_STORE_NO_OVERFLOW(7, total_cyc, total_msg);  in run_log_message_store_time_no_overwrite() 151 	TEST_LOG_MESSAGE_STORE_NO_OVERFLOW(8, total_cyc, total_msg);  in run_log_message_store_time_no_overwrite() [all …] 
 | 
| /Zephyr-latest/drivers/display/ | 
| D | display_renesas_ra.c | 354 			.output = {.htiming = {.total_cyc =                                        \ 372 				   .vtiming = {.total_cyc =                                        \
  |