Searched refs:test_table (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/fixincludes/ |
H A D | fixtests.c | 139 static test_entry_t test_table[] = { FIX_TEST_TABLE { NULL, NULL }}; in run_test() local 141 #define TEST_TABLE_CT (ARRAY_SIZE (test_table)-1) in run_test() 144 test_entry_t* pte = test_table; in run_test()
|
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/ |
H A D | fixtests.c | 139 static test_entry_t test_table[] = { FIX_TEST_TABLE { NULL, NULL }}; in run_test() local 141 #define TEST_TABLE_CT (ARRAY_SIZE (test_table)-1) in run_test() 144 test_entry_t* pte = test_table; in run_test()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | asn1_time_test.c | 110 static int test_table(struct testdata *tbl, int idx) in test_table() function 260 return test_table(tbl_testdata_pos, idx); in test_table_pos() 265 return test_table(tbl_testdata_neg, idx); in test_table_neg() 270 return test_table(tbl_testdata_pos_64bit, idx); in test_table_pos_64bit() 275 return test_table(tbl_testdata_neg_64bit, idx); in test_table_neg_64bit()
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | asn1_time_test.c | 110 static int test_table(struct testdata *tbl, int idx) in test_table() function 260 return test_table(tbl_testdata_pos, idx); in test_table_pos() 265 return test_table(tbl_testdata_neg, idx); in test_table_neg() 270 return test_table(tbl_testdata_pos_64bit, idx); in test_table_pos_64bit() 275 return test_table(tbl_testdata_neg_64bit, idx); in test_table_neg_64bit()
|