OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TIMES24
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/ntp/dist/include/
ntp_calendar.h
108
#define
TIMES24
(val) (((val)<<4) + ((val)<<3)) /* *16 + *8 */
/src/external/bsd/ntp/dist/parseutil/
dcfd.c
227
#ifndef
TIMES24
228
#define
TIMES24
(_X_) (((_X_) << 4) + ((_X_) << 3)) /* *16 + *8 */
846
t =
TIMES24
(t) + clock_time->hour;
Completed in 17 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026