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

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/include/
H A Dntp_calendar.h61 #define TIMES60(val) ((((val)<<4) - (val))<<2) /* *(16 - 1) * 4 */ macro
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/parseutil/
H A Ddcfd.c226 #define TIMES60(_X_) ((((_X_) << 4) - (_X_)) << 2) /* *(16 - 1) *4 */ macro

Completed in 199 milliseconds