Searched defs:ay (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/include/grub/
H A Ddatetime.h58 int y4, ay; local
95 ay = datetime->year - 1973 - 4 * y4;
97 ret += ay * SECPERYEAR;
100 if (ay == 0 && datetime->month >= 3)
105 && (!ay || datetime->month != 2 || datetime->day != 29))

Completed in 28 milliseconds