Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dprivate.h844 # define TIME_T_MAX \ macro
858 # define TIME_T_MAX TIME_T_MAX_NO_PADDING macro
867 || TIME_T_MAX >> (TYPE_BIT(time_t) - 2) == 1);
Dlocaltime.c545 sp->types[i] = at <= TIME_T_MAX; in tzloadbody()
618 if (tr <= TIME_T_MAX) { in tzloadbody()
727 if (sp->ats[0] <= TIME_T_MAX - SECSPERREPEAT) { in tzloadbody()
1963 : *tp <= TIME_T_MAX - j)) in increment_overflow_time()
2124 hi = TIME_T_MAX; in time2sub()
2141 if (t == TIME_T_MAX) in time2sub()