HomeSort by relevance Sort by last modified time
    Searched refs:BILLION (Results 1 - 13 of 13) sorted by null

  /external/lz4/examples/
compress_functions.c 72 /* We need to know what one billion is for clock timing. */
73 #define BILLION 1000000000L
221 time_taken = BILLION *(end.tv_sec - start.tv_sec) + end.tv_nsec - start.tv_nsec;
346 printf(format, "Normal Text", "LZ4_compress_default()", (double)time_taken__default / BILLION, (int)(iterations / ((double)time_taken__default /BILLION)), time_taken__default / iterations, (double)time_taken__default * 100 / time_taken__default);
347 printf(format, "Normal Text", "LZ4_compress_fast()", (double)time_taken__fast / BILLION, (int)(iterations / ((double)time_taken__fast /BILLION)), time_taken__fast / iterations, (double)time_taken__fast * 100 / time_taken__default);
348 printf(format, "Normal Text", "LZ4_compress_fast_extState()", (double)time_taken__fast_extstate / BILLION, (int)(iterations / ((double)time_taken__fast_extstate /BILLION)), time_taken__fast_extstate / iterations, (double)time_taken__fast_extstate * 100 / time_taken__default);
349 //printf(format, "Normal Text", "LZ4_compress_generic()", (double)time_taken__generic / BILLION, (int)(iterations / ((double)time_taken__generic /BILLION)), time_taken__generic / ite (…)
    [all...]
  /bionic/libc/upstream-netbsd/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...]
  /external/jemalloc/src/
nstime.c 3 #define BILLION UINT64_C(1000000000)
16 time->ns = sec * BILLION + nsec;
30 return (time->ns / BILLION);
37 return (time->ns % BILLION);
  /external/jemalloc/test/unit/
nstime.c 3 #define BILLION UINT64_C(1000000000)
59 nstime_init2(&nstb, 41, BILLION - 1);
84 nstime_init2(&nsta, 42, BILLION - 1);
87 nstime_init2(&nstb, 85, BILLION - 2);
107 nstime_init2(&nstb, 0, BILLION - 1);
  /external/adhd/cras/src/dsp/tests/
dsp_util_test.c 18 #define BILLION 1000000000LL
302 diff = (BILLION * (end.tv_sec - start.tv_sec) +
314 diff = (BILLION * (end.tv_sec - start.tv_sec) +
338 diff = (BILLION * (end.tv_sec - start.tv_sec) +
351 diff = (BILLION * (end.tv_sec - start.tv_sec) +
  /external/icu/icu4c/source/i18n/
decNumberLocal.h 143 #define BILLION 1000000000 /* 10**9 */
543 /* a base-billion uInt array, with the least-significant */
    [all...]
  /external/vulkan-validation-layers/demos/
cube.c 63 #define BILLION 1000000000L
881 past[i].actualPresentTime + (2 * BILLION);
    [all...]
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.3/
jackson-core-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.2.2/
jackson-core-2.2.2.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.6/
jackson-core-2.6.6.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.23.0/
google-api-java-client-min-repackaged-1.23.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 403 milliseconds