Searched refs:BILLION (Results 1 - 6 of 6) sorted by relevance
/third_party/lz4/examples/ |
H A 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 printf(format, "Normal Text", "LZ4_compress_default()", (double)time_taken__default / BILLION, (int)(iterations / ((double)time_taken__default /BILLION)), (int)time_taken__default / iterations, (double)time_taken__default * 100 / time_taken__default); in main() 347 printf(format, "Normal Text", "LZ4_compress_fast()", (double)time_taken__fast / BILLION, (int)(iterations / ((double)time_taken__fast /BILLION)), (int)time_taken__fast / iterations, (double)time_taken__fast * 100 / time_taken__default); in main() 348 printf(format, "Normal Text", "LZ4_compress_fast_extState()", (double)time_taken__fast_extstate / BILLION, (int)(iterations / ((double)time_taken__fast_extstate /BILLION)), (int)time_taken__fast_extstate / iterations, (double)time_taken__fast_extstate * 100 / time_taken__default); in main() 349 //printf(format, "Normal Text", "LZ4_compress_generic()", (double)time_taken__generic / BILLION, (int)(iterations / ((double)time_taken__generic /BILLION)), (in in main() [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | decNumberLocal.h | 143 #define BILLION 1000000000 /* 10**9 */ macro
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | decNumberLocal.h | 143 #define BILLION 1000000000 /* 10**9 */ macro
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | decNumberLocal.h | 143 #define BILLION 1000000000 /* 10**9 */ macro
|
/third_party/libuv/src/win/ |
H A D | fs.c | 101 #define BILLION ((int64_t) 1000 * 1000 * 1000) macro 104 filetime -= 116444736 * BILLION; in uv__filetime_to_timespec() 115 int64_t bigtime = ((time) * 10 * MILLION + 116444736 * BILLION); \
|
/third_party/node/deps/uv/src/win/ |
H A D | fs.c | 96 #define BILLION ((int64_t) 1000 * 1000 * 1000) macro 99 filetime -= 116444736 * BILLION; in uv__filetime_to_timespec() 110 int64_t bigtime = ((time) * 10 * MILLION + 116444736 * BILLION); \
|
Completed in 16 milliseconds