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

/haiku-fatelf/src/bin/patch/
H A Dmaketime.c86 #define Y400_DAYS (365 * 400L + 100 - 4 + 1) macro
406 int carried_years1 = DIV (yday1, Y400_DAYS) * 400;
408 int yday2 = MOD (yday1, Y400_DAYS);

Completed in 36 milliseconds