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

/freebsd-10-stable/sys/sys/
H A Dlibkern.h67 static __inline off_t omin(off_t a, off_t b) { return (a < b ? a : b); } function

Completed in 68 milliseconds