Searched refs:utest_tc_export (Results 1 – 2 of 2) sorted by relevance
71 struct utest_tc_export { struct78 typedef struct utest_tc_export *utest_tc_export_t; argument142 static const struct utest_tc_export _utest_testcase = \153 rt_used static const struct utest_tc_export _utest_testcase \
52 __declspec(allocate("UtestTcTab$a")) const struct utest_tc_export __tc_export_begin =58 __declspec(allocate("UtestTcTab$z")) const struct utest_tc_export __tc_export_end =97 ptr_begin += (sizeof(struct utest_tc_export) / sizeof(unsigned int)); in utest_init()106 tc_table = (utest_tc_export_t)rt_malloc(sizeof(struct utest_tc_export)); in utest_init()108 … tc_table = (utest_tc_export_t)rt_realloc(tc_table, (tc_num + 1)* sizeof(struct utest_tc_export)); in utest_init()111 ptr += (sizeof(struct utest_tc_export) / sizeof(unsigned int)); in utest_init()
Completed in 4 milliseconds