HomeSort by relevance Sort by last modified time
    Searched refs:CLOCKS_PER_SEC (Results 1 - 25 of 111) sorted by null

1 2 3 4 5

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
timer.hpp 53 { return double(std::clock() - _start_time) / CLOCKS_PER_SEC; }
60 - double(_start_time)) / double(CLOCKS_PER_SEC);
64 { return double(1)/double(CLOCKS_PER_SEC); }
  /external/kernel-headers/original/asm-arm/
param.h 16 # define CLOCKS_PER_SEC (USER_HZ) /* like times() */
  /external/kernel-headers/original/asm-mips/
param.h 16 # define CLOCKS_PER_SEC (USER_HZ) /* like times() */
  /external/kernel-headers/original/asm-x86/
param.h 7 # define CLOCKS_PER_SEC (USER_HZ) /* like times() */
  /frameworks/ex/variablespeed/jni/
profile_timer.h 38 static_cast<int>((endTime - startTime_) * 1000 / CLOCKS_PER_SEC));
43 return (endTime - startTime_) * 1000 / CLOCKS_PER_SEC;
  /bionic/libc/unistd/
time.c 53 return tm.tv_sec * CLOCKS_PER_SEC + (tm.tv_nsec * (CLOCKS_PER_SEC/1e9));
  /external/skia/bench/
BenchSysTimer_c.cpp 22 this->fCpu = (end_cpu - this->fStartCpu) * CLOCKS_PER_SEC / 1000.0;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
time.h 29 The macro `CLOCKS_PER_SEC' is the number per second of the value
32 The value of CLOCKS_PER_SEC is required to be 1 million on all
34 # define CLOCKS_PER_SEC 1000000l
37 /* Even though CLOCKS_PER_SEC has such a strange value CLK_TCK
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
time.h 29 The macro `CLOCKS_PER_SEC' is the number per second of the value
32 The value of CLOCKS_PER_SEC is required to be 1 million on all
34 # define CLOCKS_PER_SEC 1000000l
37 /* Even though CLOCKS_PER_SEC has such a strange value CLK_TCK
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
time.h 29 The macro `CLOCKS_PER_SEC' is the number per second of the value
32 The value of CLOCKS_PER_SEC is required to be 1 million on all
34 # define CLOCKS_PER_SEC 1000000l
37 /* Even though CLOCKS_PER_SEC has such a strange value CLK_TCK
  /system/extras/tests/bionic/libc/common/
test_clock.c 51 printf("CLOCKS_PER_SEC = %ld ticks/sec\n", (clock_t) CLOCKS_PER_SEC);
  /external/qemu/distrib/sdl-1.2.15/src/timer/riscos/
SDL_systimer.c 68 #if CLOCKS_PER_SEC == 1000
72 #elif CLOCKS_PER_SEC == 100
78 return ticks*(1000/CLOCKS_PER_SEC);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
time_h.pass.cpp 19 #ifndef CLOCKS_PER_SEC
20 #error CLOCKS_PER_SEC not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
ctime.pass.cpp 19 #ifndef CLOCKS_PER_SEC
20 #error CLOCKS_PER_SEC not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/date.time/
tested_elsewhere.pass.cpp 17 #ifndef CLOCKS_PER_SEC
18 #error CLOCKS_PER_SEC not defined
  /system/extras/tests/bionic/libstdc++/
test_ctime.cpp 43 #ifndef CLOCKS_PER_SEC
44 #error "CLOCKS_PER_SEC must be a macro"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
TYPES.py 102 CLOCKS_PER_SEC = 1000000l
108 CLK_TCK = CLOCKS_PER_SEC
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_custom.h 62 #define XCLOCKS_PER_SEC CLOCKS_PER_SEC
  /external/dropbear/libtommath/etc/
2kprime.c 35 if (clock() - t1 > CLOCKS_PER_SEC) {
37 // sleep((clock() - t1 + CLOCKS_PER_SEC/2)/CLOCKS_PER_SEC);
  /bionic/libc/include/
time.h 92 #define CLOCKS_PER_SEC 1000000
  /development/ndk/platforms/android-3/include/
time.h 94 #define CLOCKS_PER_SEC 1000000
  /development/ndk/platforms/android-8/include/
time.h 92 #define CLOCKS_PER_SEC 1000000
  /external/dropbear/libtomcrypt/src/prngs/
rng_get_bytes.c 52 /* on ANSI C platforms with 100 < CLOCKS_PER_SEC < 10000 */
53 #if defined(CLOCKS_PER_SEC) && !defined(WINCE)
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
time.h 92 #define CLOCKS_PER_SEC 1000000
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
time.h 92 #define CLOCKS_PER_SEC 1000000

Completed in 1024 milliseconds

1 2 3 4 5