Searched refs:_width (Results 1 - 7 of 7) sorted by relevance

/gem5/src/base/
H A Dframebuffer.hh98 unsigned width() const { return _width; }
102 unsigned area() const { return _width * _height; }
160 assert(x < _width);
163 return pixels[y * _width + x];
173 assert(x < _width);
176 return pixels[y * _width + x];
198 unsigned _width;
H A Dframebuffer.cc50 _width(width), _height(height)
56 : _width(0), _height(0)
68 SERIALIZE_SCALAR(_width);
76 UNSERIALIZE_SCALAR(_width);
84 _width = width;
/gem5/src/systemc/utils/
H A Dtracefile.hh51 int _width; member in class:sc_gem5::TraceValBase
54 TraceValBase(int _width) : _width(_width) {} argument
57 int width() { return _width; }
71 TraceVal(const T *_t, int _width) : Base(_width), t(_t), oldVal(*t) argument
95 TraceVal(const ::sc_core::sc_signal_in_if<T> *_iface, int _width) : argument
96 Base(_width), iface(_iface), oldVal(iface->read())
122 TraceVal(const ::sc_core::sc_event *_event, int _width) argument
149 TraceValFxnumBase(const T *_t, int _width) argument
[all...]
H A Dvcd.cc401 this->_width = this->value().length();
453 this->_width = this->value().length();
571 _width = TimeWidth;
/gem5/src/dev/net/
H A Dsinicreg.hh38 static const uint32_t NAME##_width = WIDTH; \
48 static const uint64_t NAME##_width = WIDTH; \
/gem5/src/dev/
H A Dpixelpump.cc48 DisplayTimings::DisplayTimings(unsigned _width, unsigned _height, argument
51 : width(_width), height(_height),
/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron.hh233 int _width, MultiperspectivePerceptron &_mpp) : p1(_p1),
234 p2(_p2), p3(_p3), coeff(_coeff), size(_size), width(_width),
232 HistorySpec(int _p1, int _p2, int _p3, double _coeff, int _size, int _width, MultiperspectivePerceptron &_mpp) argument

Completed in 16 milliseconds