Searched refs:SMALLEST (Results 1 – 1 of 1) sorted by relevance
112 #define SMALLEST(a, b) (((a) < (b)) ? (a) : (b)) macro1962 (SMALLEST (INT_FAST32_MAX, LONG_MAX) in time2sub()