Home
last modified time | relevance | path

Searched refs:BIGGEST (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/tzcode/
Dlocaltime.c113 #define BIGGEST(a, b) (((a) > (b)) ? (a) : (b)) macro
132 char chars[BIGGEST(BIGGEST(TZ_MAX_CHARS + 1, sizeof gmt),
1965 && ((BIGGEST (INT_FAST32_MIN, LONG_MIN) in time2sub()