Home | History | Annotate | Download | only in tzcode

Lines Matching refs:absolute_min_time

158 static time_t	absolute_min_time;
490 t = absolute_min_time;
603 absolute_min_time = (time_t) -FLT_MAX;
606 absolute_min_time = (time_t) -DBL_MAX;
628 absolute_min_time = t - 1;
629 if (t < absolute_min_time)
630 absolute_min_time = t;
635 absolute_min_time = 0;
636 absolute_max_time = absolute_min_time - 1;
662 if (t < absolute_min_time + seconds) {
663 t = absolute_min_time;