Searched defs:min (Results 1 – 3 of 3) sorted by relevance
14 #define min(a, b) ((a) < (b) ? (a) : (b)) macro
16 #define min(a, b) ((a) < (b) ? (a) : (b)) macro
44 #define min(x, y) ((x < y) ? (x) : (y)) macro