| /src/external/gpl3/gdb/dist/sim/testsuite/mips/ |
| r6-llsc-dp.s | 12 test_data: label 30 llwp $2, $3, test_data 31 checkpair_dword $2, $3, test_data, end_check 37 scwp $2, $3, test_data 39 checkpair_dword $s0, $3, test_data, end_check 43 lldp $2, $3, test_data 44 checkpair_qword $2, $3, test_data, end_check 50 scdp $2, $3, test_data 52 checkpair_qword $s0, $3, test_data, end_check
|
| r6-llsc-wp.s | 12 test_data: label 27 llwp $2, $3, test_data 28 checkpair_dword $2, $3, test_data, end_check 34 scwp $2, $3, test_data 36 checkpair_dword $s0, $3, test_data, end_check
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/mips/ |
| r6-llsc-dp.s | 12 test_data: label 30 llwp $2, $3, test_data 31 checkpair_dword $2, $3, test_data, end_check 37 scwp $2, $3, test_data 39 checkpair_dword $s0, $3, test_data, end_check 43 lldp $2, $3, test_data 44 checkpair_qword $2, $3, test_data, end_check 50 scdp $2, $3, test_data 52 checkpair_qword $s0, $3, test_data, end_check
|
| r6-llsc-wp.s | 12 test_data: label 27 llwp $2, $3, test_data 28 checkpair_dword $2, $3, test_data, end_check 34 scwp $2, $3, test_data 36 checkpair_dword $s0, $3, test_data, end_check
|
| /src/sys/external/isc/libsodium/dist/test/default/ |
| sign.c | 17 static TestData test_data[] = { variable [all...] |
| /src/external/bsd/atf/dist/atf-c/detail/ |
| sanity_test.c | 56 struct test_data { struct 67 struct test_data *td = v; 102 struct test_data td = { t, cond };
|
| /src/external/bsd/jemalloc/dist/test/unit/ |
| pa.c | 52 test_data_t *test_data = calloc(1, sizeof(test_data_t)); local 53 assert_ptr_not_null(test_data, ""); 54 init_test_extent_hooks(&test_data->hooks); 56 base_t *base = base_new(TSDN_NULL, /* ind */ 1, &test_data->hooks, 60 test_data->base = base; 61 bool err = emap_init(&test_data->emap, test_data->base, 68 err = pa_central_init(&test_data->central, base, opt_hpa, 73 err = pa_shard_init(TSDN_NULL, &test_data->shard, &test_data->central 89 test_data_t *test_data = (test_data_t *)arg; local 111 test_data_t *test_data = init_test_data(0, 0); local [all...] |
| hpa.c | 44 test_data_t *test_data = malloc(sizeof(test_data_t)); local 45 assert_ptr_not_null(test_data, ""); 47 test_data->base = base; 49 err = edata_cache_init(&test_data->shard_edata_cache, base); 52 err = emap_init(&test_data->emap, test_data->base, /* zeroed */ false); 55 err = hpa_central_init(&test_data->central, test_data->base, hooks); 58 err = hpa_shard_init(&test_data->shard, &test_data->central 68 test_data_t *test_data = (test_data_t *)shard; local [all...] |
| mallctl.c | 1173 activity_test_data_t *test_data = (activity_test_data_t *)uctx; local 1174 test_data->obtained_alloc = alloc; 1175 test_data->obtained_dalloc = dalloc; 1197 activity_test_data_t test_data = {333, 444}; local 1199 {&activity_test_callback, &test_data}; 1210 expect_u64_eq(test_data.obtained_alloc, *allocatedp, ""); 1211 expect_u64_eq(test_data.obtained_dalloc, *deallocatedp, ""); 1214 expect_u64_eq(test_data.obtained_alloc, *allocatedp, ""); 1215 expect_u64_eq(test_data.obtained_dalloc, *deallocatedp, ""); 1224 expect_true(old_thunk.uctx == &test_data, ""); [all...] |
| /src/external/bsd/libarchive/dist/libarchive/test/ |
| test_short_writes.c | 182 uint16_t test_data[16384]; local 186 test_data[i] = i; 193 checker_add_file(checker, "a", (char *)test_data, 1024); 204 checker_add_file(checker, "a", (char *)test_data, 21 * 1024); 213 checker_add_file(checker, "a", (char *)test_data, 1024);
|
| /src/external/gpl3/gdb.old/dist/libiberty/testsuite/ |
| test-strtol.c | 81 const struct test_data_t test_data[] = { variable in typeref:struct:test_data_t 120 run_tests (const struct test_data_t *test_data, size_t ntests) 132 switch (test_data[i].fun) 135 res = (unsigned long) strtol (test_data[i].nptr, 136 0, test_data[i].base); 139 res = strtoul (test_data[i].nptr, 0, test_data[i].base); 143 res = strtoll (test_data[i].nptr, 0, test_data[i].base); 146 res = strtoull (test_data[i].nptr, 0, test_data[i].base) [all...] |
| test-expandargv.c | 64 The \n is an important part of test_data since expandargv 75 const char *test_data[] = { variable 249 writeout_test (int test, const char * test_data) 263 len = strlen (test_data); 268 memcpy (parse, test_data, sizeof (char) * (len + 1)); 371 run_tests (const char **test_data) 380 while (test_data[j]) 383 input_str = test_data[j]; 386 writeout_test (i, test_data[j++]); 388 argv_before = dupargv ((char **) &test_data[j]) [all...] |
| /src/external/mit/expat/dist/tests/ |
| alloc_tests.c | 1654 ExtFaults test_data local 1680 XML_SetUserData(g_parser, &test_data);
|
| misc_tests.c | 586 ExtHdlrData *const test_data = (ExtHdlrData *)userData; local 587 CharData_AppendXMLChars(test_data->storage, s, len); 604 ExtHdlrData test_data = {"&e4;\n", external_entity_null_loader, &storage}; local 609 XML_SetUserData(parser, &test_data);
|
| handlers.c | 442 ExtTest *test_data = (ExtTest *)XML_GetUserData(parser); local 451 if (test_data->encoding != NULL) { 452 if (! XML_SetEncoding(extparser, test_data->encoding)) 455 if (_XML_Parse_SINGLE_BYTES(extparser, test_data->parse_text, 456 (int)strlen(test_data->parse_text), XML_TRUE) 1132 ExtHdlrData *test_data = (ExtHdlrData *)XML_GetUserData(parser); local 1142 XML_SetExternalEntityRefHandler(ext_parser, test_data->handler); 1143 if (_XML_Parse_SINGLE_BYTES(ext_parser, test_data->parse_text, 1144 (int)strlen(test_data->parse_text), XML_TRUE) 1157 ExtTest2 *test_data = (ExtTest2 *)XML_GetUserData(parser) local 1184 ExtFaults2 *test_data = (ExtFaults2 *)XML_GetUserData(parser); local 1661 ExtTest2 *test_data = (ExtTest2 *)userData; local 1956 ExtTest *const test_data = (ExtTest *)userData; local [all...] |
| basic_tests.c | 983 ExtTest test_data local 995 run_ext_character_check(text, &test_data, expected); 1017 ExtTest test_data = {"\xEF\xBB\xBF" /* BOM */ local 1028 run_ext_character_check(text, &test_data, expected); 1110 ExtTest test_data = {"<!ELEMENT doc (#PCDATA)*>", NULL, NULL}; local 1113 XML_SetUserData(g_parser, &test_data); 1128 ExtTest test_data = {"<!ENTITY entity 'bar'>", NULL, NULL}; local 1132 XML_SetUserData(g_parser, &test_data); 1146 ExtTest test_data = {"<!ELEMENT doc (#PCDATA)*>", NULL, NULL}; local 1150 run_ext_character_check(text, &test_data, XCS("")) 1159 ExtTest test_data = {"<!ELEMENT doc (#PCDATA)*>", NULL, NULL}; local 1181 ExtTest test_data = {"<!ELEMENT doc (#PCDATA)*>", NULL, NULL}; local 2308 ExtTest test_data = {"<!ELEMENT doc (#PCDATA)*>", NULL, NULL}; local 2344 ExtTest test_data = {"<!ELEMENT doc (#PCDATA)*>", NULL, NULL}; local 2361 ExtFaults test_data local 2378 ExtTest test_data = {"<!ELEMENT doc (#PCDATA)*>", NULL, NULL}; local 4073 ExtTest test_data = {"<!ELEMENT doc EMPTY>\\n" local 4090 ExtHdlrData test_data local 4108 ExtHdlrData test_data local 4131 ExtTest test_data local 4578 ExtTest2 test_data local 4609 ExtTest2 test_data local 4644 ExtTest2 test_data local 4675 ExtTest2 test_data local 4707 ExtTest2 test_data = {"<\\0e\\0\/\\0>\\0", 8, XCS("utf-16be"), NULL}; local 4736 ExtTest2 test_data = {"\\0<\\0e\\0\/\\0>", 8, XCS("utf-16le"), NULL}; local 4771 ExtFaults2 test_data local 4788 ExtTest2 test_data local 5220 ExtTest2 test_data local 5252 ExtTest2 test_data local 5358 DefaultCheck test_data[] = {{XCS("'pubname'"), 9, XML_FALSE}, local [all...] |
| /src/external/gpl3/gdb/dist/libiberty/testsuite/ |
| test-strtol.c | 81 const struct test_data_t test_data[] = { variable in typeref:struct:test_data_t 120 run_tests (const struct test_data_t *test_data, size_t ntests) 132 switch (test_data[i].fun) 135 res = (unsigned long) strtol (test_data[i].nptr, 136 0, test_data[i].base); 139 res = strtoul (test_data[i].nptr, 0, test_data[i].base); 143 res = strtoll (test_data[i].nptr, 0, test_data[i].base); 146 res = strtoull (test_data[i].nptr, 0, test_data[i].base) [all...] |
| test-expandargv.c | 64 The \n is an important part of test_data since expandargv 75 const char *test_data[] = { variable 249 writeout_test (int test, const char * test_data) 263 len = strlen (test_data); 268 memcpy (parse, test_data, sizeof (char) * (len + 1)); 371 run_tests (const char **test_data) 380 while (test_data[j]) 383 input_str = test_data[j]; 386 writeout_test (i, test_data[j++]); 388 argv_before = dupargv ((char **) &test_data[j]) [all...] |
| test-doubly-linked-list.c | 193 const struct test_data_t test_data[] = { variable in typeref:struct:test_data_t 225 failures += ! check ("append", &test_data[0], &wrapper); 232 failures += ! check ("sort", &test_data[1], &wrapper); 239 failures += ! check ("prepend", &test_data[2], &wrapper); 243 failures += ! check ("insert_before", &test_data[3], &wrapper); 247 failures += ! check ("remove", &test_data[4], &wrapper); 251 failures += ! check ("swap first and last", &test_data[5], &wrapper); 256 failures += ! check ("swap adjacent nodes", &test_data[6], &wrapper); 261 failures += ! check ("swap non-adjacent nodes", &test_data[7], &wrapper); 265 failures += ! check ("sort", &test_data[8], &wrapper) [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| spellcheck.cc | 480 static const char * const test_data[] = { member in namespace:selftest 501 const int num_test_cases = ARRAY_SIZE (test_data); 508 = get_edit_distance (test_data[i], test_data[j]); 518 = get_edit_distance (test_data[j], test_data[i]);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| spellcheck.cc | 471 static const char * const test_data[] = { member in namespace:selftest 492 const int num_test_cases = sizeof (test_data) / sizeof (test_data[0]); 499 = get_edit_distance (test_data[i], test_data[j]); 509 = get_edit_distance (test_data[j], test_data[i]);
|
| /src/sys/arch/ews4800mips/stand/common/ |
| lance.c | 221 uint16_t test_data[] = { 0xffff, 0xaaaa, 0x5555, 0x0000 }; local 238 t = test_data[i] & 0xfffe; 251 t = test_data[i] & 0x00ff; 452 uint16_t test_data[] = { local 471 uint16_t *r = test_data;
|
| /src/external/lgpl2/userspace-rcu/dist/tests/benchmark/ |
| test_urcu_hash.h | 80 struct test_data { struct
|
| /src/external/ibm-public/postfix/dist/src/milter/ |
| test-milter.c | 418 static sfsistat test_data(SMFICTX *ctx) function 420 printf("test_data\n"); 472 test_data,
|
| /src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| check-gen.c | 781 struct test_data { struct 791 struct test_data td[] = { 843 struct test_data td[] = { 909 struct test_data td[] = {
|