Searched refs:max (Results 126 - 131 of 131) sorted by relevance

123456

/gem5/src/mem/
H A Drequest.hh224 invldMasterId = std::numeric_limits<MasterID>::max()
/gem5/ext/ply/ply/
H A Dlex.py489 lexindexfunc = [ None ] * (max(lexre.groupindex.values())+1)
/gem5/src/arch/hsail/insts/
H A Dmem.hh1592 std::max(wavefront->ldsChunk->read<c0>(vaddr),
/gem5/ext/pybind11/include/pybind11/
H A Dcast.h1001 // Protect std::numeric_limits::min/max with parentheses
1004 py_value > (py_type) (std::numeric_limits<T>::max)()))) {
H A Dnumpy.h1394 return std::max(res, buf.ndim);
/gem5/src/sim/
H A Dsyscall_emul.hh1966 // max stack size in bytes: make up a number (8MB for now)
1973 // max data segment size in bytes: make up a number
2016 // max stack size in bytes: make up a number (8MB for now)
2022 // max data segment size in bytes: make up a number
2499 * if we need to update the max count for nfds_h before passing
2502 nfds_h = std::max(nfds_h - 1, sim_fd + 1);

Completed in 46 milliseconds

123456