Home
last modified time | relevance | path

Searched refs:TOD_DAY (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/hercules/hercules-3.13/
H A Dclock.h80 #define TOD_DAY (24*60*60*16000000LL) macro
H A Dbldcfg.c653 return (((year % 4) != 0) && (((year % 4) - (epoch % 4)) <= 0)) ? -TOD_DAY : 0; in lyear_adjust()
655 … return (((year % 4) == 0 && (-epoch % 4) != 0) || ((year % 4) + (-epoch % 4) > 4)) ? TOD_DAY : 0; in lyear_adjust()
1648 ly1960 = TOD_DAY; in build_config()
1654 set_tod_epoch(((sysepoch*365+(sysepoch/4))*-TOD_DAY)+lyear_adjust(sysepoch)+ly1960); in build_config()
H A Dhsccmd.c1234 days = tod / TOD_DAY; in format_tod()
1235 tod %= TOD_DAY; in format_tod()