OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BILLION
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/bsd/jemalloc.old/dist/test/unit/
nstime.c
3
#define
BILLION
UINT64_C(1000000000)
55
nstime_init2(&nstb, 41,
BILLION
- 1);
79
nstime_init2(&nsta, 42,
BILLION
- 1);
82
nstime_init2(&nstb, 85,
BILLION
- 2);
91
nstime_init2(&nsta, 42,
BILLION
- 1);
98
nstime_iadd(&nsta,
BILLION
+ 1);
118
nstime_init2(&nstb, 0,
BILLION
- 1);
128
nstime_isubtract(&nsta, 42*
BILLION
+ 43);
134
nstime_isubtract(&nsta, 41*
BILLION
+ 44);
135
nstime_init2(&nstb, 0,
BILLION
- 1)
[
all
...]
/src/external/bsd/jemalloc/dist/test/unit/
nstime.c
3
#define
BILLION
UINT64_C(1000000000)
55
nstime_init2(&nstb, 41,
BILLION
- 1);
79
nstime_init2(&nsta, 42,
BILLION
- 1);
82
nstime_init2(&nstb, 85,
BILLION
- 2);
91
nstime_init2(&nsta, 42,
BILLION
- 1);
98
nstime_iadd(&nsta,
BILLION
+ 1);
118
nstime_init2(&nstb, 0,
BILLION
- 1);
128
nstime_isubtract(&nsta, 42 *
BILLION
+ 43);
134
nstime_isubtract(&nsta, 41 *
BILLION
+ 44);
135
nstime_init2(&nstb, 0,
BILLION
- 1)
[
all
...]
/src/tests/lib/libc/gen/
t_sleep.c
46
#define
BILLION
1000000000LL /* nano-seconds per second */
185
if (delay->tv_sec *
BILLION
+ delay->tv_nsec > tmo * MILLION)
319
delta1 *=
BILLION
;
324
delta2 = (int64_t)tremain.tv_sec *
BILLION
;
329
delta3 = (int64_t)tslp.tv_sec *
BILLION
;
347
delta3 = (int64_t)tslp.tv_sec * 2 *
BILLION
;
357
tslp.tv_sec = delta3 /
BILLION
;
358
tslp.tv_nsec = delta3 %
BILLION
;
/src/external/bsd/libbind/dist/isc/
ev_timers.c
44
#define
BILLION
1000000000
81
if (x.tv_nsec >=
BILLION
) {
83
x.tv_nsec -=
BILLION
;
96
x.tv_nsec =
BILLION
- subtrahend.tv_nsec + minuend.tv_nsec;
189
if (due.tv_nsec >=
BILLION
)
192
if (inter.tv_nsec >=
BILLION
)
195
if (due.tv_sec < 0 || due.tv_nsec < 0 || due.tv_nsec >=
BILLION
)
198
if (inter.tv_sec < 0 || inter.tv_nsec < 0 || inter.tv_nsec >=
BILLION
)
305
if (due.tv_nsec >=
BILLION
)
308
if (inter.tv_nsec >=
BILLION
)
[
all
...]
/src/external/bsd/jemalloc.old/dist/src/
nstime.c
8
#define
BILLION
UINT64_C(1000000000)
56
time->ns = sec *
BILLION
+ nsec;
74
return time->ns /
BILLION
;
80
return time->ns %
BILLION
;
/src/lib/libc/isc/
ev_timers.c
49
#define
BILLION
1000000000
88
if (x.tv_nsec >=
BILLION
) {
90
x.tv_nsec -=
BILLION
;
103
x.tv_nsec =
BILLION
- subtrahend.tv_nsec + minuend.tv_nsec;
206
if (due.tv_nsec >=
BILLION
)
209
if (inter.tv_nsec >=
BILLION
)
212
if (due.tv_sec < 0 || due.tv_nsec < 0 || due.tv_nsec >=
BILLION
)
215
if (inter.tv_sec < 0 || inter.tv_nsec < 0 || inter.tv_nsec >=
BILLION
)
322
if (due.tv_nsec >=
BILLION
)
325
if (inter.tv_nsec >=
BILLION
)
[
all
...]
/src/external/bsd/jemalloc/dist/src/
nstime.c
8
#define
BILLION
UINT64_C(1000000000)
56
time->ns = sec *
BILLION
+ nsec;
74
return time->ns /
BILLION
;
80
return time->ns %
BILLION
;
/src/external/bsd/openldap/dist/libraries/libldap/
util-int.c
197
#define
BILLION
1000000000L
228
_ldap_pvt_gt_nanoticks = (double)
BILLION
/ freq.QuadPart;
235
if ( nsec >
BILLION
) {
236
nsec -=
BILLION
;
/src/external/gpl3/gcc/dist/libdecnumber/
decNumberLocal.h
170
#define
BILLION
1000000000 /* 10**9 */
571
/* a base-
billion
uInt array, with the least-significant */
/src/external/gpl3/gcc.old/dist/libdecnumber/
decNumberLocal.h
170
#define
BILLION
1000000000 /* 10**9 */
571
/* a base-
billion
uInt array, with the least-significant */
/src/external/gpl3/gdb/dist/libdecnumber/
decNumberLocal.h
170
#define
BILLION
1000000000 /* 10**9 */
571
/* a base-
billion
uInt array, with the least-significant */
/src/external/gpl3/gdb.old/dist/libdecnumber/
decNumberLocal.h
170
#define
BILLION
1000000000 /* 10**9 */
571
/* a base-
billion
uInt array, with the least-significant */
/src/external/gpl2/xcvs/dist/lib/
getdate.c
212
enum {
BILLION
= 1000000000, LOG10_BILLION = 9 };
2958
ns =
BILLION
- ns;
3369
long int normalized_ns = (sum_ns %
BILLION
+
BILLION
) %
BILLION
;
3377
long int d4 = (sum_ns - normalized_ns) /
BILLION
;
Completed in 25 milliseconds
Indexes created Sat May 02 00:23:24 UTC 2026