Home
last modified time | relevance | path

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

/freebsd-13.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-13.1/contrib/kyua/engine/
H A Dscheduler.cpp830 sync_cleanup(test_data); in ~impl()
835 % test_data->test_case_name); in ~impl()
856 if (test_data->needs_cleanup) { in tests_needing_cleanup()
873 sync_cleanup(const test_exec_data* test_data) in sync_cleanup()
882 test_data->test_program, test_data->test_case_name, in sync_cleanup()
883 test_data->user_config, test_data->exit_handle.get(), in sync_cleanup()
1158 test_data->exit_handle = handle; in wait_any()
1161 test_data->test_case_name); in wait_any()
1187 test_data->needs_cleanup = false; in wait_any()
1204 if (test_data->needs_cleanup) { in wait_any()
[all …]
/freebsd-13.1/contrib/libarchive/libarchive/test/
H A Dtest_short_writes.c180 uint16_t test_data[16384]; in DEFINE_TEST() local
184 test_data[i] = i; in DEFINE_TEST()
191 checker_add_file(checker, "a", (char *)test_data, 1024); in DEFINE_TEST()
202 checker_add_file(checker, "a", (char *)test_data, 21 * 1024); in DEFINE_TEST()
211 checker_add_file(checker, "a", (char *)test_data, 1024); in DEFINE_TEST()
/freebsd-13.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-13.1/contrib/expat/tests/
H A Druntests.c1520 ExtTest test_data in START_TEST() local
2799 ExtFaults test_data in START_TEST() local
5201 ExtTest test_data in START_TEST() local
5780 ExtTest2 test_data in START_TEST() local
5811 ExtTest2 test_data in START_TEST() local
5846 ExtTest2 test_data in START_TEST() local
5877 ExtTest2 test_data in START_TEST() local
5909 ExtTest2 test_data in START_TEST() local
5939 ExtTest2 test_data in START_TEST() local
5995 if (XML_Parse(extparser, test_data->parse_text, test_data->parse_len, in external_entity_faulter2()
[all …]
/freebsd-13.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-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp276 OptionValueDictionary *test_data) { in LoadStateFromDictionary() argument
280 if (!test_data) in LoadStateFromDictionary()
283 OptionValueSP value_sp = test_data->GetValueForKey(memory_key); in LoadStateFromDictionary()
317 value_sp = test_data->GetValueForKey(registers_key); in LoadStateFromDictionary()
H A DEmulationStateARM.h37 bool LoadStateFromDictionary(lldb_private::OptionValueDictionary *test_data);
H A DEmulateInstructionARM.h139 OptionValueDictionary *test_data) override;
H A DEmulateInstructionARM.cpp14387 OptionValueDictionary *test_data) { in TestEmulation() argument
14388 if (!test_data) { in TestEmulation()
14397 OptionValueSP value_sp = test_data->GetValueForKey(opcode_key); in TestEmulation()
14425 value_sp = test_data->GetValueForKey(before_key); in TestEmulation()
14438 value_sp = test_data->GetValueForKey(after_key); in TestEmulation()
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_snapshot/
H A Dzfs_snapshot_009_pos.ksh62 test_data=$STF_SUITE/tests/functional/cli_root/zpool_upgrade/blockfiles/*.bz2
67 log_must cp -r $test_data /$ds
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h62 OptionValueDictionary *test_data) override { in TestEmulation() argument
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h66 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation() argument
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h73 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation() argument
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h81 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation() argument
/freebsd-13.1/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd.h55 O(test_data, int, int) \
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h371 OptionValueDictionary *test_data) = 0;
/freebsd-13.1/crypto/heimdal/lib/asn1/
H A Dcheck-gen.c708 struct test_data { struct
718 struct test_data td[] = { in check_tag_length() argument