Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dlibkern.h97 static __inline u_long ulmax(u_long a, u_long b) { return (a > b ? a : b); } in ulmax() function
/freebsd/stand/libsa/
H A Dstand.h401 static __inline u_long ulmax(u_long a, u_long b) { return (a > b ? a : b); } in ulmax() function