Searched defs:smaller_of (Results 1 – 2 of 2) sorted by relevance
250 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
305 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro