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