Searched refs:count (Results 176 - 200 of 207) sorted by relevance

123456789

/gem5/ext/googletest/googletest/scripts/
H A Dupload.py796 count = 0
799 count += 1
801 if not count:
1307 if "@" in reviewer and not reviewer.split("@")[1].count(".") == 1:
1312 if "@" in cc and not cc.split("@")[1].count(".") == 1:
/gem5/src/cpu/kvm/
H A Dx86_cpu.cc1292 if (kvm_run.io.count != 1) {
1293 panic("Unexpected IO count (%u) for address 0x%x.\n",
1294 kvm_run.io.count, port);
1313 const int count(kvm_run.io.count);
1349 for (int i = 0; i < count; ++i) {
/gem5/src/arch/x86/regs/
H A Dmisc.hh705 Bitfield<7, 0> count; // Number of error reporting register banks member in namespace:X86ISA
1009 Bitfield<36, 32> count; // Parameter Count member in namespace:X86ISA
/gem5/src/arch/arm/
H A Dfaults.hh182 FaultStat count; member in struct:ArmISA::ArmFault::FaultVals
252 FaultStat & countStat() override { return vals.count; }
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2378 inline int Read(int fd, void* buf, unsigned int count) { argument
2379 return static_cast<int>(read(fd, buf, count));
2381 inline int Write(int fd, const void* buf, unsigned int count) { argument
2382 return static_cast<int>(write(fd, buf, count));
H A Dgtest-param-util.h579 GTEST_CHECK_(test_param_names.count(param_name) == 0)
/gem5/src/mem/ruby/network/
H A DMessageBuffer.cc329 assert(m_stall_msg_map.count(addr) > 0);
/gem5/system/alpha/console/
H A Dconsole.c187 /* the byte count is wrong, but who needs it? - lance */
275 0, /* 008: count of PFNs in this cluster */
276 0, /* 010: count of tested PFNs in cluster */
283 0, /* 008: count of PFNs in this cluster */
284 0, /* 010: count of tested PFNs in cluster */
291 0, /* 008: count of PFNs in this cluster */
292 0, /* 010: count of tested PFNs in cluster */
801 DeviceOperation(long op, long channel, long count, long address, long block) argument
809 if (pAddr + count > m5Conf.mem_size) {
813 m5AlphaAccess->diskCount = count;
[all...]
/gem5/ext/googletest/googletest/test/
H A Dgtest-param-test_test.cc880 EXPECT_EQ(1u, test_names.count("CustomTestNames/FunctorName"));
881 EXPECT_EQ(1u, test_names.count("CustomTestNames/FunctionName"));
883 EXPECT_EQ(1u, test_names.count("CustomTestNames/LambdaName"));
H A Dgtest_output_test_.cc1036 std::count(argv, argv + argc,
/gem5/src/sim/
H A Dsyscall_emul.hh1674 size_t count = p->getSyscallArg(tc, index); local
1675 typename OS::tgt_iovec tiov[count];
1676 struct iovec hiov[count];
1677 for (size_t i = 0; i < count; ++i) {
1684 int result = readv(sim_fd, hiov, count);
1687 for (size_t i = 0; i < count; ++i) {
1714 size_t count = p->getSyscallArg(tc, index); local
1715 struct iovec hiov[count];
1716 for (size_t i = 0; i < count; ++i) {
1727 int result = writev(sim_fd, hiov, count);
[all...]
H A Dsystem.cc464 if (!lastWorkItemStarted.count(p))
H A Dsyscall_emul.cc1241 unsigned count = p->getSyscallArg(tc, index); local
1248 BufferArg buf_arg(buf_ptr, count);
1249 auto status = syscall(SYS_NUM, sim_fd, buf_arg.bufferPtr(), count);
/gem5/ext/pybind11/include/pybind11/
H A Dnumpy.h595 array(const pybind11::dtype &dt, T count, const void *ptr = nullptr, handle base = handle())
596 : array(dt, {{count}}, ptr, base) { }
607 explicit array(ssize_t count, const T *ptr, handle base = handle()) : array({count}, {}, ptr, base) { }
705 /// Item count from beginning of the array to a given index (full or partial).
866 explicit array_t(size_t count, const T *ptr = nullptr, handle base = handle())
867 : array({count}, {}, ptr, base) { }
H A Dstl_bind.h80 cl.def("count",
82 return std::count(v.begin(), v.end(), x);
463 (void (Vector::*) (size_type count)) & Vector::resize,
/gem5/src/cpu/o3/
H A Dcommit_impl.hh1039 // commit is deemed to be successful, but this count is needed
1107 int count = 0; local
1116 count++;
1118 if (count > 1) {
1403 // To match the old model, don't count nops and instruction
1404 // prefetches towards the total commit count.
H A Dcpu.cc1516 // Keep an instruction count.
1523 // Check for instruction-count-based events.
1773 assert(exitingThreads.count(tid) == 0);
1787 return exitingThreads.count(tid) == 1;
1794 assert(exitingThreads.count(tid) == 1);
/gem5/src/gpu-compute/
H A Dwavefront.cc687 const int num_active_lanes = execMask().count();
786 assert(mask.count());
/gem5/src/arch/arm/tracers/
H A Dtarmac_parser.cc988 } else if (miscRegMap.count(buf)) {
997 if (miscRegMap.count(reg_name.c_str())) {
/gem5/ext/mcpat/
H A DxmlParser.cc2833 XMLElementPosition XMLNode::positionOfChildNode(XMLCSTR name, int count) const {
2834 if (!name) return positionOfChildNode(count);
2839 } while (count--);
/gem5/src/arch/hsail/insts/
H A Dpseudo_inst.cc750 if (!w->computeUnit->xactCasLoadMap.count(src_val1)) {
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_hash.h102 unsigned count() const { return num_entries; } function in class:sc_core::sc_phash_base
/gem5/src/arch/
H A Disa_parser.py1847 t.lexer.lineno += t.value.count('\n')
1857 t.lexer.lineno += t.value.count('\n')
1862 t.lexer.lineno += t.value.count('\n')
1882 t.lexer.lineno += t.value.count('\n')
/gem5/src/mem/slicc/
H A Dparser.py87 t.lexer.lineno += t.value.count('\n')
/gem5/ext/googletest/googlemock/test/
H A Dgmock-generated-matchers_test.cc1099 const int count = static_cast<int>(Value(arg, m1)) local
1101 return count == 2;

Completed in 140 milliseconds

123456789