Searched refs:in (Results 1 - 25 of 183) sorted by relevance

12345678

/gem5/src/systemc/tests/systemc/utils/sc_vector/test05/
H A Dtest05.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
45 dump_port_array( const char* from, const port_vec& in )
48 for( unsigned i=0; i<in.size(); ++i )
52 << in[i].name()
53 << ".size() == " << in[i].size();
55 for( int j=0; j<in[i].size(); ++j)
59 << dynamic_cast<const sc_core::sc_object*>(in[i][j])->name()
68 port_vec in; local
71 : in("i
83 port_vec in; local
[all...]
/gem5/src/systemc/tests/systemc/misc/stars/star130786/
H A Dtest.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
65 sc_in<sc_uint<16> > in; local
71 a = in.read();
91 sc_signal<sc_uint<16> > in; local
95 test.in(in);
97 in.write(10); // Initialize "in" with "10"
/gem5/src/systemc/tests/systemc/kernel/module_method_after_sc_start/
H A Dmodule_method_after_sc_start.cpp6 sc_in<bool> in; local
7 SC_CTOR(Y) : in("in")
10 sensitive << in; local
32 y.in(clock);
/gem5/src/systemc/tests/systemc/kernel/module_thread_after_sc_start/
H A Dmodule_thread_after_sc_start.cpp6 sc_in<bool> in; local
7 SC_CTOR(Y) : in("in")
10 sensitive << in; local
32 y.in(clock);
/gem5/src/systemc/tests/systemc/misc/sim_tests/tri_state2/
H A Ddriver.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
48 cout << "Input is = " << in.read() << endl;
52 cout << "Input is = " << in.read() << endl;
57 cout << "Input is = " << in.read() << endl;
61 cout << "Input is = " << in.read() << endl;
H A Dts_buf.h7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
47 sc_in<bool> in; local
58 in(IN1);
61 sensitive << in << control;
64 // Process functionality in member function below
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt6.1/
H A Ddriver.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
48 cout << "Input is = " << in.read() << endl;
52 cout << "Input is = " << in.read() << endl;
57 cout << "Input is = " << in.read() << endl;
61 cout << "Input is = " << in.read() << endl;
H A Dts_buf.h7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
47 const sc_signal<bool>& in; //input local
56 : in(IN_), control(CONTROL), ts_out(TS_OUT)
59 sensitive << in; local
63 // Process functionality in member function below
/gem5/src/systemc/tests/systemc/misc/communication/reslv/test1/
H A Dtest1.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
45 sc_in<bool> in; local
52 in(IN_);
54 sensitive << in; local
63 if ((bool) in == true) {
79 sc_in<bool> in; local
86 in(IN_);
88 sensitive << in; local
97 if ((bool) in
111 const sc_signal_resolved& in; local
118 sensitive << in; local
[all...]
/gem5/src/systemc/tests/systemc/misc/communication/reslv/test2/
H A Dtest2.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
45 sc_in<bool> in; local
52 in(IN_);
54 sensitive << in; local
63 if ((bool) in == false) {
79 sc_in<bool> in; local
86 in(IN_);
88 sensitive << in; local
97 if ((bool) in
111 const sc_signal_resolved& in; local
118 sensitive << in; local
[all...]
/gem5/src/systemc/tests/systemc/misc/communication/reslv/test3/
H A Dtest3.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
46 sc_in<bool> in; local
53 in(IN_);
55 sensitive << in; local
64 if ((bool) in == true) {
80 sc_in<bool> in; local
87 in(IN_);
89 sensitive << in; local
98 if ((bool) in
112 const sc_signal_resolved& in; local
119 sensitive << in; local
[all...]
/gem5/src/arch/x86/
H A Dprocess.hh5 * The license below extends only to copyright in the software and shall
11 * unmodified and in its entirety in all distributions of the software,
12 * modified or unmodified, in source code or in binary form.
14 * Redistribution and use in source and binary forms, with or without
18 * redistributions in binary form must reproduce the above copyright
19 * notice, this list of conditions and the following disclaimer in the
91 operator=(const X86Process &in) argument
93 if (this == &in)
119 operator =(const VSyscallPage &in) argument
161 operator =(const VSyscallPage &in) argument
[all...]
/gem5/src/systemc/tests/systemc/misc/communication/channel/test3/
H A Dtest3.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
46 sc_fifo<int>& in; local
52 : in(IN_)
64 val = in.read();
66 val = in.read();
68 val = in.read();
73 val = in.read();
75 val = in.read();
77 val = in
[all...]
/gem5/src/systemc/tests/systemc/misc/communication/channel/test4/
H A Dtest4.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
46 sc_fifo<int>& in; local
52 : in(IN_)
64 val = in.read();
66 val = in.read();
68 val = in.read();
73 val = in.read();
75 val = in.read();
77 val = in
[all...]
/gem5/src/systemc/tests/systemc/misc/communication/reslv/test4/
H A Dtest4.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
46 sc_in<bool> in; local
53 in(IN_);
55 sensitive << in; local
66 if ((bool) in == true) {
84 sc_in<bool> in; local
91 in(IN_);
93 sensitive << in; local
104 if ((bool) in
120 const sc_signal_resolved& in; local
127 sensitive << in; local
[all...]
/gem5/src/systemc/tests/systemc/misc/communication/reslv/tvec1/
H A Dtvec1.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
47 sc_in<bool> in; local
54 in(IN_);
56 sensitive << in; local
67 if ((bool) in == true) {
85 sc_in<bool> in; local
92 in(IN_);
94 sensitive << in; local
105 if ((bool) in
121 const sc_signal_resolved_vector& in; local
128 sensitive << in; local
[all...]
/gem5/src/systemc/tests/systemc/misc/communication/reslv/tvec2/
H A Dtvec2.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
47 sc_in<bool> in; local
54 in(IN_);
56 sensitive << in; local
66 if ((bool) in == false) {
84 sc_in<bool> in; local
91 in(IN_);
93 sensitive << in; local
103 if ((bool) in
119 const sc_signal_resolved_vector& in; local
126 sensitive << in; local
[all...]
/gem5/src/systemc/tests/systemc/misc/communication/reslv/tvec3/
H A Dtvec3.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
47 sc_in<bool> in; local
54 in(IN_);
56 sensitive << in; local
66 if ((bool) in == true) {
84 sc_in<bool> in; local
91 in(IN_);
93 sensitive << in; local
103 if ((bool) in
119 const sc_signal_resolved_vector& in; local
126 sensitive << in; local
[all...]
/gem5/src/systemc/tests/systemc/misc/communication/reslv/tvec4/
H A Dtvec4.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
47 sc_in<bool> in; local
54 in(IN_);
56 sensitive << in; local
68 if ((bool) in == true) {
86 sc_in<bool> in; local
93 in(IN_);
95 sensitive << in; local
107 if ((bool) in
123 const sc_signal_resolved_vector& in; local
130 sensitive << in; local
[all...]
/gem5/src/systemc/tests/systemc/misc/sim_tests/biquad/biquad3/
H A Ddelay_line.h7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
47 sc_in<float> in; local
60 in(IN1);
66 sensitive << in; local
69 // Process functionality in member function below
/gem5/src/systemc/tests/systemc/communication/ports/test02/
H A Dtest02.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
39 // test of ports binding in hierarchical model
46 sc_in<int> in; local
56 sc_in<int> in; local
78 module_a.in(input);
80 module_b.in(buf);
/gem5/src/systemc/tests/systemc/communication/sc_buffer/test01/
H A Dtest01.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
72 sc_in<int> in; local
76 cout << sc_time_stamp() << " " << in.read() << endl;
82 sensitive << in; local
97 b.in( buf );
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt4.1/
H A Ddisplay.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
47 sprintf( buf, "Result = %.16g", in.read() );
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt4.2/
H A Ddisplay.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
47 sprintf( buf, "Result = %.16g", in.read() );
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt4.4/
H A Ddisplay.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
47 sprintf( buf, "Result = %.16g", in.read() );

Completed in 19 milliseconds

12345678