Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/clockstuff/
H A Dchutest.c454 #define MULBY24(x) (((x)<<4) + ((x)<<3)) macro
623 tmp = (u_long)(MULBY24((day-1)) + hour); /* hours */ in chufilter()