Home
last modified time | relevance | path

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

/dflybsd-src/sys/sys/
H A Dlibkern.h79 static __inline u_long ulmax(u_long a, u_long b) { return (a > b ? a : b); } in ulmax() function
/dflybsd-src/stand/lib/
H A Dstand.h347 static __inline u_long ulmax(u_long a, u_long b) { return (a > b ? a : b); } in ulmax() function