Searched refs:ts64 (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/ntp/libntp/ |
H A D | ntp_calgps.c | 306 vint64 ts64; in gpsntp_from_gpscal_ex() local 316 ts64 = ntpcal_weekjoin(date.weeks, date.wsecs); in gpsntp_from_gpscal_ex() 317 ts64 = subv64u32(&ts64, (GPSNTP_DSHIFT * SECSPERDAY)); in gpsntp_from_gpscal_ex() 318 split = ntpcal_daysplit(&ts64); in gpsntp_from_gpscal_ex() 604 vint64 ts64; in gpscal_from_gpsntp() local 607 ts64 = ntpcal_dayjoin(gd->days, gd->secs); in gpscal_from_gpsntp() 608 ts64 = addv64u32(&ts64, (GPSNTP_DSHIFT * SECSPERDAY)); in gpscal_from_gpsntp() 609 split = ntpcal_weeksplit(&ts64); in gpscal_from_gpsntp()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_leapsec.c | 272 vint64 ts64, last, next; in leapsec_dump() 278 ts64 = ntpcal_ntp_to_ntp(ts32, pivot); in leapsec_dump() 282 if (ucmpv64(&ts64, &pt->head.ebase) < 0) { 287 reload_limits(pt, &ts64); in leapsec_query() 288 } else if (ucmpv64(&ts64, &pt->head.dtime) >= 0) { in leapsec_query() 305 if (ucmpv64(&ts64, &last) >= 0) { in leapsec_query() 307 reload_limits(pt, &ts64); in leapsec_query() 313 next = addv64i32(&ts64, qr->warped); in leapsec_query() 317 ts64 = next; in leapsec_query() 330 if (ucmpv64(&ts64, in leapsec_query() 292 vint64 ts64, last, next; leapsec_query() local 382 vint64 ts64; leapsec_query_era() local [all...] |
/freebsd/sys/compat/linux/ |
H A D | linux_socket.c | 1667 struct l_timespec64 ts64; in recvmsg_scm_timestampns() local 1676 len = sizeof(ts64); in recvmsg_scm_timestampns() 1685 ts64.tv_sec = ts.tv_sec; in recvmsg_scm_timestampns() 1686 ts64.tv_nsec = ts.tv_nsec; in recvmsg_scm_timestampns() 1687 memmove(buf, &ts64, len); in recvmsg_scm_timestampns()
|
/freebsd/sys/dev/wg/ |
H A D | if_wg.c | 2610 struct wg_timespec64 ts64; in wgc_get() local 2655 wg_timers_get_last_handshake(peer, &ts64); in wgc_get() 2656 nvlist_add_binary(nvl_peer, "last-handshake-time", &ts64, sizeof(ts64)); in wgc_get()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 1873 x86_thread_state64_t ts64; member 1915 swapStruct(x.uts.ts64); in swapStruct()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 9788 Print_x86_thread_state64_t(ts.uts.ts64); in PrintThreadCommand()
|