Searched refs:test_t (Results 1 – 12 of 12) sorted by relevance
71 typedef struct test_t test_t; typedef73 struct test_t { struct79 test_t *tests; argument668 typedef struct test_t test_t; typedef670 struct test_t { struct676 test_t *tests; argument814 static test_t tests_ia_ops_two[] = {918 static test_t tests_iar_ops_two[] = {993 static test_t tests_il_ops_two[] = {1083 static test_t tests_ilr_ops_two[] = {[all …]
64 p_test_impl(bool do_malloc_init, test_t *t, va_list ap) in p_test_impl()82 for (; t != NULL; t = va_arg(ap, test_t *)) { in p_test_impl()100 p_test(test_t *t, ...) in p_test()114 p_test_no_malloc_init(test_t *t, ...) in p_test_no_malloc_init()
339 typedef struct test_t test_t; typedef341 struct test_t { struct347 test_t *tests; argument581 static test_t tests_ia_ops_two[] = {733 static test_t tests_iar_ops_two[] = {783 static test_t tests_iac_ops_two[] = {811 static test_t tests_iacr_ops_two[] = {891 static test_t tests_il_ops_two[] = {983 static test_t tests_ilr_ops_two[] = {1025 static test_t tests_icr_ops_two[] = {[all …]
198 typedef struct _test test_t; typedef206 test_t *tests;289 static test_t tests_istq_ops_two_i16[] = {299 static test_t tests_ildq_ops_two_i16[] = {340 static test_t tests_stq_ops_three[] = {364 static test_t tests_ldq_ops_three[] = {412 static test_t tests_move_ops_spe[] = {772 static test_t tests_aa_quadword_two_args[] = {781 static test_t tests_aa_quadword_three_args[] = {789 static test_t tests_aa_bcd_ops[] = {[all …]
10 type test_t;12 allow test_t type_req_t : file { read write };
115 } test_t; typedef127 test_t sems;160 sems_tmp = (test_t *) malloc(sizeof(test_t));
112 } test_t; typedef256 test_t *dt = (test_t *) arg; in waiter()314 test_t td; in do_threads_test()
35 static struct test_t { struct
114 } test_t; typedef127 test_t sems; in main()160 sems_tmp = malloc(sizeof(test_t)); in main()
297 typedef void (test_t)(void); typedef329 test_status_t p_test(test_t *t, ...);330 test_status_t p_test_no_malloc_init(test_t *t, ...);