Searched refs:total_failure_count (Results 1 – 3 of 3) sorted by relevance
17 extern unsigned int total_failure_count;54 total_failure_count += failure_count; \
87 …, "\nFinished testing CCAPI. %d failure%s in total.\n", total_failure_count, (total_failure_count … in main()
4 unsigned int total_failure_count = 0; variable