Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDlibkern.h66 static __inline u_long ulmax(u_long a, u_long b) { return (a > b ? a : b); } in ulmax() function
/NextBSD/lib/libstand/
HDstand.h335 static __inline u_long ulmax(u_long a, u_long b) { return (a > b ? a : b); } in ulmax() function