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

/freebsd-11-stable/contrib/ntp/include/
H A Dntp_calendar.h106 #define TIMES24(val) (((val)<<4) + ((val)<<3)) /* *16 + *8 */ macro
/freebsd-11-stable/contrib/ntp/parseutil/
H A Ddcfd.c226 #define TIMES24(_X_) (((_X_) << 4) + ((_X_) << 3)) /* *16 + *8 */ macro

Completed in 115 milliseconds