Searched refs:g_profiler_msg_index (Results 1 – 1 of 1) sorted by relevance
45 static uint16_t g_profiler_msg_index = 0; variable236 for (uint16_t i = 0; i < g_profiler_msg_index; i++) { in FlushProfilerMsg()249 g_profiler_msg_index = 0; in FlushProfilerMsg()354 if (g_profiler_msg_index == 0) { in Output()360 if (g_profiler_msg_index >= PROFILER_MSG_LENGTH) { in Output()370 if (strcpy_s(msg_[g_profiler_msg_index].msg, MSG_LENGTH, buf) != 0) { in Output()374 g_profiler_msg_index++; in Output()