Searched refs:size_t (Results 276 - 300 of 368) sorted by relevance

<<1112131415

/gem5/src/base/
H A Dbitfield.hh178 reverseBits(T val, std::size_t size = sizeof(T))
H A Daddr_range_map.hh190 std::size_t
/gem5/src/mem/
H A Daddr_mapper.cc214 for (size_t x = 0; x < originalRanges.size(); x++) {
/gem5/src/dev/arm/
H A Dsmmu_v3_transl.hh171 void doReadConfig(Yield &yield, Addr addr, void *ptr, size_t size,
H A Dgic_v2.hh481 size_t resp_sz);
497 uint32_t data, size_t data_sz);
H A Dhdlcd.cc604 HDLcd::DmaEngine::DmaEngine(HDLcd &_parent, size_t size,
606 size_t line_size, ssize_t line_pitch, unsigned num_lines)
H A Dgic_v3_its.hh384 void doRead(Yield &yield, Addr addr, void *ptr, size_t size);
385 void doWrite(Yield &yield, Addr addr, void *ptr, size_t size);
/gem5/ext/pybind11/tests/
H A Dtest_factory_constructors.cpp266 static void *operator new(std::size_t s) {
293 static void *operator new(size_t s) { py::print("noisy new"); return ::operator new(s); }
294 static void *operator new(size_t, void *p) { py::print("noisy placement new"); return p; }
295 static void operator delete(void *p, size_t) { py::print("noisy delete"); ::operator delete(p); }
H A Dtest_constants_and_functions.cpp39 for (size_t i = 0; i < value.length(); ++i) {
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_vector/
H A Dsc_vector.cpp171 my_module* operator() (const char* name, size_t)
181 my_module* my_module_creator_func( const char* name, size_t i )
/gem5/ext/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h354 template <typename T, size_t N> struct DecayArray<T[N]> {
421 template <typename Element, size_t N>
/gem5/src/arch/arm/freebsd/
H A Dprocess.cc101 size_t namelen = process->getSyscallArg(tc, index);
105 size_t newlen = process->getSyscallArg(tc, index);
107 BufferArg buf(namep, sizeof(size_t));
108 BufferArg buf2(oldp, sizeof(size_t));
109 BufferArg buf3(oldlenp, sizeof(size_t));
110 BufferArg buf4(newp, sizeof(size_t));
124 size_t *holdlenp = (size_t *)buf3.bufferPtr();
/gem5/src/mem/cache/tags/
H A Dfa_lru.cc199 FALRU::findVictim(Addr addr, const bool is_secure, const std::size_t size,
420 printSize(std::ostream &stream, size_t size)
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-actions.h803 template <size_t N, typename A, bool kIsProto>
822 template <size_t N, typename Proto>
1105 template <size_t N, typename T>
1118 template <size_t N>
1126 template <size_t N>
1136 template <size_t N, typename T>
/gem5/src/arch/arm/
H A Dsemihosting.cc245 size_t num_files;
270 ArmSemihosting::readString(ThreadContext *tc, Addr ptr, size_t len)
478 const size_t path_len = strlen(path);
897 size_t ret = fread(buffer, 1, size, file);
913 size_t ret = fwrite(buffer, 1, size, file);
/gem5/ext/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc171 EXPECT_EQ(kInteger, GMOCK_KIND_OF_(size_t)); // NOLINT
671 StlContainerView<tuple<const int*, size_t> >::type>();
685 const NativeArray<int> a3 = StlContainerView<tuple<int*, size_t> >::
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h60 TestParamInfo(const ParamType& a_param, size_t an_index) :
64 size_t index;
564 size_t i = 0;
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_event.h361 static void* operator new( std::size_t )
364 static void operator delete( void* p, std::size_t )
H A Dsc_object.cpp87 size_t pos; // position of last SC_HIERARCHY_CHAR.
/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64i.cpp247 size_t n = write(fd, teststr, sizeof(teststr));
301 size_t n = read(fd, in, sizeof(in));
/gem5/src/arch/arm/insts/
H A Dstatic_inst.hh538 size_t
539 asBytes(void *buf, size_t max_size) override
/gem5/src/arch/arm/linux/
H A Dlinux.hh118 typedef uint32_t size_t; typedef in class:ArmLinux32
339 typedef uint64_t size_t; typedef in class:ArmLinux64
/gem5/src/gpu-compute/
H A Dtlb_coalescer.cc58 for (size_t i = 0; i < p->port_slave_connection_count; ++i) {
64 for (size_t i = 0; i < p->port_master_connection_count; ++i) {
/gem5/ext/libfdt/
H A Dfdt_sw.c52 static void *_fdt_grab_space(void *fdt, size_t len)
/gem5/ext/sst/
H A Dgem5.cc102 for (size_t i = 0; i < args.size(); ++i) {

Completed in 61 milliseconds

<<1112131415