Searched refs:BIGGEST (Results 1 - 1 of 1) sorted by relevance
/bionic/libc/tzcode/ | ||
H A D | localtime.c | 162 #define BIGGEST(a, b) (((a) > (b)) ? (a) : (b)) macro 185 char chars[BIGGEST(BIGGEST(TZ_MAX_CHARS + 1, sizeof gmt), |
Completed in 17 milliseconds