Home
last modified time | relevance | path

Searched defs:u_max (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/config/
H A Dmkoptions.cc49 int u_max; member
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h217 size_t u_max(size_t i, size_t j) { return (i < j) ? j : i; } in u_max() function