Searched defs:const (Results 826 - 850 of 1209) sorted by relevance

<<31323334353637383940>>

/gem5/ext/dsent/model/electrical/
H A DDemuxTreeDeserializer.cc62 DemuxTreeDeserializer* DemuxTreeDeserializer::clone() const argument
[all...]
H A DRepeatedLink.cc73 RepeatedLink* RepeatedLink::clone() const argument
/gem5/ext/dsent/model/electrical/router/
H A DRouter.cc83 Router* Router::clone() const argument
[all...]
/gem5/ext/dsent/model/network/
H A DElectricalClos.cc82 ElectricalClos* ElectricalClos::clone() const argument
[all...]
H A DElectricalMesh.cc82 ElectricalMesh* ElectricalMesh::clone() const argument
H A DPhotonicClos.cc87 PhotonicClos* PhotonicClos::clone() const argument
[all...]
/gem5/ext/dsent/model/std_cells/
H A DStdCellLib.cc47 const TechModel* StdCellLib::getTechModel() const argument
52 StdCell* StdCellLib::createStdCell(const String& std_cell_name_, const String& instance_name_) const argument
67 double StdCellLib::getPToNRatio() const argument
78 double StdCellLib::getActiveHeight() const argument
89 double StdCellLib::getTotalHeight() const argument
177 StdCellLib* StdCellLib::clone() const argument
183 genDrivingStrengthString(const vector<double>& driving_strength_) const argument
195 getStdCellCache() const argument
[all...]
/gem5/ext/dsent/tech/
H A DTechModel.cc37 const String& TechModel::get(const String &key_) const argument
48 const StdCellLib* TechModel::getStdCellLib() const argument
53 TechModel* TechModel::clone() const argument
87 calculateNmosLeakageCurrent(unsigned int num_stacks_, double uni_stacked_mos_width_, unsigned int input_vector_) const argument
94 calculateNmosLeakageCurrent(unsigned int num_stacks_, const vector<double>& stacked_mos_widths_, unsigned int input_vector_) const argument
122 calculatePmosLeakageCurrent(unsigned int num_stacks_, double uni_stacked_mos_width_, unsigned int input_vector_) const argument
129 calculatePmosLeakageCurrent(unsigned int num_stacks_, const vector<double>& stacked_mos_widths_, unsigned int input_vector_) const argument
159 calculateLeakageCurrentFactor(unsigned int num_stacks_, const vector<double>& stacked_mos_widths_, unsigned int input_vector_, double vdd_, double subthreshold_swing_, double dibl_swing_) const argument
276 isWireLayerExist(const String& layer_name_) const argument
283 getAvailableWireLayers() const argument
288 calculateWireCapacitance(const String& layer_name_, double width_, double spacing_, double length_) const argument
318 calculateWireResistance(const String& layer_name_, double width_, double length_) const argument
[all...]
/gem5/ext/dsent/util/
H A DResult.cc47 const Result* Result::SubResult::getResult() const argument
52 const String& Result::SubResult::getProducer() const argument
57 double Result::SubResult::getNumResults() const argument
62 Result::SubResult* Result::SubResult::clone() const argument
89 getName() const argument
107 getValue() const argument
133 calculateSum() const argument
149 print(const String& prepend_str_, int detail_level_, ostream& ost_) const argument
155 clone() const argument
175 print(const String& prepend_str_, double num_results_, int detail_level_, ostream& ost_) const argument
205 printHierarchy(const String& prepend_str_, int detail_level_, ostream& ost_) const argument
244 getValue() const argument
249 calculateSum() const argument
254 clone() const argument
263 print(const String& prepend_str_, double num_results_, int , ostream& ost_) const argument
[all...]
/gem5/src/arch/x86/insts/
H A Dmicroop.hh127 advancePC(PCState &pcState) const argument
114 generateDisassembly(Addr pc, const SymbolTable *symtab) const argument
/gem5/ext/nomali/lib/
H A Dtypes.hh120 get64(const RegAddr &addr) const argument
139 operator [](const RegAddr &addr) const argument
199 statusClass() const argument
203 code() const argument
207 subCode() const argument
[all...]
H A Dnomali_api.cc179 NoMaliApi::intState(int *state, nomali_int_t intno) const argument
[all...]
/gem5/src/arch/alpha/
H A Dpagetable.hh49 operator Addr() const { return addr; } argument
52 Addr vpn() const { return (addr & ImplMask) >> PageShift; } argument
53 Addr page() const { return addr & PageMask; } argument
54 Addr offset() const { return addr & PageOffset; } argument
56 Addr level3() const argument
58 Addr level2() const argument
60 level1() const argument
68 operator uint64_t() const argument
73 _pfn() const argument
74 _sw() const argument
75 _rsv0() const argument
76 _uwe() const argument
77 _kwe() const argument
78 _rsv1() const argument
79 _ure() const argument
80 _kre() const argument
81 _nomb() const argument
82 _gh() const argument
83 _asm_() const argument
84 _foe() const argument
85 _fow() const argument
86 _for() const argument
87 valid() const argument
89 paddr() const argument
[all...]
/gem5/src/base/
H A Dtime.hh74 time_t sec() const { return _time.tv_sec; } argument
75 long msec() const { return _time.tv_nsec / NSEC_PER_MSEC; } argument
76 long usec() const { return _time.tv_nsec / NSEC_PER_USEC; } argument
77 long nsec() const { retur argument
153 operator double() const argument
161 operator timespec() const argument
162 operator timeval() const argument
[all...]
/gem5/src/dev/
H A Dintel_8254_timer.hh111 const std::string &name() const { return _name; } argument
198 const st argument
[all...]
H A Dpixelpump.hh70 Cycles cyclesPerLine() const { argument
75 Cycles cyclesPerFrame() const { argument
80 unsigned lineVSyncStart() const { argument
85 unsigned lineVBackPorchStart() const { argument
90 unsigned lineFirstVisible() const { argument
95 unsigned lineFrontPorchStart() const { argument
100 unsigned linesPerFrame() const { argument
172 timings() const argument
175 active() const argument
178 underrun() const argument
181 visibleLine() const argument
187 posX() const argument
190 posY() const argument
278 active() const argument
[all...]
/gem5/src/dev/pci/
H A Dcopy_engine_defs.hh103 serialize(CheckpointOut &cp) const argument
[all...]
H A Ddevice.hh123 isBAR(Addr addr, int bar) const argument
189 pciToDma(Addr pci_addr) const argument
196 interruptLine() const argument
225 busAddr() const argument
[all...]
/gem5/src/mem/
H A Dstack_dist_calc.cc236 StackDistCalc::getSumsLeavesToRoot(Node* node) const argument
514 StackDistCalc::sanityCheckTree(const Node* node, uint64_t level) const argument
565 StackDistCalc::printStack(int n) const argument
213 getSum(Node* node, bool from_left, uint64_t sum_from_below, uint64_t stack_dist, uint64_t level) const argument
/gem5/src/dev/sparc/
H A Diob.hh130 params() const argument
[all...]
/gem5/ext/drampower/src/
H A DCmdScheduler.h89 bool operator()(const commandItem& lhs, argument
[all...]
/gem5/src/cpu/minor/
H A Dpipe_data.hh150 bool isBubble() const { return reason == NoBranch; } argument
153 bool isStreamChange() const { return isStreamChange(reason); } argument
156 bool isBranch() const { return isBranch(reason); } argument
222 bool isFault() const { return fault != NoFault; } argument
243 bool isBubble() const { return bubbleFlag; } argument
275 width() const argument
[all...]
/gem5/src/mem/ruby/network/simple/
H A DPerfectSwitch.cc326 PerfectSwitch::print(std::ostream& out) const argument
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_fifo.h97 virtual int num_available() const argument
103 virtual const sc_event& data_written_event() const argument
116 virtual int num_free() const argument
122 virtual const sc_event& data_read_event() const argument
142 kind() const argument
294 trace( sc_trace_file* tf ) const argument
310 print( ::std::ostream& os ) const argument
324 dump( ::std::ostream& os ) const argument
[all...]
H A Dsc_port.cpp171 sc_bind_info::max_size() const argument
177 sc_bind_info::policy() const argument
183 sc_bind_info::size() const argument
200 add_static_event( sc_method_handle process_p, const sc_event& event ) const argument
206 add_static_event( sc_thread_handle process_p, const sc_event& event ) const argument
225 report_error( const char* id, const char* add_msg ) const argument
377 make_sensitive( sc_thread_handle handle_, sc_event_finder* event_finder_ ) const argument
386 make_sensitive( sc_method_handle handle_, sc_event_finder* event_finder_ ) const argument
[all...]

Completed in 42 milliseconds

<<31323334353637383940>>