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

/illumos-gate/usr/src/boot/lib/libstand/
H A Dstand.h356 static __inline u_long ulmax(u_long a, u_long b) { return (a > b ? a : b); } function

Completed in 46 milliseconds