Searched defs:off (Results 1 - 6 of 6) sorted by relevance

/gem5/ext/dnet/
H A Dblob.h16 int off; /* offset into data */ member in struct:blob
/gem5/src/base/
H A Dstr.hh51 std::string::size_type off = s.find_first_not_of(' '); local
61 std::string::size_type off = s.find_last_not_of(' '); local
H A Dinet.hh186 int off() const { return 0; } function in class:Net::EthPtr
328 int off() const { return (sizeof(eth_hdr) + ((eth_hdr_vlan) ? 4 : 0)); } function in class:Net::IpPtr
444 int off() const { return sizeof(eth_hdr) + ((eth_hdr_vlan) ? 4 : 0); } function in class:Net::Ip6Ptr
516 uint8_t off() const { return th_off*4; } function in struct:Net::TcpHdr
580 int off() const { return _off; } function in class:Net::TcpPtr
675 int off() const { return _off; } function in class:Net::UdpPtr
[all...]
/gem5/ext/libelf/
H A Dlibelf_ar.c420 size_t n, nentries, off; local
/gem5/src/base/loader/
H A Dobject_file.cc207 off_t off = lseek(fd, 0, SEEK_END); local
/gem5/src/gpu-compute/
H A Ddispatcher.cc355 GpuDispatcher::accessUserVar(BaseCPU *cpu, uint64_t addr, int val, int off) argument

Completed in 14 milliseconds