Searched defs:BIGGEST (Results 1 – 2 of 2) sorted by relevance
121 #define BIGGEST 1 macro
109 #define BIGGEST(a, b) (((a) > (b)) ? (a) : (b)) macro