Searched defs:msg (Results 1 - 25 of 76) sorted by relevance

1234

/gem5/ext/systemc/src/sysc/communication/
H A Dsc_signal_resolved_ports.cpp53 char msg[BUFSIZ]; local
74 char msg[BUFSIZ]; local
H A Dsc_event_finder.cpp45 char msg[BUFSIZ]; local
H A Dsc_semaphore.cpp47 char msg[BUFSIZ]; local
H A Dsc_export.cpp130 char msg[BUFSIZ]; local
/gem5/ext/googletest/googletest/test/
H A Dgtest-message_test.cc46 const Message msg; local
141 Message msg; local
150 ss << msg; local
H A Dgtest_throw_on_failure_ex_test.cc45 void Fail(const char* msg) { argument
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_wait_cthread.cpp64 char msg[BUFSIZ]; local
/gem5/ext/pybind11/tests/
H A Dtest_iostream.cpp16 void noisy_function(std::string msg, bool flush) { argument
18 std::cout << msg; local
23 void noisy_funct_dual(std::string msg, std::string emsg) { argument
24 std::cout << msg; local
[all...]
/gem5/src/systemc/channel/
H A Dsc_in_resolved.cc50 std::string msg = csprintf("port '%s' (%s)", name(), kind()); local
H A Dsc_inout_resolved.cc52 std::string msg = csprintf("port '%s' (%s)", name(), kind()); local
H A Dsc_semaphore.cc48 std::string msg = "semaphore '" + std::string(name()) + "'"; local
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_bit.cpp82 char msg[BUFSIZ]; local
90 char msg[BUFSIZ]; local
H A Dsc_logic.cpp67 char msg[BUFSIZ]; local
75 char msg[BUFSIZ]; local
83 char msg[BUFSIZ]; local
/gem5/src/systemc/core/
H A Dsc_export.cc47 std::string msg; local
H A Dsc_port.cc50 std::string msg; local
/gem5/src/systemc/dt/bit/
H A Dsc_bit.cc81 std::stringstream msg; local
90 std::stringstream msg; local
H A Dsc_logic.cc74 std::stringstream msg; local
82 std::stringstream msg; local
/gem5/src/dev/arm/
H A Dgpu_nomali.hh111 static void panicOnErr(nomali_error_t err, const char *msg) { argument
/gem5/src/proto/
H A Dprotoio.cc84 ProtoOutputStream::write(const Message& msg) argument
177 ProtoInputStream::read(Message& msg) argument
/gem5/src/systemc/tests/systemc/bugs/async_reset_init/
H A Dasync_reset_init.cpp87 void print(const char* msg) argument
/gem5/src/dev/i2c/
H A Dbus.cc175 uint8_t msg = pkt->getRaw<uint8_t>(); local
195 uint8_t msg = pkt->getRaw<uint8_t>(); local
203 uint8_t msg = pkt->getRaw<uint8_t>(); local
211 uint8_t msg local
[all...]
/gem5/src/mem/ruby/system/
H A DVIPERCoalescer.cc217 std::shared_ptr<RubyRequest> msg = std::make_shared<RubyRequest>( local
248 std::shared_ptr<RubyRequest> msg = std::make_shared<RubyRequest>( local
276 std::shared_ptr<RubyRequest> msg = std::make_shared<RubyRequest>( local
292 std::shared_ptr<RubyRequest> msg = std::make_shared<RubyRequest>( local
/gem5/src/mem/ruby/profiler/
H A DProfiler.cc493 Profiler::addAddressTraceSample(const RubyRequest& msg, NodeID id) argument
/gem5/src/mem/ruby/network/garnet2.0/
H A Dflit.cc84 Message *msg = m_msg_ptr.get(); local
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-message.h96 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT argument

Completed in 25 milliseconds

1234