Searched refs:TC_FAIL_LIST_IS_FAILED (Results 1 – 1 of 1) sorted by relevance
66 #define TC_FAIL_LIST_IS_FAILED(index) (tc_fail_list[index / 8] & (1UL << (index % 8))) macro294 if (TC_FAIL_LIST_IS_FAILED(i)) in utest_do_run()
Completed in 5 milliseconds