Home | History | Annotate | Download | only in libefi

Lines Matching defs:Year

70     //  The value at index 13 is for the whole year.
103 int Year;
108 if ( ETime->Year < 1998 || ETime->Year > 2099 ||
123 for (Year = 1970; Year != ETime->Year; ++Year) {
124 UTime += (CumulativeDays[isleap(Year)][13] * SECSPERDAY);
128 // UTime should now be set to 00:00:00 on Jan 1 of the file's year.
132 UTime += (CumulativeDays[isleap(ETime->Year)][ETime->Month] * SECSPERDAY);
135 // UTime should now be set to 00:00:00 on the first of the file's month and year