Home
last modified time | relevance | path

Searched full:nanosecond (Results 1 – 25 of 97) sorted by relevance

1234

/freebsd/contrib/ntp/include/
H A Drefclock_atom.h4 #undef NANOSECOND /* some systems define it differently */
5 #define NANOSECOND 1000000000 /* one second (ns) */ macro
H A Dtimespecops.h12 * normalised. We consider a timespec normalised when the nanosecond
27 * As long as no signed integer overflow can occur with the nanosecond
/freebsd/sys/kern/
H A Dkern_ntptime.c102 * current nanosecond time is reckoned from these values plus an
113 * The nanosecond clock discipline uses two variable types, time
258 struct timespec atv; /* nanosecond time */ in ntp_gettime1()
515 * On rollover of the second both the nanosecond and microsecond in ntp_update_second()
767 if (u_nsec >= (NANOSECOND >> 1)) { in hardpps()
768 u_nsec -= NANOSECOND; in hardpps()
772 if (u_sec == pps_tf[0].tv_sec && v_nsec < NANOSECOND - MAXFREQ) in hardpps()
783 pps_fcount += delta_nsec - NANOSECOND; in hardpps()
832 2 * (NANOSECOND / (long)qmin(NANOSECOND, tc_getfrequency())))) { in hardpps()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DTraceIntelPTGDBRemotePackets.h91 /// Convert TSC value to nanosecond wall time. The beginning of time (0
102 /// Nanosecond wall time.
/freebsd/crypto/openssl/include/internal/
H A Dtime.h23 * The time datum is Unix's 1970 and at nanosecond precision, this gives
39 /* One nanosecond. */
/freebsd/cddl/lib/libdtrace/
H A Dsocket.d112 inline int SO_TS_BINTIME = 1; /* sub-nanosecond resolution, realtime */
114 inline int SO_TS_REALTIME = 2; /* nanosecond resolution, realtime */
116 inline int SO_TS_MONOTONIC = 3; /* nanosecond resolution, monotonic */
/freebsd/share/doc/papers/timecounter/
H A Dtimecounter.ms360 better than quarter of a nanosecond (.2328 nsec) it can obviously
361 be converted to nanosecond resolution struct timespec timestamps
507 exact nanosecond timestamp, when the data is written to
624 of the requested change, or �1.06 cdot 10 sup -14� per nanosecond
917 The reason the plot does not show a very distinct 10 nanosecond
919 a clock with a roughly 55 nanosecond period and then predicts in
/freebsd/sys/contrib/edk2/Include/Uefi/
H A DUefiBaseType.h65 /// Nanosecond: 0 - 999,999,999
76 UINT32 Nanosecond; member
/freebsd/contrib/file/magic/Magdir/
H A Dnetscape5 # "H. Nanosecond" <aldomel@ix.netcom.com>
H A Dclaris5 # "H. Nanosecond" <aldomel@ix.netcom.com>
/freebsd/sys/riscv/sifive/
H A Dfe310_aon.c86 #define FEAON_WDT_TIMEBASE_RATIO (NANOSECOND / FEAON_WDT_TIMEBASE_FREQ)
235 (NANOSECOND / FEAON_RTC_TIMEBASE_FREQ); in feaon_rtc_gettime()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h209 // FILETIME's are # of 100 nanosecond ticks (1/10th of a microsecond) in toDuration()
221 // FILETIME's are # of 100 nanosecond ticks (1/10th of a microsecond) in toTimePoint()
/freebsd/stand/efi/libefi/
H A Dtime.c141 efi_time->Nanosecond = 0; in to_efi_time()
240 tp->tv_usec = 0; /* EfiTime.Nanosecond * 1000; */ in EFI_GetTimeOfDay()
/freebsd/sys/sys/
H A Dtimex.h56 #define NANOSECOND 1000000000L /* nanoseconds in one second */ macro
72 #define MOD_NANO 0x2000 /* select nanosecond resolution */
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Datmel-classd.txt32 Set non-overlapping time, the unit is nanosecond(ns).
H A Datmel,sama5d2-classd.yaml70 Set non-overlapping time, the unit is nanosecond(ns).
/freebsd/sys/contrib/device-tree/Bindings/
H A Dproperty-units.txt19 -ns : nanosecond
/freebsd/share/man/man3/
H A Dpthread_mutex_timedlock.370 specified a nanosecond value less than zero or
H A Dpthread_rwlock_timedwrlock.390 nanosecond value is less than zero or
H A Dpthread_rwlock_timedrdlock.3100 nanosecond value is less than zero or
/freebsd/contrib/libarchive/libarchive/
H A Darchive_entry_time.3112 Unset time fields have a second and nanosecond field of 0.
/freebsd/tools/tools/mctest/
H A Dmctest.197 Send 100 packets of 1024 bytes, with an inter-packet gap of 1 nanosecond.
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_tsc.h56 // one TSC tick is 1 nanosecond.
/freebsd/contrib/ntp/util/
H A Dtimetrim.c8 * the system clock step ahead 1 nanosecond more per second than a value
/freebsd/stand/efi/include/
H A Defidef.h93 UINT32 Nanosecond; // 0 - 999,999,999 member

1234