| /freebsd-12.1/sys/contrib/libsodium/test/default/ |
| H A D | sign.c | 17 static TestData test_data[] = { variable 1088 for (i = 0U; i < (sizeof test_data) / (sizeof test_data[0]); i++) { in main() 1094 memcpy(skpk, test_data[i].sk, crypto_sign_SEEDBYTES); in main() 1095 memcpy(skpk + crypto_sign_SEEDBYTES, test_data[i].pk, in main() 1102 if (memcmp(test_data[i].sig, sm, crypto_sign_BYTES) != 0) { in main() 1122 if (memcmp(test_data[i].m, m, (size_t)mlen) != 0) { in main() 1132 test_data[i].pk) == 0) { in main() 1147 if (memcmp(test_data[i].sig, sig, crypto_sign_BYTES) != 0) { in main() 1153 i, test_data[i].pk) != 0) { in main() 1162 memcpy(sm, test_data[i].m, i); in main() [all …]
|
| /freebsd-12.1/contrib/gcclibs/libiberty/testsuite/ |
| H A D | test-expandargv.c | 72 const char *test_data[] = { variable 156 writeout_test (int test, const char * test_data) in writeout_test() argument 170 len = strlen (test_data); in writeout_test() 175 memcpy (parse, test_data, sizeof (char) * len); in writeout_test() 203 run_tests (const char **test_data) in run_tests() argument 211 while (test_data[j]) in run_tests() 214 writeout_test (i, test_data[j++]); in run_tests() 221 while (test_data[j + argc_before]) in run_tests() 224 while (test_data[j + argc_after]) in run_tests() 228 argv_after = dupargv ((char **) &test_data[j]); in run_tests() [all …]
|
| /freebsd-12.1/contrib/atf/atf-c/detail/ |
| H A D | sanity_test.c | 53 struct test_data { struct 64 struct test_data *td = v; in do_test_child() argument 99 struct test_data td = { t, cond }; in do_test()
|
| /freebsd-12.1/contrib/netbsd-tests/dev/fss/ |
| H A D | t_fss.sh | 63 read test_data < ./m2/text 64 atf_check_equal "${orig_data}" "${test_data}"
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulationStateARM.cpp | 277 OptionValueDictionary *test_data) { in LoadStateFromDictionary() argument 281 if (!test_data) in LoadStateFromDictionary() 284 OptionValueSP value_sp = test_data->GetValueForKey(memory_key); in LoadStateFromDictionary() 318 value_sp = test_data->GetValueForKey(registers_key); in LoadStateFromDictionary()
|
| H A D | EmulationStateARM.h | 38 bool LoadStateFromDictionary(lldb_private::OptionValueDictionary *test_data);
|
| H A D | EmulateInstructionARM.h | 140 OptionValueDictionary *test_data) override;
|
| H A D | EmulateInstructionARM.cpp | 14431 OptionValueDictionary *test_data) { in TestEmulation() argument 14432 if (!test_data) { in TestEmulation() 14441 OptionValueSP value_sp = test_data->GetValueForKey(opcode_key); in TestEmulation() 14469 value_sp = test_data->GetValueForKey(before_key); in TestEmulation() 14482 value_sp = test_data->GetValueForKey(after_key); in TestEmulation()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/PPC64/ |
| H A D | EmulateInstructionPPC64.h | 63 OptionValueDictionary *test_data) override { in TestEmulation() argument
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.h | 67 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation() argument
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/ |
| H A D | EmulateInstructionMIPS64.h | 74 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation() argument
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/ |
| H A D | EmulateInstructionMIPS.h | 79 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation() argument
|
| /freebsd-12.1/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | tsd.h | 54 O(test_data, int, int) \
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | EmulateInstruction.h | 388 OptionValueDictionary *test_data) = 0;
|
| /freebsd-12.1/crypto/heimdal/lib/asn1/ |
| H A D | check-gen.c | 708 struct test_data { struct 718 struct test_data td[] = { in check_tag_length() argument
|