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

/freebsd-11-stable/sys/sys/
H A Dlibkern.h73 static __inline u_long ulmax(u_long a, u_long b) { return (a > b ? a : b); } function
/freebsd-11-stable/stand/libsa/
H A Dstand.h378 static __inline u_long ulmax(u_long a, u_long b) { return (a > b ? a : b); } function

Completed in 45 milliseconds