OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EPOCH_BIAS
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/libevent/dist/
evutil_time.c
87
#define
EPOCH_BIAS
U64_LITERAL(116444736000000000)
116
if (EVUTIL_UNLIKELY(ft.ft_64 <
EPOCH_BIAS
)) {
120
ft.ft_64 -=
EPOCH_BIAS
;
/src/external/bsd/ntp/dist/sntp/libevent/
evutil_time.c
86
#define
EPOCH_BIAS
U64_LITERAL(116444736000000000)
115
if (EVUTIL_UNLIKELY(ft.ft_64 <
EPOCH_BIAS
)) {
119
ft.ft_64 -=
EPOCH_BIAS
;
Completed in 24 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026