Home
last modified time | relevance | path

Searched full:million (Results 1 – 25 of 115) sorted by relevance

12345

/freebsd/contrib/ntp/adjtimed/
H A Dadjtimed.c56 #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 Dclock.369 to be defined as one million.
73 and one million is still inadequate on modern processors.
H A Dsem_timedwait.3132 or equal to 1000 million.
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.terminate_by_signal.ksh49 # 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 Dnstime.c9 #define MILLION UINT64_C(1000000) macro
28 return time->ns / MILLION; in nstime_msec()
/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_sleep.c47 #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 Dtest_write_format_gnutar_filenames.c46 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 Dntptime.850 Specify frequency offset, in parts per million.
/freebsd/share/doc/psd/01.cacm/
H A Dp634 It has been used to produce a million-digit
/freebsd/usr.sbin/rtsold/
H A Drtsold.c707 #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 Dgb18030.547 There are a total of over 1.5 million code positions.
/freebsd/lib/msun/src/
H A Ds_tanl.c31 * an accuracy of <= 1.5 ULP where 247024 values of x out of 40 million
/freebsd/share/man/man4/
H A Dvale.448 On a modern machine it can move almost 20 Million packets per
/freebsd/sys/contrib/device-tree/Bindings/iio/afe/
H A Dtemperature-transducer.yaml82 alpha is expressed in parts per million which can be micro-amps per
/freebsd/contrib/ntp/html/
H A Dntptime.html29 <dd>Specify frequency offset, in parts per million.</dd>
/freebsd/lib/libsys/
H A Dnanosleep.2179 or greater than or equal to 1000 million.
H A Dsigwaitinfo.2187 to 1000 million.
H A Dmq_receive.2183 than or equal to 1000 million.
H A Dmq_send.2197 than or equal to 1000 million.
H A Dtimer_settime.2201 or equal to 1000 million, and the
/freebsd/tools/tools/netrate/tcpp/
H A DREADME35 This selects server mode, four workers, and at most 1 million TCP connections
/freebsd/contrib/ntp/html/drivers/
H A Ddriver1.html31 …<dd>Specifies the frequency offset calibration factor, in parts per million, with default 0.0.</dd>
/freebsd/share/man/man7/
H A Dorders.789 .It Million Ta 10^6 Ta mega Ta M Ta 1000000
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dst,sta350.txt96 million clock cycles to pass before shutting down.
/freebsd/contrib/wpa/src/crypto/
H A Dsha1-internal.c75 be guaranteed to generate the wrong hash (e.g. Test Vector #3, a million
124 A million repetitions of "a"

12345