Searched refs:in_ (Results 1 - 3 of 3) sorted by relevance

/gem5/src/systemc/tests/systemc/misc/communication/channel/hshake1/
H A Dhshake1.cpp71 int in_ = in.read(); local
72 cout << "Input is " << in_ << endl;
109 int in_ = in.read(); local
110 cout << "Proc2::Input is " << in_ << endl;
/gem5/src/systemc/tests/systemc/misc/communication/channel/hshake2/
H A Dhshake2.cpp71 int in_ = in.read(); local
72 cout << "Input is " << in_ << endl;
109 int in_ = in.read(); local
110 cout << "Proc2::Input is " << in_ << endl;
/gem5/ext/pybind11/tools/
H A Dmkdoc.py124 for in_, out_ in {
137 s = re.sub(r'\\%s\s*' % in_, r'\n\n$%s:\n\n' % out_, s)

Completed in 6 milliseconds