Searched refs:total_post_tests_count (Results 1 – 2 of 2) sorted by relevance
90 extern uint32_t total_post_tests_count;
61 uint32_t total_post_tests_count = 0; variable242 assert(total_post_tests_count < UINT16_MAX); in xnupost_list_tests()243 testp->xt_test_num = (uint16_t)++total_post_tests_count; in xnupost_list_tests()