Searched refs:BILLION (Results 1 – 9 of 9) sorted by relevance
/external/lz4/examples/ |
D | compress_functions.c | 74 #define BILLION 1000000000L macro 221 time_taken = BILLION *(end.tv_sec - start.tv_sec) + end.tv_nsec - start.tv_nsec; in bench() 346 … (double)time_taken__default / BILLION, (int)(iterations / ((double)time_taken__default … in main() 347 … (double)time_taken__fast / BILLION, (int)(iterations / ((double)time_taken__fast … in main() 348 …()", (double)time_taken__fast_extstate / BILLION, (int)(iterations / ((double)time_taken__fast_ext… in main() 350 … (double)time_taken__decomp_safe / BILLION, (int)(iterations / ((double)time_taken__decomp_s… in main() 351 … (double)time_taken__decomp_fast / BILLION, (int)(iterations / ((double)time_taken__decomp_f… in main() 353 …(double)time_taken_hc__default / BILLION, (int)(iterations / ((double)time_taken_hc__default… in main() 354 …(double)time_taken_hc__fast / BILLION, (int)(iterations / ((double)time_taken_hc__fast … in main() 355 …(double)time_taken_hc__fast_extstate / BILLION, (int)(iterations / ((double)time_taken_hc__fast_ex… in main() [all …]
|
/external/jemalloc_new/test/unit/ |
D | nstime.c | 3 #define BILLION UINT64_C(1000000000) macro 55 nstime_init2(&nstb, 41, BILLION - 1); in TEST_BEGIN() 79 nstime_init2(&nsta, 42, BILLION - 1); in TEST_BEGIN() 82 nstime_init2(&nstb, 85, BILLION - 2); in TEST_BEGIN() 91 nstime_init2(&nsta, 42, BILLION - 1); in TEST_BEGIN() 98 nstime_iadd(&nsta, BILLION + 1); in TEST_BEGIN() 118 nstime_init2(&nstb, 0, BILLION - 1); in TEST_BEGIN() 128 nstime_isubtract(&nsta, 42*BILLION + 43); in TEST_BEGIN() 134 nstime_isubtract(&nsta, 41*BILLION + 44); in TEST_BEGIN() 135 nstime_init2(&nstb, 0, BILLION - 1); in TEST_BEGIN()
|
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/io/ |
D | NumberOutput.java | 6 private static int BILLION = 1000000000; field in NumberOutput 88 if (v >= BILLION) { in outputInt() 89 v -= BILLION; in outputInt() 90 if (v >= BILLION) { in outputInt() 91 v -= BILLION; in outputInt() 134 if (v >= BILLION) { in outputInt() 135 v -= BILLION; in outputInt() 136 if (v >= BILLION) { in outputInt() 137 v -= BILLION; in outputInt()
|
/external/jemalloc_new/src/ |
D | nstime.c | 8 #define BILLION UINT64_C(1000000000) macro 18 time->ns = sec * BILLION + nsec; in nstime_init2() 33 return time->ns / BILLION; in nstime_sec() 38 return time->ns % BILLION; in nstime_nsec()
|
D | background_thread.c | 99 #define BILLION UINT64_C(1000000000) 101 #define BACKGROUND_THREAD_MIN_INTERVAL_NS (BILLION / 10) 807 #undef BILLION
|
/external/adhd/cras/src/dsp/tests/ |
D | dsp_util_test.c | 17 #define BILLION 1000000000LL macro 306 diff = (BILLION * (end.tv_sec - start.tv_sec) + end.tv_nsec - in main() 320 diff = (BILLION * (end.tv_sec - start.tv_sec) + end.tv_nsec - in main() 344 diff = (BILLION * (end.tv_sec - start.tv_sec) + end.tv_nsec - in main() 359 diff = (BILLION * (end.tv_sec - start.tv_sec) + end.tv_nsec - in main()
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/Shared/Platform/src/ |
D | Clock.c | 113 #define BILLION 1000000000 in _plat__TimerRead()
|
/external/icu/icu4c/source/i18n/ |
D | decNumberLocal.h | 143 #define BILLION 1000000000 /* 10**9 */ macro
|
/external/icu/libicu/cts_headers/ |
D | decNumberLocal.h | 143 #define BILLION 1000000000 /* 10**9 */ macro
|