Searched refs:increment_overflow (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A DTime.c210 increment_overflow(int * number, int delta) function
227 return increment_overflow(tensptr, tensdelta);
279 if (increment_overflow(&yourtm.tm_year, TM_YEAR_BASE))
282 if (increment_overflow(&yourtm.tm_year, -1))
290 if (increment_overflow(&yourtm.tm_year, 1))
300 if (increment_overflow(&yourtm.tm_year, 1))
304 if (increment_overflow(&yourtm.tm_year, -TM_YEAR_BASE))
317 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN))

Completed in 582 milliseconds