Home
last modified time | relevance | path

Searched refs:test_t (Results 1 – 8 of 8) sorted by relevance

/external/valgrind/main/VEX/switchback/
Dtest_ppc_jm1.c71 typedef struct test_t test_t; typedef
73 struct test_t { struct
79 test_t *tests; argument
670 typedef struct test_t test_t; typedef
672 struct test_t { struct
678 test_t *tests; argument
816 static test_t tests_ia_ops_two[] = {
920 static test_t tests_iar_ops_two[] = {
995 static test_t tests_il_ops_two[] = {
1085 static test_t tests_ilr_ops_two[] = {
[all …]
/external/libsepol/tests/policies/test-deps/
Dmodreq-type-global.conf10 type test_t;
12 allow test_t type_req_t : file { read write };
/external/valgrind/main/none/tests/ppc64/
Dtest_isa_2_07_part1.c192 typedef struct _test test_t; typedef
200 test_t *tests;
283 static test_t tests_istq_ops_two_i16[] = {
293 static test_t tests_ildq_ops_two_i16[] = {
311 static test_t tests_stq_ops_three[] = {
321 static test_t tests_ldq_ops_three[] = {
365 static test_t tests_move_ops_spe[] = {
725 static test_t tests_aa_quadword_two_args[] = {
734 static test_t tests_aa_quadword_three_args[] = {
742 static test_t tests_aa_bcd_ops[] = {
[all …]
Djm-insns.c328 typedef struct test_t test_t; typedef
330 struct test_t { struct
336 test_t *tests; argument
570 static test_t tests_ia_ops_two[] = {
722 static test_t tests_iar_ops_two[] = {
772 static test_t tests_iac_ops_two[] = {
800 static test_t tests_iacr_ops_two[] = {
880 static test_t tests_il_ops_two[] = {
972 static test_t tests_ilr_ops_two[] = {
1014 static test_t tests_icr_ops_two[] = {
[all …]
/external/valgrind/main/none/tests/ppc32/
Dtest_isa_2_07_part1.c192 typedef struct _test test_t; typedef
200 test_t *tests;
283 static test_t tests_istq_ops_two_i16[] = {
293 static test_t tests_ildq_ops_two_i16[] = {
311 static test_t tests_stq_ops_three[] = {
321 static test_t tests_ldq_ops_three[] = {
365 static test_t tests_move_ops_spe[] = {
725 static test_t tests_aa_quadword_two_args[] = {
734 static test_t tests_aa_quadword_three_args[] = {
742 static test_t tests_aa_bcd_ops[] = {
[all …]
Djm-insns.c328 typedef struct test_t test_t; typedef
330 struct test_t { struct
336 test_t *tests; argument
570 static test_t tests_ia_ops_two[] = {
722 static test_t tests_iar_ops_two[] = {
772 static test_t tests_iac_ops_two[] = {
800 static test_t tests_iacr_ops_two[] = {
880 static test_t tests_il_ops_two[] = {
972 static test_t tests_ilr_ops_two[] = {
1014 static test_t tests_icr_ops_two[] = {
[all …]
/external/jemalloc/test/src/
Dtest.c64 p_test(test_t *t, ...) in p_test()
83 for (; t != NULL; t = va_arg(ap, test_t *)) { in p_test()
/external/jemalloc/test/include/test/
Dtest.h297 typedef void (test_t)(void); typedef
326 test_status_t p_test(test_t *t, ...);