Searched refs:size_t (Results 301 - 325 of 368) sorted by relevance

<<1112131415

/gem5/src/sim/
H A Dbyteswap.hh125 template <typename T, size_t N>
H A Dcxx_manager.cc561 std::size_t dot_i = inp.rfind('.');
562 std::size_t open_square_i = inp.rfind('[');
/gem5/src/arch/x86/
H A Dtypes.hh358 size_t operator()(const X86ISA::ExtMachInst &emi) const {
H A Dremote_gdb.cc72 RemoteGDB::acc(Addr va, size_t len)
/gem5/src/base/
H A Dbitunion.hh411 size_t
/gem5/ext/googletest/googletest/test/
H A Dgtest-port_test.cc316 const size_t starting_count = GetThreadCount();
1184 for (size_t i = 0; i < list_->size(); ++i) {
1217 static size_t GetNewIndex() {
1221 const size_t index_;
/gem5/src/cpu/o3/
H A Dcommit.hh220 size_t numROBFreeEntries(ThreadID tid);
/gem5/src/gpu-compute/
H A Dlds_state.hh427 std::size_t
/gem5/src/cpu/pred/
H A Dtage_base.hh417 size_t getSizeInBits() const;
H A Dstatistical_corrector.hh270 virtual size_t getSizeInBits() const;
/gem5/src/mem/cache/tags/
H A Dsector_tags.cc224 SectorTags::findVictim(Addr addr, const bool is_secure, const std::size_t size,
/gem5/ext/pybind11/tests/
H A Dtest_operator_overloading.cpp62 size_t operator()(const Vector2 &) { return 4; }
H A Dtest_numpy_array.cpp372 sm.def("array_resize3", [](py::array_t<double> a, size_t N, bool refcheck) {
378 sm.def("create_and_resize", [](size_t N) {
/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc2781 const size_t max_ulps_;
4172 vector<size_t>,
4173 multiset<size_t>,
4255 list<size_t> my_set(vals, vals + 6);
4256 list<size_t> test_set(test_vals, test_vals + 7);
4257 const Matcher<const list<size_t>&> m = ContainerEq(my_set);
4267 list<size_t> my_set(vals, vals + 6);
4268 list<size_t> test_set(test_vals, test_vals + 5);
4269 const Matcher<const list<size_t> > m = ContainerEq(my_set);
5024 for (size_t irh
[all...]
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_rep.h180 void* operator new( std::size_t );
181 void operator delete( void*, std::size_t );
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_rep.hh166 void *operator new (std::size_t);
167 void operator delete (void *, std::size_t);
/gem5/src/systemc/ext/utils/
H A Dsc_vector.hh168 typedef size_t size_type;
616 typedef size_t size_type;
/gem5/src/cpu/o3/probe/
H A Delastic_trace.cc203 (std::size_t)maxTempStoreSize.value());
292 (std::size_t)maxPhysRegDepMapSize.value());
/gem5/src/base/loader/
H A Delf_object.cc64 ElfObject::tryFile(const std::string &fname, size_t len, uint8_t *data,
272 ElfObject::ElfObject(const std::string &_filename, size_t _len,
/gem5/src/arch/arm/
H A Dpmu.cc705 for (size_t i = 0; i < counters.size(); ++i)
733 for (size_t i = 0; i < counters.size(); ++i)
/gem5/src/arch/riscv/
H A Dregisters.hh78 constexpr size_t VecRegSizeBytes = ::DummyVecRegSizeBytes;
84 constexpr size_t VecPredRegSizeBits = ::DummyVecPredRegSizeBits;
/gem5/src/dev/arm/
H A Dgic_v3_redistributor.cc90 Gicv3Redistributor::read(Addr addr, size_t size, bool is_secure_access)
385 Gicv3Redistributor::write(Addr addr, uint64_t data, size_t size,
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_process.h200 extern void sc_set_stack_size( sc_thread_handle, std::size_t );
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h431 // On some platforms, <regex.h> needs someone to define size_t, and
433 // included <stdlib.h>, which is guaranteed to define size_t through
1425 GTEST_API_ size_t GetFileSize(FILE* file);
2178 GTEST_API_ size_t GetThreadCount();
2356 inline const char* StrNCpy(char* dest, const char* src, size_t n) {
2460 template <size_t size>
/gem5/src/systemc/ext/core/
H A Dsc_module.hh211 void set_stack_size(size_t);

Completed in 94 milliseconds

<<1112131415