Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/include/
H A Dntp_calendar.h106 #define TIMES24(val) (((val)<<4) + ((val)<<3)) /* *16 + *8 */ macro
/freebsd/contrib/ntp/parseutil/
H A Ddcfd.c225 #ifndef TIMES24
226 #define TIMES24(_X_) (((_X_) << 4) + ((_X_) << 3)) /* *16 + *8 */ macro
844 t = TIMES24(t) + clock_time->hour; in dcf_to_unixtime()
/freebsd/contrib/ntp/libparse/
H A Dparse.c467 t = TIMES24(t) + clock_time->hour; in parse_to_unixtime()