Home
last modified time | relevance | path

Searched refs:u_int64 (Results 1 – 5 of 5) sorted by last modified time

/freebsd/contrib/ntp/
H A DCommitLog120293 Use u_int64 where available, instead of only where long is 64-bit.
120307 Remove workarounds for VC6 deficit converting u_int64 to double,
/freebsd/contrib/ntp/include/
H A Dntp_fp.h280 u_int64 q_tmp; \
288 q_tmp = (u_int64)ldexp(d_tmp, 32); \
299 u_int64 q_tmp; \
302 q_tmp = ((u_int64)(r_ui) << 32) + (r_uf); \
H A Dntp_types.h147 typedef uint64_t u_int64; typedef
152 typedef unsigned long u_int64; typedef
157 typedef unsigned long long u_int64; typedef
213 u_int64 Q_s; /* unsigned quad scalar */
H A Dtimevalops.h42 ((((u_int64)(tvu) << 32) + MICROSECONDS / 2) / \
70 (((u_int64)(tsf) * MICROSECONDS + 0x80000000) >> 32))
/freebsd/contrib/ntp/libntp/
H A Dtimespecops.c27 (((u_int64)(tsf) * NANOSECONDS + 0x80000000) >> 32))
30 ((((u_int64)(tvu) << 32) + NANOSECONDS / 2) / \