Searched refs:tv (Results 1 - 6 of 6) sorted by relevance

/gem5/src/base/
H A Dtime.hh68 Time(const timeval &tv) { operator=(tv); } argument
135 operator=(const timeval &tv) argument
137 sec(tv.tv_sec);
138 nsec(tv.tv_usec * 1000);
164 timeval tv; local
165 tv.tv_sec = sec();
166 tv.tv_usec = usec();
167 return tv;
H A Dtime.cc51 timeval tv;
52 ::gettimeofday(&tv, NULL);
53 operator=(tv);
/gem5/src/systemc/utils/
H A Dvcd.hh87 VcdTraceValBase *tv = new TV(v, nextSignalName(), width); local
88 traceVals.push_back(tv);
89 topScope.addValue(name, tv);
H A Dvcd.cc247 for (auto tv: traceVals)
248 tv->finalize();
266 for (auto tv: traceVals)
267 tv->output(stream());
275 for (auto tv: traceVals)
276 delete tv;
310 for (auto tv: traceVals) {
311 if (tv->check()) {
318 tv->output(stream());
/gem5/ext/systemc/src/sysc/qt/
H A Dmeas.c963 static int tv = 0;
969 fprintf (stderr, "tracer\t%d\n", tv++);
976 fprintf (stderr, "tracer2\t%d val=0x%p", tv++, val);
960 static int tv = 0; variable
/gem5/src/sim/
H A Dsyscall_emul.hh2552 struct timeval tv = { 0, 0 }; local
2558 &tv);

Completed in 27 milliseconds