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

/freebsd-10-stable/contrib/xz/src/common/
H A Dsysdefs.h189 #define my_min(x, y) ((x) < (y) ? (x) : (y)) macro

Completed in 53 milliseconds