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

/gem5/ext/dsent/libutil/
H A DLog.cc60 msSingleton->ofs << str_;
70 msSingleton->ofs << str_;
81 msSingleton->ofs << str_ << endl;
91 msSingleton->ofs << str_ << endl;
99 ofs.open(log_file_name_.c_str());
104 ofs.close();
H A DLog.h59 std::ofstream ofs; member in class:LibUtil::Log
/gem5/src/systemc/tests/systemc/utils/sc_report/cached/
H A Dcached.cpp100 sc_in<bool> ofs; local
123 sc_report_handler::report(SC_INFO, id.read(), "aa"+ofs, "file_t1", 110+ofs);
131 sc_report_handler::report(SC_WARNING, id.read(), "bb"+ofs, "file_m1", 210+ofs);
138 sc_report_handler::report(SC_WARNING, id.read(), "dd"+ofs, "file_t2", 120+ofs);
146 sc_report_handler::report(SC_INFO, id.read(), "ee"+ofs, "file_m2", 220+ofs);
160 sc_signal<bool> ofs; local
[all...]

Completed in 166 milliseconds