Lines Matching full:lot
729 timestamps ranging from LOT through HIT. LOT and HIT disagree
733 before the transition from LOT's settings. */
736 hunt(timezone_t tz, time_t lot, time_t hit, bool only_ok)
743 /* Convert LOT into a broken-down time here, even though our
746 LOT, and tzname needs to be changed back. */
747 bool lotm_ok = my_localtime_rz(tz, &lot, &lotm) != NULL;
752 /* T = average of LOT and HIT, rounding down.
754 int rem_sum = lot % 2 + hit % 2;
755 time_t t = (rem_sum == 2) - (rem_sum < 0) + lot / 2 + hit / 2;
756 if (t == lot)
762 && delta(&tm, &lotm) == t - lot
764 lot = t;