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

1 2 3 4 5 6

  /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); }
  /bionic/libc/bionic/
clock.cpp 41 return (ts.tv_sec * CLOCKS_PER_SEC) + (ts.tv_nsec / (NS_PER_S / CLOCKS_PER_SEC));
  /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;
  /external/chromium_org/third_party/skia/bench/
BenchSysTimer_c.cpp 22 this->fCpu = (end_cpu - this->fStartCpu) * CLOCKS_PER_SEC / 1000.0;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/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);
  /external/libcxx/test/depr/depr.c.headers/
time_h.pass.cpp 19 #ifndef CLOCKS_PER_SEC
20 #error CLOCKS_PER_SEC not defined
  /external/libcxx/test/language.support/support.runtime/
ctime.pass.cpp 19 #ifndef CLOCKS_PER_SEC
20 #error CLOCKS_PER_SEC not defined
  /external/libcxx/test/utilities/date.time/
tested_elsewhere.pass.cpp 17 #ifndef CLOCKS_PER_SEC
18 #error CLOCKS_PER_SEC not defined
  /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"
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/
isac_speed_test.cc 82 return 1000.0 * clocks / CLOCKS_PER_SEC;
95 return 1000.0 * clocks / CLOCKS_PER_SEC;
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/opus/
opus_speed_test.cc 70 return 1000.0 * clocks / CLOCKS_PER_SEC;
82 return 1000.0 * clocks / CLOCKS_PER_SEC;
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
normal_test.cc 277 double startTime = clock()/(double)CLOCKS_PER_SEC;
298 clock()/(double)CLOCKS_PER_SEC;
300 double encodeTime = clock()/(double)CLOCKS_PER_SEC -
309 clock()/(double)CLOCKS_PER_SEC;
311 _totalDecodeTime += clock()/(double)CLOCKS_PER_SEC -
327 double endTime = clock()/(double)CLOCKS_PER_SEC;
341 _encodeCompleteTime = clock()/(double)CLOCKS_PER_SEC;
350 _decodeCompleteTime = clock()/(double)CLOCKS_PER_SEC;
quality_modes_test.cc 242 double startTime = clock()/(double)CLOCKS_PER_SEC;
304 clock()/(double)CLOCKS_PER_SEC;
308 _totalEncodeTime += clock()/(double)CLOCKS_PER_SEC -
319 clock()/(double)CLOCKS_PER_SEC;
322 _totalDecodeTime += clock()/(double)CLOCKS_PER_SEC -
380 double endTime = clock()/(double)CLOCKS_PER_SEC;
  /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
  /development/ndk/platforms/android-L/include/
time.h 37 #define CLOCKS_PER_SEC 1000000
  /bionic/libc/include/
time.h 38 #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
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
time.h 92 #define CLOCKS_PER_SEC 1000000

Completed in 607 milliseconds

1 2 3 4 5 6