Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/efi/libefi/
H A Dtime.c66 static const time_t CumulativeDays[2][14] = { variable
116 seconds = CumulativeDays[lyear][month] * SECSPERDAY; in to_efi_time()
121 seconds = CumulativeDays[lyear][month] * SECSPERDAY; in to_efi_time()
126 CumulativeDays[lyear][efi_time->Month] * SECSPERDAY) { in to_efi_time()
131 time -= CumulativeDays[lyear][month] * SECSPERDAY; in to_efi_time()
174 UTime += (CumulativeDays[isleap(Year)][13] * SECSPERDAY); in from_efi_time()
182 UTime += (CumulativeDays[isleap(ETime->Year)][ETime->Month] * in from_efi_time()