/freebsd/contrib/ntp/adjtimed/ |
H A D | adjtimed.c | 56 #define MILLION 1000000L macro 59 #define tvtod(tv) ((double)tv.tv_sec + ((double)tv.tv_usec / (double)MILLION)) 265 #define DEFAULT_RATE (MILLION / HZ) 282 dt = (delta->tv_sec * MILLION) + delta->tv_usec; in AdjustClockRate() 285 printf("adjtimed: new correction %.6fs\n", (double)dt / (double)MILLION); in AdjustClockRate() 287 msyslog(LOG_INFO, "new correction %.6fs", (double)dt / (double)MILLION); in AdjustClockRate() 302 period.it_value.tv_usec = (dt % slew_rate) * (MILLION / slew_rate); in AdjustClockRate() 335 dt = ((remains.it_value.tv_sec * MILLION) + remains.it_value.tv_usec) * in AdjustClockRate() 337 olddelta->tv_sec = dt / MILLION; in AdjustClockRate() 338 olddelta->tv_usec = dt - (olddelta->tv_sec * MILLION); in AdjustClockRate() [all …]
|
/freebsd/lib/libc/gen/ |
H A D | clock.3 | 69 to be defined as one million. 73 and one million is still inadequate on modern processors.
|
H A D | sem_timedwait.3 | 132 or equal to 1000 million.
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/ |
H A D | tst.terminate_by_signal.ksh | 49 # generate over 30 million Lua instructions. 77 # This should stop the ZCP near a million instructions but still have
|
/freebsd/contrib/jemalloc/src/ |
H A D | nstime.c | 9 #define MILLION UINT64_C(1000000) macro 28 return time->ns / MILLION; in nstime_msec()
|
/freebsd/contrib/netbsd-tests/lib/libc/gen/ |
H A D | t_sleep.c | 47 #define MILLION 1000000LL /* nano-seconds per milli-second */ macro 52 #define FUZZ (40 * MILLION) /* scheduling fuzz accepted - 40 ms */ 185 if (delay->tv_sec * BILLION + delay->tv_nsec > tmo * MILLION) in do_kevent()
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_write_format_gnutar_filenames.c | 46 buff = malloc(buffsize); /* million bytes of work area */ in DEFINE_TEST() 106 buff = malloc(buffsize); /* million bytes of work area */ in DEFINE_TEST()
|
/freebsd/usr.sbin/ntp/doc/ |
H A D | ntptime.8 | 50 Specify frequency offset, in parts per million.
|
/freebsd/share/doc/psd/01.cacm/ |
H A D | p6 | 34 It has been used to produce a million-digit
|
/freebsd/usr.sbin/rtsold/ |
H A D | rtsold.c | 707 #define MILLION 1000000 in rtsol_timer_update() macro 734 interval = arc4random_uniform(MAX_RTR_SOLICITATION_DELAY * MILLION); in rtsol_timer_update() 735 ifi->timer.tv_sec = interval / MILLION; in rtsol_timer_update() 736 ifi->timer.tv_nsec = (interval % MILLION) * 1000; in rtsol_timer_update() 773 #undef MILLION in rtsol_timer_update()
|
/freebsd/lib/libc/locale/ |
H A D | gb18030.5 | 47 There are a total of over 1.5 million code positions.
|
/freebsd/lib/msun/src/ |
H A D | s_tanl.c | 31 * an accuracy of <= 1.5 ULP where 247024 values of x out of 40 million
|
/freebsd/share/man/man4/ |
H A D | vale.4 | 48 On a modern machine it can move almost 20 Million packets per
|
/freebsd/sys/contrib/device-tree/Bindings/iio/afe/ |
H A D | temperature-transducer.yaml | 82 alpha is expressed in parts per million which can be micro-amps per
|
/freebsd/contrib/ntp/html/ |
H A D | ntptime.html | 29 <dd>Specify frequency offset, in parts per million.</dd>
|
/freebsd/lib/libsys/ |
H A D | nanosleep.2 | 179 or greater than or equal to 1000 million.
|
H A D | sigwaitinfo.2 | 187 to 1000 million.
|
H A D | mq_receive.2 | 183 than or equal to 1000 million.
|
H A D | mq_send.2 | 197 than or equal to 1000 million.
|
H A D | timer_settime.2 | 201 or equal to 1000 million, and the
|
/freebsd/tools/tools/netrate/tcpp/ |
H A D | README | 35 This selects server mode, four workers, and at most 1 million TCP connections
|
/freebsd/contrib/ntp/html/drivers/ |
H A D | driver1.html | 31 …<dd>Specifies the frequency offset calibration factor, in parts per million, with default 0.0.</dd>
|
/freebsd/share/man/man7/ |
H A D | orders.7 | 89 .It Million Ta 10^6 Ta mega Ta M Ta 1000000
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | st,sta350.txt | 96 million clock cycles to pass before shutting down.
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | sha1-internal.c | 75 be guaranteed to generate the wrong hash (e.g. Test Vector #3, a million 124 A million repetitions of "a"
|