Searched refs:end (Results 176 - 200 of 399) sorted by relevance

1234567891011>>

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_context.h153 void end();
281 sc_context<T>::end() function in class:sc_dt::sc_context
/gem5/src/sim/
H A Dmathexpr.cc63 expr.erase(remove_if(expr.begin(), expr.end(), isspace), expr.end());
H A Ddvfs_handler.hh202 panic_if(it == domains.end(),
/gem5/src/systemc/ext/channel/
H A Dsc_fifo.hh165 pos != _entries.end(); pos++) {
175 pos != _entries.end(); pos++) {
H A Dsc_signal_rv.hh79 if (it == inputs.end()) {
/gem5/src/systemc/tests/tlm/bugs/multi_passthrough_sockets_bug/
H A Dmulti_passthrough_sockets_bug.cpp155 for (std::vector<sc_core::sc_object*>::iterator i = children.begin(); i != children.end(); ++i)
174 for (std::vector<sc_core::sc_object*>::const_iterator i = top_objs.begin(); i != top_objs.end(); ++i)
/gem5/src/arch/alpha/
H A Dtlb.cc185 if (i != lookupTable.end()) {
256 if (i == lookupTable.end())
286 std::fill(table.begin(), table.end(), TlbEntry());
297 PageTable::iterator end = lookupTable.end(); local
298 while (i != end) {
324 if (i == lookupTable.end())
327 while (i != lookupTable.end() && i->first == vaddr.vpn()) {
/gem5/util/systemc/gem5_within_systemc/
H A Dsc_gem5_control.cc82 /* Register an action to happen at the end of elaboration */
137 i != manager->objectsInOrder.end();
296 i != endOfElaborationFuncs.end(); ++i)
/gem5/ext/googletest/googletest/test/
H A Dgtest_stress_test.cc81 std::find_if(properties.begin(), properties.end(), matches_key);
82 ASSERT_TRUE(property != properties.end())
/gem5/src/base/
H A Dcirclebuf.hh68 using CircularQueue<T>::end;
93 "Trying to read past end of circular buffer.\n");
111 * Add elements to the end of the ring buffers and advance.
125 std::copy(in, in + len, end());
/gem5/util/plot_dram/
H A Ddram_sweep_plot.py174 start, end = ax.get_xlim()
175 ax.xaxis.set_ticks(np.arange(start, end + 1, 64))
/gem5/src/mem/
H A Dpacket_queue.cc94 while (!found && i != transmitList.end()) {
113 // we can still send a packet before the end of this tick
130 // PacketQueue::sendDeferredPacket), in which we end up calling
134 // this belongs in the middle somewhere, so search from the end to
138 auto it = transmitList.end();
H A Dsimple_mem.cc103 while (!done && p != packetQueue.end()) {
169 // typically this should be added at the end, so start the
174 auto i = packetQueue.end();
H A Dhmc_controller.cc106 assert(routeTo.find(pkt->req) == routeTo.end());
/gem5/src/mem/ruby/structures/
H A DTBETable.hh113 if (m_map.find(address) != m_map.end()) return &(m_map.find(address)->second);
H A DDirectoryMemory.cc57 : SimObject(p), addrRanges(p->addr_ranges.begin(), p->addr_ranges.end())
/gem5/src/cpu/testers/rubytest/
H A DCheckTable.cc124 if (i == m_lookup_map.end())
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_vector.cpp59 for( const_iterator it=begin(); it != end(); ++it )
157 // Andy Goodrich: moved the modification log to the end of the file to
/gem5/ext/drampower/src/
H A DCAHelpers.cc78 return (unsigned)std::count(bank_state.begin(), bank_state.end(), BANK_ACTIVE);
/gem5/site_scons/site_tools/
H A Dmercurial.py126 print(mercurial_style_message, end=' ')
H A Dgit.py102 print(git_style_message, end=' ')
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_vector/
H A Dsc_vector.cpp229 // sc_assert( &*(assembly.end()) == &(*initiator_vec.end()).port );
240 // It has begin() end() size() operator[] bind() etc
258 sc_assemble_vector(kids2, &Sub::p).bind( sigs2.begin(), sigs2.end(), kids2.begin());
259 sc_assemble_vector(kids2, &Sub::p).bind( sigs3.begin(), sigs3.end(), kids2.begin() + 4 );
320 it = m3->ports.bind( hi_sigs.begin(), hi_sigs.end() );
324 it = m3->ports.bind( lo_sigs.begin(), lo_sigs.end(), it);
/gem5/src/systemc/tests/systemc/kernel/process_control/test06/
H A Dtest06.cpp94 while( it != children.end() )
/gem5/src/mem/ruby/network/
H A DTopology.cc70 i != ext_links.end(); ++i) {
89 i != int_links.end(); ++i) {
114 i != m_link_map.end(); ++i) {
136 i != m_link_map.end(); ++i) {
184 // Make sure we're not trying to connect two end-point nodes
/gem5/src/arch/x86/bios/
H A Dsmbios.cc71 for (vecIt = vec.begin(); vecIt != vec.end(); vecIt++) {
110 for (it = strings.begin(); it != strings.end(); it++) {
124 for (it = strings.begin(); it != strings.end(); it++) {
286 for (it = structures.begin(); it != structures.end(); it++) {

Completed in 29 milliseconds

1234567891011>>