Home | History | Annotate | Download | only in tzcode

Lines Matching refs:SMALLEST

112 #define SMALLEST(a, b)	(((a) < (b)) ? (a) : (b))
1962 (SMALLEST (INT_FAST32_MAX, LONG_MAX)