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

/netbsd-current/external/bsd/ntp/dist/sntp/libevent/include/event2/
H A Dutil.h239 #define EV_INT64_MAX ((((ev_int64_t) 0x7fffffffL) << 32) | 0xffffffffL) macro
/netbsd-current/external/bsd/libevent/dist/include/event2/
H A Dutil.h242 #define EV_INT64_MAX ((((ev_int64_t) 0x7fffffffL) << 32) | 0xffffffffL) macro
255 #define EV_INT64_MAX INT64_MAX macro

Completed in 76 milliseconds