Searched refs:endl (Results 701 - 725 of 961) sorted by relevance

<<21222324252627282930>>

/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_channels/tlm_fifo/
H A Dcircular_buffer.h94 std::cout << "Buffer debug" << std::endl; member in class:tlm::std
95 std::cout << "Size : " << size() << std::endl; member in class:tlm::std
96 std::cout << "Free/Used " << free() << "/" << used() << std::endl; member in class:tlm::std
97 std::cout << "Indices : r/w = " << m_ri << "/" << m_wi << std::endl; member in class:tlm::std
101 std::cout << "empty" << std::endl; member in class:tlm::std
107 std::cout << "full" << std::endl; member in class:tlm::std
111 std::cout << "Data : " << std::endl; member in class:tlm::std
114 std::cout << peek_data( i ) << std::endl; member in class:tlm::std
/gem5/tests/test-progs/insttest/src/riscv/
H A Dinsttest.h71 cout << "PASS" << endl; local
74 result << ")" << endl; local
/gem5/src/systemc/tests/systemc/communication/reverse_bind/test01/
H A Dtest01.cpp12 cout << "READ_LEAF: change " << (int)in.read() << endl;
57 cout << "TOP: change " << (int)in.read() << endl;
/gem5/src/systemc/tests/systemc/communication/reverse_bind/test02/
H A Dtest02.cpp12 cout << "READ_LEAF: change " << (int)in.read() << endl;
57 cout << "TOP: change " << (int)in.read() << endl;
/gem5/src/systemc/tests/systemc/communication/sc_export/test01/
H A Dtest01.cpp12 cout << "READ_LEAF: change " << (int)in->read() << endl;
59 cout << "TOP: change " << (int)in.read() << endl;
/gem5/src/systemc/tests/systemc/communication/sc_fifo/test04/
H A Dtest04.cpp44 << ": writer: " << msg << endl;
48 << ": reader: " << msg << endl;
/gem5/src/systemc/tests/systemc/communication/sc_fifo/test05/
H A Dtest05.cpp44 << ": writer: " << msg << endl;
48 << ": reader: " << msg << endl;
/gem5/src/systemc/tests/systemc/communication/sc_fifo/test06/
H A Dtest06.cpp44 << ": writer" << iface << ": " << msg << endl;
48 << ": reader" << iface << ": " << msg << endl;
/gem5/src/systemc/tests/systemc/communication/sc_mutex/test02/
H A Dtest02.cpp48 cout << sc_time_stamp() << " " << msg << endl; local
90 cout << sc_time_stamp() << " " << msg << endl; local
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test02/
H A Dtest02.cpp79 cout<<" and notifying write_event" << endl; local
90 cout<<" and notifying read_event" << endl; local
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test03/
H A Dtest03.cpp77 cout<<"writting "<< data <<" to channel" << endl; local
88 cout<<" reading "<<j<<" from channel" << endl; local
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test04/
H A Dtest04.cpp77 cout<<"writting "<< data <<" to channel" << endl; local
95 cout<<" reading "<<j<<" from channel" << endl; local
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test05/
H A Dtest05.cpp77 cout<<"writing "<< data <<" to channel" << endl; local
99 cout<<" reading "<<j<<" from channel" << endl; local
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test06/
H A Dtest06.cpp77 cout<<"writting "<< data <<" to channel" << endl; local
98 cout<<" reading "<<j<<" from channel" << endl; local
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test07/
H A Dtest07.cpp77 cout<<"writting "<< data <<" to channel" << endl; local
96 cout<<" reading "<<j<<" from channel" << endl; local
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test08/
H A Dtest08.cpp78 cout<<"writing "<< data <<" to channel" << endl; local
101 cout<<" reading "<<j<<" from channel" << endl; local
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test09/
H A Dtest09.cpp78 cout<<"writing "<< data <<" to channel" << endl; local
100 cout<<" reading "<<j<<" from channel" << endl; local
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test10/
H A Dtest10.cpp77 cout<<"writting "<< data <<" to channel" << endl; local
92 cout<<" reading "<<j<<" from channel" << endl; local
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test11/
H A Dtest11.cpp77 cout<<"writting "<< data <<" to channel" << endl; local
99 cout<<" reading "<<j<<" from channel" << endl; local
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test12/
H A Dtest12.cpp80 cout<<"writting "<< data <<" to channel"<<endl; local
92 cout<<"reading "<<j<<" from channel"<<endl; local
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test13/
H A Dtest13.cpp80 cout<<"writting "<< data <<" to channel" << endl; local
101 cout<<" reading "<<j<<" from channel" << endl; local
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test14/
H A Dtest14.cpp80 cout<<"writting "<< data <<" to channel" << endl; local
100 cout<<" reading "<<j<<" from channel" << endl; local
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test15/
H A Dtest15.cpp79 cout<<"writing "<< data <<" to channel" << endl; local
102 cout<<" reading "<<j<<" from channel" << endl; local
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test16/
H A Dtest16.cpp79 cout<<"writting "<< data <<" to channel" << endl; local
103 cout<<" reading "<<j<<" from channel" << endl; local
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test17/
H A Dtest17.cpp79 cout<<"writting "<< data <<" to channel" << endl; local
102 cout<<" reading "<<j<<" from channel" << endl; local

Completed in 23 milliseconds

<<21222324252627282930>>