Home
last modified time | relevance | path

Searched defs:BILLION (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/tests/lib/libc/gen/
H A Dt_sleep.c46 #define BILLION 1000000000LL /* nano-seconds per second */ macro
/netbsd-src/external/bsd/libbind/dist/isc/
H A Dev_timers.c44 #define BILLION 1000000000 macro
/netbsd-src/lib/libc/isc/
H A Dev_timers.c49 #define BILLION 1000000000 macro
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dutil-int.c195 #define BILLION 1000000000L macro
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dgetdate.y138 enum { BILLION = 1000000000, LOG10_BILLION = 9 }; enumerator
H A Dgetdate.c212 enum { BILLION = 1000000000, LOG10_BILLION = 9 }; enumerator
/netbsd-src/external/gpl3/gcc/dist/libdecnumber/
H A DdecNumberLocal.h170 #define BILLION 1000000000 /* 10**9 */ macro
/netbsd-src/external/gpl3/gcc.old/dist/libdecnumber/
H A DdecNumberLocal.h170 #define BILLION 1000000000 /* 10**9 */ macro
/netbsd-src/external/gpl3/gdb/dist/libdecnumber/
H A DdecNumberLocal.h170 #define BILLION 1000000000 /* 10**9 */ macro
/netbsd-src/external/gpl3/gdb.old/dist/libdecnumber/
H A DdecNumberLocal.h170 #define BILLION 1000000000 /* 10**9 */ macro
/netbsd-src/external/mit/libuv/dist/src/win/
H A Dfs.c96 #define BILLION ((int64_t) 1000 * 1000 * 1000) macro