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

/freebsd-current/sys/sys/
H A Dlibkern.h94 static __inline quad_t qmin(quad_t a, quad_t b) { return (a < b ? a : b); } function
/freebsd-current/stand/libsa/
H A Dstand.h400 static __inline quad_t qmin(quad_t a, quad_t b) { return (a < b ? a : b); } function

Completed in 69 milliseconds