Searched defs:size (Results 26 - 50 of 330) sorted by relevance

1234567891011>>

/gem5/src/learning_gem5/part2/
H A DSimpleCache.py45 size = Param.MemorySize('16kB', "The size of the cache") variable in class:SimpleCache
/gem5/ext/dnet/
H A Dblob.h18 int size; /* size of allocation */ member in struct:blob
/gem5/src/arch/sparc/
H A Dtlb_map.hh141 size() function in class:SparcISA::TlbMap
/gem5/util/stats/
H A Dbarchart.py310 size = reduce(lambda x,y: x*y, myshape) variable in class:BarChart
[all...]
/gem5/src/gpu-compute/
H A Dkernel_cfg.hh76 size_t size; member in struct:BasicBlock
H A Dsimple_pool_manager.cc43 SimplePoolManager::minAllocatedElements(uint32_t size) argument
67 canAllocate(uint32_t numRegions, uint32_t size) argument
85 allocateRegion(const uint32_t size, uint32_t *reservedPoolSize) argument
[all...]
/gem5/src/cpu/testers/rubytest/
H A DCheckTable.cc77 int size = m_check_vector.size(); local
/gem5/util/tlm/examples/slave_port/
H A Dsc_target.hh98 unsigned long long int size; member in struct:Target
/gem5/src/sim/probe/
H A Dmem.hh57 uint32_t size; member in struct:ProbePoints::PacketInfo
/gem5/src/base/loader/
H A Dsymtab.cc130 int size; local
/gem5/src/dev/net/
H A Dpktfifo.cc56 unsigned size = min(pkt->length - offset, len); local
/gem5/src/proto/
H A Dprotoio.cc181 uint32_t size; local
/gem5/src/arch/alpha/
H A Dremote_gdb.hh67 size_t size() const { return sizeof(r); } function in class:AlphaISA::RemoteGDB::AlphaGdbRegCache
H A Dutility.cc41 getArgument(ThreadContext *tc, int &number, uint16_t size, bool fp) argument
/gem5/src/systemc/dt/fx/
H A Dscfx_mant.cc65 next_pow2_index(std::size_t size) argument
82 scfx_mant::alloc_word(std::size_t size) argument
106 scfx_mant::free_word(word *array, std::size_t size) argument
[all...]
/gem5/src/systemc/tests/systemc/kernel/sc_module/test05/
H A Dtest05.cpp110 int size = child_objects_.size(); local
/gem5/src/systemc/tests/tlm/multi_sockets/
H A DextensionPool.h36 ExtensionPool(int size): used(NULL){ argument
/gem5/src/systemc/utils/
H A Dsc_vector.cc60 sc_vector_base::size_type sc_vector_base::size() const { return objs.size(); } function in class:sc_core::sc_vector_base
/gem5/src/dev/ps2/
H A Ddevice.cc106 PS2Device::send(const uint8_t *data, size_t size) argument
/gem5/ext/googletest/googletest/src/
H A Dgtest-test-part.cc83 int TestPartResultArray::size() const { function in class:testing::TestPartResultArray
/gem5/configs/common/
H A DCaches.py84 size = '1kB' variable in class:IOCache
93 size = '1kB' variable in class:PageTableWalkerCache
/gem5/src/arch/power/
H A Dutility.cc63 getArgument(ThreadContext *tc, int &number, uint16_t size, bool fp) argument
/gem5/src/mem/ruby/structures/
H A DRubyCache.py39 size = Param.MemorySize("capacity in bytes"); variable in class:RubyCache
/gem5/src/systemc/core/
H A Dprocess_types.hh84 Context(Thread *thread, size_t size) : Fiber(size), thread(thread) {} argument
/gem5/src/systemc/ext/tlm_core/2/generic_payload/
H A Darray.hh50 tlm_array(size_type size=0) : base_type(size), m_entries() {} argument

Completed in 21 milliseconds

1234567891011>>