Home
last modified time | relevance | path

Searched full:billion (Results 1 – 25 of 52) sorted by relevance

123

/freebsd/lib/libc/isc/
H A Dev_timers.c44 #define BILLION 1000000000 macro
85 if (x.tv_nsec >= BILLION) { in evAddTime()
87 x.tv_nsec -= BILLION; in evAddTime()
100 x.tv_nsec = BILLION - subtrahend.tv_nsec + minuend.tv_nsec; in evSubTime()
198 if (due.tv_nsec >= BILLION) in evSetTimer()
201 if (inter.tv_nsec >= BILLION) in evSetTimer()
204 if (due.tv_sec < 0 || due.tv_nsec < 0 || due.tv_nsec >= BILLION) in evSetTimer()
207 if (inter.tv_sec < 0 || inter.tv_nsec < 0 || inter.tv_nsec >= BILLION) in evSetTimer()
314 if (due.tv_nsec >= BILLION) in evResetTimer()
317 if (inter.tv_nsec >= BILLION) in evResetTimer()
[all …]
/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_sleep.c46 #define BILLION 1000000000LL /* nano-seconds per second */ macro
185 if (delay->tv_sec * BILLION + delay->tv_nsec > tmo * MILLION) in do_kevent()
302 delta1 *= BILLION; in sleeptest()
305 delta2 = (int64_t)tremain.tv_sec * BILLION; in sleeptest()
308 delta3 = (int64_t)tslp.tv_sec * BILLION; in sleeptest()
322 delta3 = (int64_t)tslp.tv_sec * 2 * BILLION; in sleeptest()
329 tslp.tv_sec = delta3 / BILLION; in sleeptest()
330 tslp.tv_nsec = delta3 % BILLION; in sleeptest()
/freebsd/contrib/jemalloc/src/
H A Dnstime.c8 #define BILLION UINT64_C(1000000000) macro
56 time->ns = sec * BILLION + nsec; in nstime_add()
74 return time->ns / BILLION; in nstime_isubtract()
80 return time->ns % BILLION; in nstime_imultiply()
H A Dbackground_thread.c115 #define BILLION UINT64_C(1000000000)
117 #define BACKGROUND_THREAD_MIN_INTERVAL_NS (BILLION / 10)
706 #undef BILLION
H A Dstats.c71 uint64_t billion = 1000000000; in get_rate_str()
75 if (uptime_ns < billion) { in get_rate_str()
78 uint64_t uptime_s = uptime_ns / billion; in get_rate_str()
57 uint64_t billion = 1000000000; rate_per_second() local
/freebsd/contrib/expat/doc/
H A Dxmlwf.192 like the billion laughs attack
128 like billion laughs
346 Billion laughs attack: https://en.wikipedia.org/wiki/Billion_laughs_attack
H A Dxmlwf.xml162 like the billion laughs attack
201 like billion laughs
575 Billion laughs attack: https://en.wikipedia.org/wiki/Billion_laughs_attack
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dfixed-clock.yaml32 description: accuracy of clock in ppb (parts per billion).
/freebsd/contrib/ntp/libntp/lib/isc/pthreads/
H A Dcondition.c51 * ensures its return value is < 1 billion, which will fit in a long. in isc_condition_waituntil()
/freebsd/share/man/man3/
H A Dpthread_mutex_timedlock.371 greater than or equal to 1 billion.
H A Dpthread_rwlock_timedwrlock.391 greater than or equal to 1 billion.
H A Dpthread_rwlock_timedrdlock.3101 greater than or equal to 1 billion.
/freebsd/contrib/tcpdump/
H A Dntp.c46 f = (uint32_t)(ff * 1000000000.0); /* treat fraction as parts per billion */ in p_ntp_time()
H A Dprint-zep.c75 billion */ in zep_print_ts()
/freebsd/sys/contrib/device-tree/Bindings/ptp/
H A Dptp-qoriq.txt23 - fsl,max-adj Maximum frequency adjustment in parts per billion.
H A Dfsl,ptp.yaml84 Maximum frequency adjustment in parts per billion.
/freebsd/usr.bin/nfsstat/
H A Dnfsstat.185 clipped at one billion.
/freebsd/share/man/man9/
H A Dseqc.9135 Given that this needs 4 billion transactional writes across a single contended
H A Ddevstat.9292 someone has a system with more than four billion device arrival events.
/freebsd/share/man/man7/
H A Dorders.790 .It Billion Ta 10^9 Ta giga Ta G Ta 1000000000
/freebsd/share/man/man4/
H A Dzyd.498 Billion BiPAC 3011G
/freebsd/contrib/expat/xmlwf/
H A Dxmlwf_helpgen.py87 billion_laughs = parser.add_argument_group('amplification attack protection (e.g. billion laughs)',
/freebsd/contrib/expat/
H A DChanges370 #839 #842 CVE-2024-28757 -- Prevent billion laughs attacks with
396 #828 #836 Expose billion laughs API with XML_DTD defined and
428 #777 CVE-2023-52426 -- Fix billion laughs attacks for users
864 #34 #466 #484 CVE-2013-0340/CWE-776 -- Protect against billion laughs attacks
878 .. to further tighten billion laughs protection parameters
891 for xmlwf to further tighten billion laughs protection
/freebsd/usr.bin/number/
H A Dnumber.c54 "hundred", "thousand", "million", "billion",
/freebsd/usr.bin/dpv/
H A Ddpv.1341 to produce a half-billion lines

123