Searched defs:smaller_of (Results 1 – 8 of 8) 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
284 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
427 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
501 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro