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

123456

/gem5/src/arch/x86/
H A Ddecoder.cc153 instBytes->chunks.resize(chunkIdx + 1);
/gem5/src/dev/arm/
H A Dgeneric_timer.cc299 timers.resize(cpus);
H A Dgic_v2.cc641 bankedRegs.resize(ctx + 1);
/gem5/src/base/
H A Dremote_gdb.cc538 bp.resize(0);
/gem5/src/mem/ruby/structures/
H A DCacheMemory.cc86 m_cache.resize(m_cache_num_sets,
/gem5/ext/pybind11/include/pybind11/
H A Dstl.h202 value.resize(size);
H A Dstl_bind.h462 cl.def("resize",
463 (void (Vector::*) (size_type count)) & Vector::resize,
H A Dnumpy.h746 /// then resize will succeed only if it makes a reshape, i.e. original size doesn't change
747 void resize(ShapeContainer new_shape, bool refcheck = true) {
751 // try to resize, set ordering param to -1 cause it's not used anyway
1398 shape.resize((size_t) ndim, 1);
H A Dpybind11.h617 second_pass_convert.resize(func.nargs, false);
/gem5/src/gpu-compute/
H A Dgpu_tlb.cc79 freeList.resize(numSets);
80 entryList.resize(numSets);
/gem5/src/dev/net/
H A Dsinic.cc697 virtualRegs.resize(size);
1483 virtualRegs.resize(virtualRegsSize);
/gem5/src/arch/arm/
H A Dsemihosting.cc247 files.resize(num_files);
/gem5/src/cpu/o3/
H A Dlsq_impl.hh963 _fault.resize(_requests.size());
/gem5/src/mem/
H A Ddram_ctrl.cc109 readQueue.resize(p->qos_priorities);
110 writeQueue.resize(p->qos_priorities);

Completed in 33 milliseconds

123456