Searched refs:test_data (Results 1 - 13 of 13) sorted by relevance

/freebsd-11.0-release/contrib/gcclibs/libiberty/testsuite/
H A Dtest-expandargv.c61 The \n is an important part of test_data since expandargv
72 const char *test_data[] = { variable
156 writeout_test (int test, const char * test_data) argument
170 len = strlen (test_data);
175 memcpy (parse, test_data, sizeof (char) * len);
203 run_tests (const char **test_data) argument
211 while (test_data[j])
214 writeout_test (i, test_data[j++]);
216 argv_before = dupargv ((char **) &test_data[j]);
221 while (test_data[
[all...]
/freebsd-11.0-release/sys/boot/arm/at91/bootspi/
H A Dee.c137 char test_data; local
158 EERead(ee_off, &test_data, 1);
/freebsd-11.0-release/sys/boot/arm/at91/libat91/
H A Deeprom.c148 unsigned char test_data; local
180 ReadEEPROM(ee_off, &test_data, 1);
/freebsd-11.0-release/contrib/atf/atf-c/detail/
H A Dsanity_test.c53 struct test_data { struct
64 struct test_data *td = v;
99 struct test_data td = { t, cond };
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.h48 LoadStateFromDictionary (lldb_private::OptionValueDictionary *test_data);
H A DEmulationStateARM.cpp319 EmulationStateARM::LoadStateFromDictionary (OptionValueDictionary *test_data) argument
324 if (!test_data)
327 OptionValueSP value_sp = test_data->GetValueForKey (memory_key);
363 value_sp = test_data->GetValueForKey (registers_key);
H A DEmulateInstructionARM.h173 TestEmulation (Stream *out_stream, ArchSpec &arch, OptionValueDictionary *test_data) override;
H A DEmulateInstructionARM.cpp13650 EmulateInstructionARM::TestEmulation (Stream *out_stream, ArchSpec &arch, OptionValueDictionary *test_data) argument
13652 if (!test_data)
13662 OptionValueSP value_sp = test_data->GetValueForKey (opcode_key);
13695 value_sp = test_data->GetValueForKey (before_key);
13709 value_sp = test_data->GetValueForKey (after_key);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h92 lldb_private::OptionValueDictionary *test_data) override
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h96 lldb_private::OptionValueDictionary *test_data) override
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h97 lldb_private::OptionValueDictionary *test_data) override
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DEmulateInstruction.h410 TestEmulation (Stream *out_stream, ArchSpec &arch, OptionValueDictionary *test_data) = 0;
/freebsd-11.0-release/crypto/heimdal/lib/asn1/
H A Dcheck-gen.c708 struct test_data { struct
718 struct test_data td[] = {

Completed in 157 milliseconds