Home
last modified time | relevance | path

Searched refs:hours_overflow (Results 1 – 4 of 4) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/comm/calendar/libical/src/libical/
H A Dicaltime.c975 int minutes_overflow, hours_overflow, days_overflow = 0, years_overflow; in icaltime_adjust() local
994 hours_overflow = minute / 60; in icaltime_adjust()
997 hours_overflow--; in icaltime_adjust()
1001 hour = tt->hour + hours + hours_overflow; in icaltime_adjust()
H A Dicaltimezone.c1073 int minutes_overflow, hours_overflow, days_overflow; in icaltimezone_adjust_change() local
1088 hours_overflow = minute / 60; in icaltimezone_adjust_change()
1091 hours_overflow--; in icaltimezone_adjust_change()
1095 hour = tt->hour + hours + hours_overflow; in icaltimezone_adjust_change()
/dports/devel/libical/libical-3.0.8/src/libical/
H A Dicaltime.c869 int minutes_overflow, hours_overflow, days_overflow = 0, years_overflow; in icaltime_adjust() local
888 hours_overflow = minute / 60; in icaltime_adjust()
891 hours_overflow--; in icaltime_adjust()
895 hour = tt->hour + hours + hours_overflow; in icaltime_adjust()
H A Dicaltimezone.c1109 int minutes_overflow, hours_overflow, days_overflow; in icaltimezone_adjust_change() local
1124 hours_overflow = minute / 60; in icaltimezone_adjust_change()
1127 hours_overflow--; in icaltimezone_adjust_change()
1131 hour = tt->hour + hours + hours_overflow; in icaltimezone_adjust_change()