Searched refs:size_t (Results 201 - 225 of 368) sorted by relevance

1234567891011>>

/gem5/src/mem/cache/compressors/
H A Dcpack.hh132 const std::size_t dictionarySize;
137 std::size_t numEntries;
337 std::size_t getSizeBits() const {
543 CompData(const std::size_t dictionary_size);
/gem5/ext/pybind11/include/pybind11/detail/
H A Dtypeid.h25 for (size_t pos = 0;;) {
/gem5/src/mem/cache/prefetch/
H A Dqueued.cc112 size_t
113 QueuedPrefetcher::getMaxPermittedPrefetches(size_t total) const
131 size_t max_pfs = total;
133 size_t throttle_pfs = (total * throttleControlPct) / 100;
134 size_t min_pfs = (total - throttle_pfs) == 0 ?
167 size_t max_pfs = getMaxPermittedPrefetches(addresses.size());
170 size_t num_pfs = 0;
H A Daccess_map_pattern_matching.hh92 AccessMapEntry(size_t num_entries) : states(num_entries, AM_INIT)
/gem5/ext/systemc/src/sysc/tracing/
H A Dsc_wif_trace.cpp458 typedef std::vector<char>::size_type size_t; typedef
460 if ( buf.size() < (size_t)object.length() ) {
461 size_t sz = ( (size_t)object.length() + 4096 ) & (~(size_t)(4096-1));
514 typedef std::vector<char>::size_type size_t; typedef
516 if ( buf.size() < (size_t)object.length() ) {
517 size_t sz = ( (size_t)object.length() + 4096 ) & (~(size_t)(409
765 typedef std::vector<char>::size_type size_t; typedef
834 typedef std::vector<char>::size_type size_t; typedef
[all...]
/gem5/ext/googletest/googletest/src/
H A Dgtest-death-test.cc228 static std::string DeathTestThreadWarning(size_t thread_count) {
506 for (size_t at = 0; ; ) {
507 const size_t line_end = output.find('\n', at);
735 // size_t has the same width as pointers on both 32-bit and 64-bit
738 "|" + StreamableToString(reinterpret_cast<size_t>(write_handle)) +
739 "|" + StreamableToString(reinterpret_cast<size_t>(event_handle_.Get()));
834 const size_t thread_count = GetThreadCount();
1073 const size_t stack_size = getpagesize();
1085 const size_t kMaxStackAlignment = 64;
1228 size_t write_handle_as_size_
[all...]
/gem5/ext/dnet/
H A Dip6.h175 char *ip6_ntop(const ip6_addr_t *ip6, char *dst, size_t size);
180 void ip6_checksum(void *buf, size_t len);
/gem5/ext/libelf/
H A Dgelf_sym.c42 size_t msz;
103 size_t msz;
/gem5/src/base/loader/
H A Decoff_object.cc53 EcoffObject::tryFile(const string &fname, size_t len, uint8_t *data)
66 EcoffObject::EcoffObject(const string &_filename, size_t _len, uint8_t *_data,
/gem5/src/systemc/core/
H A Dprocess.hh106 void setStackSize(size_t size) { stackSize = size; }
195 size_t stackSize;
/gem5/src/base/
H A Dcprintf.cc71 size_t len;
282 size_t len;
/gem5/src/cpu/kvm/
H A Dperfevent.cc232 PerfKvmCounter::read(void *buf, size_t size) const
235 size_t _size = size;
H A Dperfevent.hh366 void read(void *buf, size_t size) const;
/gem5/src/dev/arm/
H A Dsmmu_v3_proc.cc71 SMMUProcess::doRead(Yield &yield, Addr addr, void *ptr, size_t size)
100 SMMUProcess::doWrite(Yield &yield, Addr addr, const void *ptr, size_t size)
H A Dgic_v3_redistributor.hh231 uint64_t read(Addr addr, size_t size, bool is_secure_access);
233 void write(Addr addr, uint64_t data, size_t size, bool is_secure_access);
H A Dgic_v3_distributor.hh244 uint64_t read(Addr addr, size_t size, bool is_secure_access);
246 void write(Addr addr, uint64_t data, size_t size,
/gem5/src/mem/cache/tags/
H A Dfa_lru.hh128 std::size_t operator()(const std::pair<T1, T2> &p) const
227 const std::size_t size,
H A Dbase_set_assoc.hh169 const std::size_t size,
/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron_tage_8KB.cc142 size_t
145 size_t bits = 16; //global histories
/gem5/src/mem/
H A Dport_proxy.hh268 bool tryReadString(char *str, Addr addr, size_t maxlen) const;
274 readString(char *str, Addr addr, size_t maxlen) const
/gem5/ext/pybind11/tests/
H A Dtest_kwargs_and_defaults.cpp72 for (size_t i = 0; i < a.size(); i++)
81 for (size_t i = 0; i < a.size(); i++)
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_cor_fiber.cpp133 sc_cor_pkg_fiber::create( std::size_t stack_size, sc_cor_fn* fn, void* arg )
/gem5/src/arch/arm/kvm/
H A Dbase_cpu.cc134 const size_t size(sizeof(struct kvm_reg_list) +
/gem5/src/arch/mips/
H A Dremote_gdb.cc163 RemoteGDB::acc(Addr va, size_t len)
/gem5/src/arch/power/
H A Dremote_gdb.cc163 RemoteGDB::acc(Addr va, size_t len)

Completed in 44 milliseconds

1234567891011>>