Searched refs:lyear (Results 1 – 1 of 1) sorted by relevance
107 int lyear, month; in to_efi_time() local112 lyear = isleap(efi_time->Year); in to_efi_time()114 seconds = CumulativeDays[lyear][month] * SECSPERDAY; in to_efi_time()118 lyear = isleap(efi_time->Year); in to_efi_time()119 seconds = CumulativeDays[lyear][month] * SECSPERDAY; in to_efi_time()124 CumulativeDays[lyear][month] * SECSPERDAY) { in to_efi_time()129 time -= CumulativeDays[lyear][month] * SECSPERDAY; in to_efi_time()