Home
last modified time | relevance | path

Searched defs:TIMES60 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/include/
H A Dntp_calendar.h105 #define TIMES60(val) ((((val)<<4) - (val))<<2) /* *(16 - 1) * 4 */ macro
/freebsd/contrib/ntp/parseutil/
H A Ddcfd.c229 #define TIMES60(_X_) ((((_X_) << 4) - (_X_)) << 2) /* *(16 - 1) *4 */ macro