Searched defs:_width (Results 1 - 3 of 3) sorted by relevance

/gem5/src/dev/
H A Dpixelpump.cc48 DisplayTimings::DisplayTimings(unsigned _width, unsigned _height, argument
/gem5/src/systemc/utils/
H A Dtracefile.hh51 int _width; member in class:sc_gem5::TraceValBase
54 TraceValBase(int _width) : _width(_width) {} argument
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
122 TraceVal(const ::sc_core::sc_event *_event, int _width) argument
149 TraceValFxnumBase(const T *_t, int _width) argument
[all...]
/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron.hh232 HistorySpec(int _p1, int _p2, int _p3, double _coeff, int _size, int _width, MultiperspectivePerceptron &_mpp) argument

Completed in 10 milliseconds