Searched refs:u_max (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyUtil.h | 125 reserve(u_max(InitialCapacity, N), A); in reserveCheck() 127 reserve(u_max(Size + N, Capacity * 2), A); in reserveCheck() 217 size_t u_max(size_t i, size_t j) { return (i < j) ? j : i; } in u_max() function
|
/freebsd/usr.sbin/config/ |
H A D | mkoptions.cc | 49 int u_max; member 82 } else if (maxusers > users.u_max) in options() 84 users.u_max, maxusers); in options()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVBuiltins.td | 323 defm : DemangledExtendedBuiltin<"u_max", OpenCL_std, 157>;
|
H A D | SPIRVInstructionSelector.cpp | 427 return selectExtInst(ResVReg, ResType, I, CL::u_max, GL::UMax); in spvSelect()
|