Home
last modified time | relevance | path

Searched refs:BILLION (Results 1 – 3 of 3) sorted by relevance

/external/jemalloc/src/
Dnstime.c3 #define BILLION UINT64_C(1000000000) macro
16 time->ns = sec * BILLION + nsec; in nstime_init2()
30 return (time->ns / BILLION); in nstime_sec()
37 return (time->ns % BILLION); in nstime_nsec()
128 time->ns = ts.tv_sec * BILLION + ts.tv_nsec; in nstime_update()
133 time->ns = tv.tv_sec * BILLION + tv.tv_usec * 1000; in nstime_update()
/external/jemalloc/test/unit/
Dnstime.c3 #define BILLION UINT64_C(1000000000) macro
59 nstime_init2(&nstb, 41, BILLION - 1); in TEST_BEGIN()
84 nstime_init2(&nsta, 42, BILLION - 1); in TEST_BEGIN()
87 nstime_init2(&nstb, 85, BILLION - 2); in TEST_BEGIN()
107 nstime_init2(&nstb, 0, BILLION - 1); in TEST_BEGIN()
/external/icu/icu4c/source/i18n/
DdecNumberLocal.h140 #define BILLION 1000000000 /* 10**9 */ macro