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

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_efi_lib.c90 static const int year_lengths[2] = { variable
111 while (days < 0 || days >= (long) year_lengths[yleap = isleap(y)]) {
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A DTimeVals.h27 extern const int year_lengths[2];
H A DTime.c63 const int year_lengths[2] = { variable
158 while (days < 0 || days >= (LONG32) year_lengths[yleap = isleap(y)]) {
285 yourtm.tm_mday += year_lengths[isleap(i)];
289 yourtm.tm_mday -= year_lengths[isleap(i)];
H A DZoneProc.c669 janfirst += year_lengths[isleap(year)] *

Completed in 47 milliseconds