| /freebsd/contrib/ntp/include/ |
| H A D | refclock_atom.h | 4 #undef NANOSECOND /* some systems define it differently */ 5 #define NANOSECOND 1000000000 /* one second (ns) */ macro
|
| H A D | timespecops.h | 12 * 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 D | kern_ntptime.c | 102 * 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 D | TraceIntelPTGDBRemotePackets.h | 91 /// Convert TSC value to nanosecond wall time. The beginning of time (0 102 /// Nanosecond wall time.
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | time.h | 23 * The time datum is Unix's 1970 and at nanosecond precision, this gives 39 /* One nanosecond. */
|
| /freebsd/cddl/lib/libdtrace/ |
| H A D | socket.d | 112 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 D | timecounter.ms | 360 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 D | UefiBaseType.h | 65 /// Nanosecond: 0 - 999,999,999 76 UINT32 Nanosecond; member
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | netscape | 5 # "H. Nanosecond" <aldomel@ix.netcom.com>
|
| H A D | claris | 5 # "H. Nanosecond" <aldomel@ix.netcom.com>
|
| /freebsd/sys/riscv/sifive/ |
| H A D | fe310_aon.c | 86 #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 D | WindowsSupport.h | 209 // 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 D | time.c | 141 efi_time->Nanosecond = 0; in to_efi_time() 240 tp->tv_usec = 0; /* EfiTime.Nanosecond * 1000; */ in EFI_GetTimeOfDay()
|
| /freebsd/sys/sys/ |
| H A D | timex.h | 56 #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 D | atmel-classd.txt | 32 Set non-overlapping time, the unit is nanosecond(ns).
|
| H A D | atmel,sama5d2-classd.yaml | 70 Set non-overlapping time, the unit is nanosecond(ns).
|
| /freebsd/sys/contrib/device-tree/Bindings/ |
| H A D | property-units.txt | 19 -ns : nanosecond
|
| /freebsd/share/man/man3/ |
| H A D | pthread_mutex_timedlock.3 | 70 specified a nanosecond value less than zero or
|
| H A D | pthread_rwlock_timedwrlock.3 | 90 nanosecond value is less than zero or
|
| H A D | pthread_rwlock_timedrdlock.3 | 100 nanosecond value is less than zero or
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_entry_time.3 | 112 Unset time fields have a second and nanosecond field of 0.
|
| /freebsd/tools/tools/mctest/ |
| H A D | mctest.1 | 97 Send 100 packets of 1024 bytes, with an inter-packet gap of 1 nanosecond.
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_tsc.h | 56 // one TSC tick is 1 nanosecond.
|
| /freebsd/contrib/ntp/util/ |
| H A D | timetrim.c | 8 * the system clock step ahead 1 nanosecond more per second than a value
|
| /freebsd/stand/efi/include/ |
| H A D | efidef.h | 93 UINT32 Nanosecond; // 0 - 999,999,999 member
|