Searched refs:offdiff (Results 1 – 1 of 1) sorted by relevance
2761 int_fast64_t offdiff; in time2sub() local2764 v = ckd_sub(&offdiff, mytm.TM_GMTOFF, yourtm.TM_GMTOFF); in time2sub()2770 offdiff = utoff_diff(mytm.TM_GMTOFF, yourtm.TM_GMTOFF); in time2sub()2772 if (!v && !increment_overflow_time_64(&altt, offdiff)) { in time2sub()