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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fat/
H A Dmisc.c179 time_t second, day, leap_day, month, year; local
185 leap_day = (year + 3) / 4;
187 leap_day--;
189 leap_day++;
194 second += (year * 365 + leap_day

Completed in 44 milliseconds