Searched defs:sizeof (Results 1 - 7 of 7) sorted by relevance

/gem5/src/dev/alpha/
H A Dbackdoor.cc119 case sizeof(uint32_t): function
143 case sizeof(uint64_t): function
/gem5/src/sim/
H A Dsyscall_emul_buf.hh139 TypedBufferArg(Addr _addr, int _size = sizeof(T)) argument
/gem5/src/dev/pci/
H A Ddevice.cc310 case sizeof(uint8_t): function
336 case sizeof(uint16_t): function
355 case sizeof(uint32_t): function
[all...]
/gem5/src/base/
H A Dbitfield.hh178 reverseBits(T val, std::size_t size = sizeof(T)) argument
H A Dbitunion.hh238 static_assert(sizeof(Base) == sizeof(typename Base::__StorageType), member in class:BitfieldBackend::BitUnionOperators
/gem5/src/dev/storage/
H A Dide_ctrl.cc185 case sizeof(uint8_t): function
212 case sizeof(uint16_t): function
236 case sizeof(uint32_t): function
266 case sizeof(uint8_t): function
287 case sizeof(uint16_t): function
312 case sizeof(uint32_t): function
[all...]
/gem5/ext/pybind11/include/pybind11/
H A Dnumpy.h36 static_assert(sizeof(ssize_t) == sizeof(Py_intptr_t), "ssize_t != Py_intptr_t"); variable
[all...]

Completed in 16 milliseconds