Searched refs:second (Results 1 - 25 of 197) sorted by relevance

12345678

/gem5/src/systemc/tests/systemc/misc/v1.0/blv/
H A Dblv.cpp80 int second = (int) ( (double) W * ((double)rng.rand() / (double)0x7fffffff)); local
81 if(st.range(first,second).to_string()!=x.range(first,second).to_string())
82 cout<<"st.range("<<first<<","<<second<<")="<<st.range(first,second)<<
83 "; x.range("<<first<<","<<second<<")="<<x.range(first,second)<<"\n"<<
94 if(first>second)
95 Len = first-second;
97 Len = second
[all...]
/gem5/src/mem/ruby/network/garnet2.0/
H A DVirtualChannel.cc42 m_vc_state.second = Cycles(0);
56 m_vc_state.second = curTime;
66 m_vc_state.second = curTime;
74 assert(m_vc_state.first == ACTIVE_ && m_vc_state.second <= time);
/gem5/src/systemc/tests/tlm/multi_sockets/
H A DsimpleAddressMap.h49 if(pos->second!=255)
53 if(pos->second==255)
70 if(pos->second==255)
71 printf("key: %x value: %i \n", (unsigned int) ((pos->first+1)>>1)-1, pos->second);
73 printf("key: %x value: %i \n", (unsigned int) (pos->first>>1)-1, pos->second);
90 if((lbound->second == 255) | (lbound==m_addressMap.end())){
94 return lbound->second;
/gem5/src/base/
H A Ddebug.cc80 return i->second;
89 if (!result.second)
105 i.second->sync();
113 i.second->sync();
142 if (i->second != this)
143 i->second->enable();
152 if (i->second != this)
153 i->second->disable();
197 SimpleFlag *f = dynamic_cast<SimpleFlag *>(i->second);
H A Dinifile.cc53 delete (*i).second;
91 ei->second->appendValue(value);
95 ei->second->setValue(value);
131 return (ei == table.end()) ? NULL : ei->second;
141 return i->second;
157 return (i == table.end()) ? NULL : i->second;
269 entry = ei->second;
313 Section *section = i->second;
339 << (*ei).second->getValue() << "\n";
348 i->second
[all...]
/gem5/ext/dsent/model/optical_graph/
H A DOpticalFilter.cc75 bool upper_match = (wavelengths_.second <= getDropWavelengths().second);
/gem5/src/gpu-compute/
H A Dglobal_memory_pipeline.cc166 if (mem_req->second.second) {
167 return mem_req->second.first;
198 assert(gmOrderedRespBuffer.begin()->second.first == gpuDynInst);
199 assert(gmOrderedRespBuffer.begin()->second.second);
229 mem_req->second.second = true;
H A Dsimple_pool_manager.cc102 bool wrapAround = (region.first > region.second);
104 return region.second - region.first + 1;
106 return region.second + poolSize() - region.first + 1;
H A Dscoreboard_check_stage.cc143 waveStatusList[unitId]->at(wvId).second = BLOCKED;
149 waveStatusList[unitId]->at(wvId).second = READY;
156 waveStatusList[unitId]->at(wvId).second = READY;
159 waveStatusList[unitId]->at(wvId).second = READY;
162 waveStatusList[unitId]->at(wvId).second = READY;
165 waveStatusList[unitId]->at(wvId).second = READY;
/gem5/src/mem/ruby/structures/
H A DPersistentTable.cc52 bool present = !r.second;
54 PersistentTableEntry &entry = i->second;
106 const PersistentTableEntry &entry = i->second;
123 const PersistentTableEntry& entry = i->second;
133 const PersistentTableEntry& entry = i->second;
150 PersistentTableEntry& entry = i->second;
176 const PersistentTableEntry& entry = i->second;
188 const PersistentTableEntry& entry = i->second;
H A DTimerTable.cc111 m_next_time = i->second;
115 if (i->second < m_next_time) {
117 m_next_time = i->second;
/gem5/src/arch/generic/
H A Ddecode_cache.cc51 si = iter->second;
/gem5/src/systemc/channel/
H A Dsc_signal_resolved.cc59 } else if (it->second != l) {
60 it->second = l;
96 m_new_val = merge_table[m_new_val.value()][input.second.value()];
/gem5/src/cpu/
H A Ddecode_cache.hh90 return recent[0]->second;
95 return recent[0]->second;
103 return it->second;
H A Dprofile.cc56 const ProfileNode *node = i->second;
74 const ProfileNode *node = i->second;
85 i->second->clear();
130 Counter count = i->second;
/gem5/src/systemc/tlm_core/2/generic_payload/
H A Dphase.cc61 return v.second;
64 if (names_[it->second] != name) {
69 return it->second;
/gem5/src/cpu/simple/probes/
H A Dsimpoint.cc81 const StaticInstPtr &inst = p.second;
94 currentBBV.second = thread->pcState().instAddr();
108 BBInfo& info = map_itr->second;
121 BBInfo& info = map_itr->second;
134 << ":" << cnt_itr->second << " ";
/gem5/src/systemc/utils/
H A Dsc_report.cc96 return it->second.c_str();
106 auto &msgInfo = sc_gem5::reportMsgInfoMap()[it->second];
132 if (!p.second) {
147 sc_gem5::reportMsgInfoMap()[it->second].
149 sc_gem5::reportMsgInfoMap()[it->second].
152 sc_gem5::reportMsgInfoMap()[it->second].
154 sc_gem5::reportMsgInfoMap()[it->second].
/gem5/src/sim/
H A Dfutex_map.hh135 it->second.push_back(WaiterState(tc));
153 auto &waiterList = it->second;
182 it->second.push_back(WaiterState(tc, bitmask));
204 auto &waiterList = it->second;
245 auto &waiterList1 = it1->second;
269 it2->second.insert(it2->second.end(),
/gem5/src/mem/
H A Dpage_table.cc64 it->second = Entry(paddr, flags);
89 pTable.emplace(new_vaddr, old_it->second);
101 addr_maps->push_back(std::make_pair(iter.first, iter.second.paddr));
140 return &(iter->second);
182 paramOut(cp, "paddr", pte.second.paddr);
183 paramOut(cp, "flags", pte.second.flags);
/gem5/src/systemc/ext/channel/
H A Dsc_signal_rv.hh82 } else if (it->second != l) {
83 it->second = l;
122 bit = merge_table[bit][input.second.get_bit(i)];
/gem5/src/mem/qos/
H A Dpolicy_pf.cc96 { return lhs.second > rhs.second; };
109 double& curr_score = m_hist->second;
/gem5/src/base/loader/
H A Dsymtab.hh92 symbol = (*i).second;
103 address = (*i).second;
126 symbol = i->second;
141 symbol = i->second;
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_object_manager.cpp80 sc_object* obj_p = it->second.m_object_p;
133 (it->second.m_event_p == NULL && it->second.m_object_p == NULL ) )
172 return it == m_instance_table.end() ? NULL : it->second.m_event_p;
190 return it == m_instance_table.end() ? NULL : it->second.m_object_p;
212 result_p = m_object_it->second.m_object_p;
330 result_p = m_object_it->second.m_object_p;
395 if ( it != m_instance_table.end() ) it->second.m_event_p = NULL;
413 if ( it != m_instance_table.end() ) it->second.m_object_p = NULL;
/gem5/src/arch/riscv/insts/
H A Dstandard.cc65 ss << data->second.name;

Completed in 26 milliseconds

12345678