| /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/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/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/bsd/jemalloc.old/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...] |
| /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/external/bsd/jemalloc/dist/test/unit/ |
| hpa_vectorized_madvise_large_batch.c | 56 test_data_t *test_data = malloc(sizeof(test_data_t)); local 57 assert_ptr_not_null(test_data, ""); 59 test_data->base = base; 61 err = edata_cache_init(&test_data->shard_edata_cache, base); 64 err = emap_init(&test_data->emap, test_data->base, /* zeroed */ false); 67 err = hpa_central_init(&test_data->central, test_data->base, hooks); 72 err = hpa_shard_init(tsdn, &test_data->shard, &test_data->central 82 test_data_t *test_data = (test_data_t *)shard; local [all...] |
| pa.c | 53 test_data_t *test_data = calloc(1, sizeof(test_data_t)); local 54 assert_ptr_not_null(test_data, ""); 55 init_test_extent_hooks(&test_data->hooks); 57 base_t *base = base_new(TSDN_NULL, /* ind */ 1, &test_data->hooks, 61 test_data->base = base; 62 bool err = emap_init(&test_data->emap, test_data->base, 70 &test_data->central, base, opt_hpa, &hpa_hooks_default); 74 err = pa_shard_init(TSDN_NULL, &test_data->shard, &test_data->central 91 test_data_t *test_data = (test_data_t *)arg; local 113 test_data_t *test_data = init_test_data(0, 0); local 127 test_data_t *test_data = init_test_data(-1, -1); local [all...] |
| hpa_sec_integration.c | 56 test_data_t *test_data = malloc(sizeof(test_data_t)); local 57 assert_ptr_not_null(test_data, ""); 59 test_data->base = base; 61 err = edata_cache_init(&test_data->shard_edata_cache, base); 64 err = emap_init(&test_data->emap, test_data->base, /* zeroed */ false); 67 err = hpa_central_init(&test_data->central, test_data->base, hooks); 70 err = hpa_shard_init(tsdn, &test_data->shard, &test_data->central 80 test_data_t *test_data = (test_data_t *)shard; local [all...] |
| hpa_thp_always.c | 55 test_data_t *test_data = malloc(sizeof(test_data_t)); local 56 assert_ptr_not_null(test_data, ""); 58 test_data->base = base; 60 err = edata_cache_init(&test_data->shard_edata_cache, base); 63 err = emap_init(&test_data->emap, test_data->base, /* zeroed */ false); 66 err = hpa_central_init(&test_data->central, test_data->base, hooks); 71 err = hpa_shard_init(tsdn, &test_data->shard, &test_data->central 81 test_data_t *test_data = (test_data_t *)shard; local [all...] |
| hpa_vectorized_madvise.c | 55 test_data_t *test_data = malloc(sizeof(test_data_t)); local 56 assert_ptr_not_null(test_data, ""); 58 test_data->base = base; 60 err = edata_cache_init(&test_data->shard_edata_cache, base); 63 err = emap_init(&test_data->emap, test_data->base, /* zeroed */ false); 66 err = hpa_central_init(&test_data->central, test_data->base, hooks); 72 err = hpa_shard_init(tsdn, &test_data->shard, &test_data->central 82 test_data_t *test_data = (test_data_t *)shard; local [all...] |
| /src/external/mit/expat/dist/tests/ |
| alloc_tests.c | 1661 ExtFaults test_data local 1687 XML_SetUserData(g_parser, &test_data);
|
| misc_tests.c | 589 ExtHdlrData *const test_data = (ExtHdlrData *)userData; local 590 CharData_AppendXMLChars(test_data->storage, s, len); 607 ExtHdlrData test_data = {"&e4;\n", external_entity_null_loader, &storage}; local 612 XML_SetUserData(parser, &test_data);
|
| /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
|