Searched defs:smaller_of (Results 1 – 6 of 6) sorted by relevance
252 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
307 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
322 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
325 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro