Lines Matching defs:lo_time
897 static zic_t lo_time = MINVAL(zic_t, TIME_T_BITS_IN_FILE);
901 or lo_time, whichever is greater. */
930 lo_time = max(lo, min_time);
1113 if (redundant_time < lo_time)
1114 redundant_time = lo_time;
2465 range64 = limitrange(rangeall, lo_time,
2539 locut = thismin < lo_time && lo_time <= thismax;
2550 && ! (thistimecnt && ats[thistimei] == lo_time)) {
2565 if (pass == 1 && lo_time <= thismin)
2709 lo = pass == 1 && lo_time < ZIC32_MIN ? ZIC32_MIN : lo_time;
3212 if (min_time < lo_time || hi_time < max_time)
3534 if (rolling && (lo_time != min_time || hi_time != max_time)) {