Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/ntp/libntp/
HDprettydate.c56 #define SOLAR_CYCLE_SECS 0x34AADC80UL /* 7*1461*86400*/ macro
83 tl += SOLAR_CYCLE_SECS; in get_struct_tm()
87 tl -= SOLAR_CYCLE_SECS; in get_struct_tm()
106 M_ADD(hi, lo, 0, SOLAR_CYCLE_SECS); in get_struct_tm()
110 M_SUB(hi, lo, 0, SOLAR_CYCLE_SECS); in get_struct_tm()
134 ts += SOLAR_CYCLE_SECS; in get_struct_tm()
135 } else if (ts >= (time_t)SOLAR_CYCLE_SECS) { in get_struct_tm()
138 ts -= SOLAR_CYCLE_SECS; in get_struct_tm()