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

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/include/
H A Dntp_calendar.h62 #define TIMES24(val) (((val)<<4) + ((val)<<3)) /* *16 + *8 */ macro
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/parseutil/
H A Ddcfd.c225 #define TIMES24(_X_) (((_X_) << 4) + ((_X_) << 3)) /* *16 + *8 */ macro

Completed in 181 milliseconds