Searched defs:MIN (Results 1 – 2 of 2) sorted by relevance
55 #define MIN(x,y) (x < y ? x : y) macro
348 #define MIN(a,b) (((a)<(b))?(a):(b)) macro