Searched defs:width_ (Results 1 - 4 of 4) sorted by relevance
/gem5/src/cpu/minor/ |
H A D | pipe_data.cc | 173 ForwardLineData::allocateLine(unsigned int width_) argument
|
/gem5/ext/dsent/tech/ |
H A D | TechModel.cc | 288 double TechModel::calculateWireCapacitance(const String& layer_name_, double width_, double spacing_, double length_) const argument 318 double TechModel::calculateWireResistance(const String& layer_name_, double width_, double length_) const argument [all...] |
/gem5/ext/systemc/src/sysc/tracing/ |
H A D | sc_wif_trace.cpp | 183 wif_uint64_trace(const sc_dt::uint64& object_, const std::string& name_, const std::string& wif_name_, int width_) argument 249 wif_int64_trace(const sc_dt::int64& object_, const std::string& name_, const std::string& wif_name_, int width_) argument 876 wif_unsigned_int_trace(const unsigned& object_, const std::string& name_, const std::string& wif_name_, int width_) argument 940 wif_unsigned_short_trace( const unsigned short& object_, const std::string& name_, const std::string& wif_name_, int width_) argument 1003 wif_unsigned_char_trace(const unsigned char& object_, const std::string& name_, const std::string& wif_name_, int width_) argument 1065 wif_unsigned_long_trace(const unsigned long& object_, const std::string& name_, const std::string& wif_name_, int width_) argument 1128 wif_signed_int_trace(const signed& object_, const std::string& name_, const std::string& wif_name_, int width_) argument 1191 wif_signed_short_trace(const short& object_, const std::string& name_, const std::string& wif_name_, int width_) argument 1253 wif_signed_char_trace(const char& object_, const std::string& name_, const std::string& wif_name_, int width_) argument 1315 wif_signed_long_trace(const long& object_, const std::string& name_, const std::string& wif_name_, int width_) argument [all...] |
H A D | sc_vcd_trace.cpp | 907 vcd_unsigned_int_trace( const unsigned& object_, const std::string& name_, const std::string& vcd_name_, int width_) argument 973 vcd_unsigned_short_trace( const unsigned short& object_, const std::string& name_, const std::string& vcd_name_, int width_) argument 1038 vcd_unsigned_char_trace( const unsigned char& object_, const std::string& name_, const std::string& vcd_name_, int width_) argument 1100 vcd_unsigned_long_trace( const unsigned long& object_, const std::string& name_, const std::string& vcd_name_, int width_) argument 1165 vcd_signed_int_trace(const signed& object_, const std::string& name_, const std::string& vcd_name_, int width_) argument 1228 vcd_signed_short_trace( const short& object_, const std::string& name_, const std::string& vcd_name_, int width_) argument 1291 vcd_signed_char_trace(const char& object_, const std::string& name_, const std::string& vcd_name_, int width_) argument 1353 vcd_int64_trace(const sc_dt::int64& object_, const std::string& name_, const std::string& vcd_name_, int width_) argument 1420 vcd_uint64_trace( const sc_dt::uint64& object_, const std::string& name_, const std::string& vcd_name_, int width_) argument 1487 vcd_signed_long_trace(const long& object_, const std::string& name_, const std::string& vcd_name_, int width_) argument [all...] |
Completed in 17 milliseconds