Searched refs:delta_t (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/usr.sbin/diskinfo/
H A Ddiskinfo.c353 delta_t(void) function
369 dt = delta_t();
379 dt = delta_t();
389 dt = delta_t();
399 dt = delta_t();
536 dtmega = delta_t();
545 dtsector = delta_t();
599 if (delta_t() < 3.0) {
705 } while (delta_t() < 1.0);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DUnwindLLDB.cpp59 const auto delta_t = now - time_value; local
61 duration<double, std::milli>(delta_t).count(),
62 (float)FRAME_COUNT / duration<double>(delta_t).count());
/freebsd-11-stable/contrib/ntp/include/
H A Dmbg_gps166.h745 * In this case ::ANT_INFO::delta_t reports the time offset
754 int32_t delta_t; ///< clock offs at reconn. time in 1/::RECEIVER_INFO::ticks_per_sec units member in struct:__anon4762
765 ANT_DISCONN, ///< Antenna is disconnected, tm_reconn and delta_t not yet set
/freebsd-11-stable/contrib/ntp/libparse/
H A Ddata_mbg.c208 antinfop->delta_t = get_lsb_long(buffpp);
/freebsd-11-stable/tools/tools/netmap/
H A Dpkt-gen.c2568 double delta_t; local
2689 delta_t = toc.tv_sec + 1e-6* toc.tv_usec;
2691 tx_output(g, &cur, delta_t, "Sent");
2693 tx_output(g, &cur, delta_t, "Received");
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_parse.c4460 case ANT_DISCONN: // Antenna is disconnected, tm_reconn and delta_t not yet set
4479 (antinfo.delta_t < 0) ? '-' : '+',
4480 (long) ABS(antinfo.delta_t) / 10000,
4481 (long) ABS(antinfo.delta_t) % 10000);

Completed in 151 milliseconds