Home
last modified time | relevance | path

Searched refs:test_data (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/sys/contrib/libsodium/test/default/
H A Dsign.c17 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 Dtest-expandargv.c72 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 Dsanity_test.c53 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 Dt_fss.sh63 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 DEmulationStateARM.cpp277 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 DEmulationStateARM.h38 bool LoadStateFromDictionary(lldb_private::OptionValueDictionary *test_data);
H A DEmulateInstructionARM.h140 OptionValueDictionary *test_data) override;
H A DEmulateInstructionARM.cpp14431 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 DEmulateInstructionPPC64.h63 OptionValueDictionary *test_data) override { in TestEmulation() argument
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h67 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation() argument
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h74 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation() argument
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h79 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation() argument
/freebsd-12.1/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd.h54 O(test_data, int, int) \
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DEmulateInstruction.h388 OptionValueDictionary *test_data) = 0;
/freebsd-12.1/crypto/heimdal/lib/asn1/
H A Dcheck-gen.c708 struct test_data { struct
718 struct test_data td[] = { in check_tag_length() argument