Searched refs:TC_FAIL_LIST_MARK_FAILED (Results 1 – 1 of 1) sorted by relevance
65 #define TC_FAIL_LIST_MARK_FAILED(index) (tc_fail_list[index / 8] |= (1UL << (index % 8))) macro253 TC_FAIL_LIST_MARK_FAILED(i); in utest_do_run()
Completed in 5 milliseconds