Searched refs:min (Results 76 - 84 of 84) sorted by relevance

1234

/gem5/src/dev/net/
H A Dsinic.cc878 rxDmaLen = min<unsigned>(Regs::get_RxData_Len(vnic->RxData),
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc86 # undef min macro
109 # undef min macro
1219 const size_t prefix_context = std::min(l_i, context);
/gem5/src/arch/hsail/insts/
H A Dmem.hh1596 std::min(wavefront->ldsChunk->read<c0>(vaddr),
/gem5/src/gpu-compute/
H A Dcompute_unit.cc373 trueWgSize[d] = std::min(ndr->q.wgSize[d], ndr->q.gdSize[d] -
/gem5/src/arch/arm/
H A Dtlb.cc437 for (int i = 0; i < min(size, num_entries); i++)
/gem5/ext/ply/ply/
H A Dyacc.py1918 N[x] = min(N[x],N[y])
/gem5/ext/pybind11/include/pybind11/
H A Dcast.h1001 // Protect std::numeric_limits::min/max with parentheses
1003 (py_value < (py_type) (std::numeric_limits<T>::min)() ||
H A Dpybind11.h498 size_t args_to_copy = (std::min)(pos_args, n_args_in); // Protect std::min with parentheses
/gem5/src/sim/
H A Dsyscall_emul.hh1874 uint64_t size = std::min((uint64_t)file_stat.st_size - offset,

Completed in 87 milliseconds

1234