Searched defs:sec (Results 1 - 10 of 10) sorted by relevance

/gem5/src/base/
H A Dtime.cc76 time_t sec = this->sec(); local
[all...]
H A Dinifile.cc145 Section *sec = new Section(); local
H A Dtime.hh65 explicit Time(double sec) { operator=(sec); } argument
67 Time(uint64_t sec, uint64_t nsec) { set(sec, nsec); } argument
74 time_t sec() const { return _time.tv_sec; } function in class:Time
79 void sec(time_t sec) { _time.tv_sec = sec; } argument
[all...]
/gem5/src/dev/
H A Dmc146818.hh101 uint8_t sec; member in struct:MC146818::__anon13::__anon14
/gem5/src/base/loader/
H A Dobject_file.cc76 ObjectFile::loadSection(Section *sec, const PortProxy& mem_proxy, argument
H A Delf_object.cc554 ElfObject::sectionExists(std::string sec) argument
/gem5/src/gpu-compute/
H A Dbrig_object.cc83 BrigObject::getSectionOffset(enum SectionIndex sec, int offs) const argument
/gem5/src/arch/arm/
H A Dsemihosting.cc726 create(ArmSemihosting &parent, CheckpointIn &cp, const std::string &sec) argument
/gem5/src/sim/
H A Dsyscall_emul.hh501 getElapsedTimeMicro(T1 &sec, T2 &usec) argument
512 getElapsedTimeNano(T1 &sec, T2 &nsec) argument
2305 typename OS::time_t sec, usec; local
/gem5/ext/dnet/
H A Dip.h339 struct ip_opt_data_sec sec; /* IP_OPT_SEC */ member in union:ip_opt::ip_opt_data

Completed in 33 milliseconds