Searched refs:resize (Results 1 - 25 of 139) sorted by relevance

123456

/gem5/ext/drampower/src/
H A DMemBankWiseParams.cc75 activeBanks.resize(nbrofBanks);
84 activeBanks.resize(nbrofBanks - 4);
93 activeBanks.resize(nbrofBanks - 6);
102 activeBanks.resize(nbrofBanks - 7);
111 activeBanks.resize(nbrofBanks - 2);
120 activeBanks.resize(nbrofBanks - 4);
129 activeBanks.resize(nbrofBanks - 6);
138 activeBanks.resize(nbrofBanks - 7);
147 activeBanks.resize(nbrofBanks);
/gem5/src/gpu-compute/
H A Dvector_register_state.cc58 s_reg.resize(_size);
65 s_reg[i].resize(wf_size, 0);
67 d_reg.resize(_size);
69 d_reg[i].resize(wf_size, 0);
H A Dcondition_register_state.cc60 c_reg.resize(_size);
61 busy.resize(_size, 0);
/gem5/src/systemc/ext/tlm_core/1/req_rsp/channels/fifo/
H A Dfifo_put_get.hh76 buffer.resize(buffer.size() * 2);
94 buffer.resize(buffer.size() * 2);
H A Dfifo_resize.hh46 buffer.resize(n);
H A Dfifo.hh30 // The size can be dynamically changed using the resize interface
190 buffer.resize( size_ );
192 buffer.resize(-size_);
194 buffer.resize(16);
/gem5/src/mem/probes/
H A Dbase.cc56 listeners.resize(p->manager.size());
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_string.hh78 void resize(std::size_t);
110 scfx_string::resize(std::size_t i) function in class:sc_dt::scfx_string
148 resize(i);
/gem5/src/base/
H A Dmatch.cc55 tokens.resize(1);
63 tokens.resize(0);
65 tokens.resize(expr.size());
H A Dframebuffer.cc82 FrameBuffer::resize(unsigned width, unsigned height) function in class:FrameBuffer
87 pixels.resize(width * height);
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_pvector.h98 if ( i >= m_vector.size() ) m_vector.resize(i+1);
104 if ( i >= m_vector.size() ) m_vector.resize(i+1);
130 { m_vector.resize(0); }
141 { m_vector.resize(m_vector.size()-1); }
144 { m_vector.resize(m_vector.size()-k); }
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_string.h79 void resize( std::size_t );
114 scfx_string::resize( std::size_t i ) function in class:sc_dt::scfx_string
169 resize( i );
/gem5/src/cpu/pred/
H A Dras.cc37 addrStack.resize(numEntries);
/gem5/src/mem/ruby/common/
H A DSubBlock.hh49 void resize(int size) { m_data.resize(size); } function in class:SubBlock
H A DSubBlock.cc38 resize(size);
/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_channels/tlm_fifo/
H A Dtlm_fifo_put_get.h96 buffer.resize( buffer.size() * 2 );
118 buffer.resize( buffer.size() * 2 );
H A Dtlm_fifo_resize.h25 // resize interface
52 buffer.resize( n );
H A Dtlm_fifo.h30 // The size can be dynamically changed using the resize interface
103 // resize if
215 buffer.resize( size_ );
219 buffer.resize( -size_ );
223 buffer.resize( 16 );
/gem5/src/cpu/o3/
H A Dstore_set.cc49 SSIT.resize(SSITSize);
51 validSSIT.resize(SSITSize);
60 LFST.resize(LFSTSize);
62 validLFST.resize(LFSTSize);
91 SSIT.resize(SSITSize);
93 validSSIT.resize(SSITSize);
98 LFST.resize(LFSTSize);
100 validLFST.resize(LFSTSize);
H A Ddep_graph.hh78 /** Default construction. Must call resize() prior to use. */
86 void resize(int num_entries);
147 DependencyGraph<DynInstPtr>::resize(int num_entries) function in class:DependencyGraph
150 dependGraph.resize(numEntries);
/gem5/src/mem/ruby/network/garnet2.0/
H A DInputUnit.cc53 m_num_buffer_reads.resize(m_num_vcs/m_vc_per_vnet);
54 m_num_buffer_writes.resize(m_num_vcs/m_vc_per_vnet);
62 m_vcs.resize(m_num_vcs);
H A DSwitchAllocator.cc61 m_round_robin_inport.resize(m_num_outports);
62 m_round_robin_invc.resize(m_num_inports);
63 m_port_requests.resize(m_num_outports);
64 m_vc_winners.resize(m_num_outports);
71 m_port_requests[i].resize(m_num_inports);
72 m_vc_winners[i].resize(m_num_inports);
/gem5/src/mem/ruby/network/
H A DNetwork.cc69 m_toNetQueues.resize(m_nodes);
72 m_fromNetQueues.resize(m_nodes);
74 m_ordered.resize(m_virtual_networks);
75 m_vnet_type_names.resize(m_virtual_networks);
/gem5/src/systemc/ext/tlm_core/2/generic_payload/
H A Darray.hh63 base_type::resize(new_size);
/gem5/src/systemc/tlm_utils/
H A Dinstance_specific_extensions.cc165 resize();
179 instance_specific_extension_container::resize() function in class:tlm_utils::instance_specific_extension_container
181 m_ispex_per_accessor.resize(max_num_ispex_accessors());

Completed in 24 milliseconds

123456