Searched defs:SMALLEST (Results 1 – 7 of 7) sorted by relevance
422 #define SMALLEST 1 macro
430 #define SMALLEST 1 macro
1844 SMALLEST = _SMALLEST() variable
105 #define SMALLEST(a, b) (((a) < (b)) ? (a) : (b)) macro