Searched defs:const (Results 626 - 650 of 1209) sorted by relevance

<<21222324252627282930>>

/gem5/src/learning_gem5/part2/
H A Dsimple_memobj.cc76 SimpleMemobj::CPUSidePort::getAddrRanges() const argument
219 SimpleMemobj::getAddrRanges() const argument
/gem5/src/systemc/tlm_bridge/
H A Dgem5_to_tlm.hh185 AddrRangeList getAddrRanges() const { return addrRanges; } argument
/gem5/src/dev/x86/
H A Di8259.hh88 params() const argument
H A Di8254.hh83 params() const argument
H A Dintdev.hh71 getAddrRanges() const argument
/gem5/src/cpu/minor/
H A Dexec_context.hh356 readMiscRegNoEffect(int misc_reg) const argument
[all...]
H A Dfunc_unit.hh211 bool isBubble() const { return inst->isBubble(); } argument
[all...]
/gem5/ext/pybind11/tests/
H A Dtest_stl.cpp44 bool operator==(const TplCtorClass &) const { return true; } argument
49 struct hash<TplCtorClass> { size_t operator()(const TplCtorClass &) const { return 0; } }; argument
134 move_list() const argument
[all...]
H A Dtest_operator_overloading.cpp24 std::string toString() const { return "[" + std::to_string(x) + ", " + std::to_string(y) + "]"; } argument
26 Vector2 operator-() const { return Vector2(-x, -y); } argument
27 Vector2 operator+(const Vector2 &v) const { return Vector2(x + v.x, y + v.y); } argument
28 Vector2 operator-(const Vector2 &v) const { return Vector2(x - v.x, y - v.y); } argument
29 Vector2 operator-(float value) const { return Vector2(x - value, y - value); } argument
30 Vector2 operator+(float value) const { retur argument
31 operator *(float value) const argument
32 operator /(float value) const argument
33 operator *(const Vector2 &v) const argument
34 operator /(const Vector2 &v) const argument
[all...]
/gem5/ext/pybind11/tests/test_embed/
H A Dtest_interpreter.cpp23 std::string the_message() const { return message; } argument
/gem5/ext/dsent/libutil/
H A DString.cc129 vector<String> String::split(const cha argument
163 split(const String* delimiters_, unsigned int num_delimiters_) const argument
238 splitByString(const String& delimiter_) const argument
243 contain(const String& str_) const argument
248 toCString() const argument
253 toInt() const argument
258 toUInt() const argument
263 toLong() const argument
268 toULong() const argument
273 toFloat() const argument
278 toDouble() const argument
283 toBool() const argument
288 operator const char*() const argument
293 operator int() const argument
298 operator unsigned int() const argument
303 operator long() const argument
308 operator unsigned long() const argument
313 operator float() const argument
318 operator double() const argument
323 operator bool() const argument
[all...]
H A DMap.h94 clone() const argument
108 size() const argument
113 isEmpty() const argument
118 keyExist(const String& key_) const argument
124 get(const String& key_) const argument
133 getIfKeyExist(const String& key_, const T& default_value_) const argument
156 find(const String& key_) const argument
196 begin() const argument
206 end() const argument
[all...]
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_signal_ports.h194 default_event() const argument
200 value_changed_event() const argument
206 read() const argument
209 operator const data_type&() const argument
215 event() const argument
221 value_changed() const argument
238 kind() const argument
318 add_trace_internal( sc_trace_file* tf_, const std::string& name_ ) const argument
332 add_trace( sc_trace_file* tf_, const std::string& name_ ) const argument
342 remove_traces() const argument
517 default_event() const argument
523 value_changed_event() const argument
528 posedge_event() const argument
533 negedge_event() const argument
539 read() const argument
542 operator const data_type&() const argument
548 pos() const argument
560 neg() const argument
573 event() const argument
578 posedge() const argument
583 negedge() const argument
588 value_changed() const argument
605 kind() const argument
784 default_event() const argument
790 value_changed_event() const argument
795 posedge_event() const argument
800 negedge_event() const argument
806 read() const argument
809 operator const data_type&() const argument
815 pos() const argument
827 neg() const argument
840 event() const argument
845 posedge() const argument
850 negedge() const argument
855 value_changed() const argument
872 kind() const argument
1001 default_event() const argument
1007 value_changed_event() const argument
1013 read() const argument
1016 operator const data_type&() const argument
1022 event() const argument
1064 value_changed() const argument
1074 kind() const argument
1179 add_trace_internal( sc_trace_file* tf_, const std::string& name_) const argument
1193 add_trace( sc_trace_file* tf_, const std::string& name_) const argument
1202 remove_traces() const argument
1293 default_event() const argument
1299 value_changed_event() const argument
1304 posedge_event() const argument
1309 negedge_event() const argument
1315 read() const argument
1318 operator const data_type&() const argument
1324 pos() const argument
1336 neg() const argument
1349 event() const argument
1354 posedge() const argument
1359 negedge() const argument
1400 value_changed() const argument
1410 kind() const argument
1529 default_event() const argument
1535 value_changed_event() const argument
1540 posedge_event() const argument
1545 negedge_event() const argument
1551 read() const argument
1554 operator const data_type&() const argument
1560 pos() const argument
1572 neg() const argument
1585 event() const argument
1590 posedge() const argument
1595 negedge() const argument
1636 value_changed() const argument
1646 kind() const argument
1773 kind() const argument
[all...]
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_string.cpp173 length() const argument
179 operator +( const char* s ) const argument
188 operator +(char c) const argument
209 operator +( const sc_string_old& s ) const argument
288 cmp( const char* s ) const argument
294 cmp( const sc_string_old& s ) const argument
299 c_str() const argument
305 substr(int first,int last) const argument
338 operator const char*() const argument
344 operator []( int i ) const argument
415 print( ::std::ostream& os ) const argument
420 test(int position) const argument
436 fmt_length() const argument
470 pos( const sc_string_old& sub_string ) const argument
509 is_delimiter(const sc_string_old& str, unsigned index) const argument
516 contains(char c) const argument
527 uppercase() const argument
541 lowercase() const argument
[all...]
/gem5/src/base/
H A Dbitunion.hh91 operator Type () const argument
119 operator Type () const { return Impl::operator Type(); } argument
137 operator Type () const { retur argument
169 getter(const Storage &storage) const argument
189 getter(const Storage &storage) const argument
249 operator const typename Base::__StorageType() const argument
269 operator <(Base const &base) const argument
275 operator ==(Base const &base) const argument
412 operator ()(const BitUnionType<T> &val) const argument
[all...]
/gem5/src/systemc/ext/channel/
H A Dsc_signal.hh59 virtual const char *kind() const { return "sc_signal"; } argument
187 read() const argument
188 operator const T&() const argument
205 default_event() const argument
211 value_changed_event() const argument
216 print(std::ostream &os=std::cout) const argument
218 dump(std::ostream &os=std::cout) const argument
225 event() const argument
228 get_writer_policy() const argument
254 posedge_event() const argument
259 negedge_event() const argument
264 posedge() const argument
265 negedge() const argument
379 _addReset(sc_gem5::Reset *reset) const argument
[all...]
/gem5/src/cpu/kvm/
H A Dperfevent.hh230 bool attached() const { return fd != -1; } argument
/gem5/ext/dsent/model/electrical/
H A DMultiplexer.cc60 Multiplexer* Multiplexer::clone() const argument
/gem5/ext/dsent/model/optical_graph/
H A DOpticalGraph.cc50 const String& OpticalGraph::getInstanceName() const argument
/gem5/ext/dsent/model/timing_graph/
H A DElectricalTimingNode.cc45 double ElectricalTimingNode::getMaxUpstreamRes() const argument
60 double ElectricalTimingNode::getTotalDownstreamCap() const argument
72 vector<ElectricalTimingNode*>* ElectricalTimingNode::getUpstreamNodes() const argument
77 vector<ElectricalTimingNode*>* ElectricalTimingNode::getDownstreamNodes() const argument
82 const String& ElectricalTimingNode::getInstanceName() const argument
92 bool ElectricalTimingNode::isDriver() const argument
97 bool ElectricalTimingNode::isNet() const argument
102 isLoad() const argument
108 getModel() const argument
126 getFalsePath() const argument
136 hasMaxDrivingStrength() const argument
141 hasMinDrivingStrength() const argument
166 getCritPath() const argument
177 getVisitedNum() const argument
187 getDelayLeft() const argument
[all...]
H A DElectricalTimingTree.cc47 const String& ElectricalTimingTree::getInstanceName() const argument
171 double ElectricalTimingTree::calculateCritPathDelay(ElectricalTimingNode* node_) const argument
196 ElectricalTimingNode* ElectricalTimingTree::findNodeForTimingOpt(ElectricalTimingNode* node_) const argument
241 double ElectricalTimingTree::calculateNodeTransition(ElectricalTimingNode* node_) const argument
/gem5/src/arch/arm/linux/
H A Datag.hh69 uint32_t size() const { return _size; } argument
/gem5/src/arch/power/
H A Dpagetable.hh59 operator Addr() const argument
72 vpn() const argument
78 page() const argument
84 offset() const argument
90 level3() const argument
96 level2() const argument
102 level1() const argument
[all...]
/gem5/src/mem/ruby/network/simple/
H A DThrottle.hh68 const Stats::Scalar & getUtilization() const argument
70 const Stats::Vector & getMsgCount(unsigned int type) const argument
73 int getLinkBandwidth() const argument
76 Cycles getLatency() const { return m_link_latency; } argument
[all...]
/gem5/src/sim/
H A Dcxx_manager.hh90 const char *what() const throw() { return message.c_str(); } argument
[all...]

Completed in 40 milliseconds

<<21222324252627282930>>