Searched refs:test_log_index (Results 1 – 1 of 1) sorted by relevance
11 static ULONG test_log_index = 0; variable307 test_log_index = 0; in test_log_reset()316 if (test_log_index < TEST_LOG_N) in test_log_add()318 test_log_report_id[test_log_index] = report_id; in test_log_add()319 test_log_report_data_len[test_log_index] = data_size; in test_log_add()321 ux_utility_memory_copy(test_log_report_data[test_log_index], data_buf, data_size); in test_log_add()322 test_log_index ++; in test_log_add()