Searched defs:sec (Results 1 - 10 of 10) sorted by relevance
/gem5/src/base/ |
H A D | time.cc | 76 time_t sec = this->sec(); local [all...] |
H A D | inifile.cc | 145 Section *sec = new Section(); local
|
H A D | time.hh | 65 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 D | mc146818.hh | 101 uint8_t sec; member in struct:MC146818::__anon13::__anon14
|
/gem5/src/base/loader/ |
H A D | object_file.cc | 76 ObjectFile::loadSection(Section *sec, const PortProxy& mem_proxy, argument
|
H A D | elf_object.cc | 554 ElfObject::sectionExists(std::string sec) argument
|
/gem5/src/gpu-compute/ |
H A D | brig_object.cc | 83 BrigObject::getSectionOffset(enum SectionIndex sec, int offs) const argument
|
/gem5/src/arch/arm/ |
H A D | semihosting.cc | 726 create(ArmSemihosting &parent, CheckpointIn &cp, const std::string &sec) argument
|
/gem5/src/sim/ |
H A D | syscall_emul.hh | 501 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 D | ip.h | 339 struct ip_opt_data_sec sec; /* IP_OPT_SEC */ member in union:ip_opt::ip_opt_data
|
Completed in 29 milliseconds