Searched refs:clock_t (Results 1 - 25 of 43) sorted by relevance

12

/external/compiler-rt/test/msan/
H A Dtimes.cc11 clock_t res = times(&t);
12 assert(res != (clock_t)-1);
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dsiginfo.h76 clock_t _utime;
77 clock_t _stime;
83 clock_t _utime;
85 clock_t _stime;
/external/libcxx/test/depr/depr.c.headers/
H A Dtime_h.pass.cpp25 clock_t c = 0;
29 static_assert((std::is_same<decltype(clock()), clock_t>::value), "");
/external/libcxx/test/language.support/support.runtime/
H A Dctime.pass.cpp25 std::clock_t c = 0;
29 static_assert((std::is_same<decltype(std::clock()), std::clock_t>::value), "");
/external/libcxx/test/utilities/date.time/
H A Dtested_elsewhere.pass.cpp23 std::clock_t c = 0;
28 static_assert((std::is_same<decltype(std::clock()), std::clock_t>::value), "");
/external/stlport/stlport/stl/
H A D_ctime.h34 using _STLP_VENDOR_CSTD::clock_t;
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/
H A Disac_speed_test.cc70 clock_t clocks = clock();
87 clock_t clocks = clock();
/external/qemu/distrib/sdl-1.2.15/src/timer/riscos/
H A DSDL_systimer.c53 clock_t start;
63 clock_t ticks;
/external/bison/lib/
H A Dtimevar.c52 typedef int clock_t; typedef
58 clock_t tms_utime;
59 clock_t tms_stime;
60 clock_t tms_cutime;
61 clock_t tms_cstime;
69 extern clock_t times (struct tms *);
72 extern clock_t clock (void);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/opus/
H A Dopus_speed_test.cc60 clock_t clocks = clock();
74 clock_t clocks = clock();
/external/chromium_org/components/nacl/loader/nonsfi/
H A Dirt_basic.cc84 // rather than host type, such as timeval or clock_t etc. However, the
89 reinterpret_cast<int(*)(clock_t*)>(IrtClock),
/external/opencv/
H A Dcvjni.cpp310 clock_t total_time_start = clock();
330 clock_t total_time_finish = clock() - total_time_start;
464 clock_t total_time_start = clock();
478 clock_t haar_detect_time_start = clock();
482 clock_t haar_detect_time_finish = clock() - haar_detect_time_start;
496 clock_t total_time_finish = clock() - total_time_start;
563 clock_t total_time_start = clock();
577 clock_t haar_detect_time_start = clock();
581 clock_t haar_detect_time_finish = clock() - haar_detect_time_start;
604 clock_t total_time_finis
[all...]
/external/expat/tests/benchmark/
H A Dbenchmark.c33 clock_t tstart, tend;
/external/srec/srec/include/
H A Dcomp_stats.h36 typedef clock_t CS_TIME;
/external/srtp/test/
H A Dreplay_driver.c183 clock_t timer;
H A Drdbx_driver.c318 clock_t timer;
/external/chromium_org/third_party/libsrtp/srtp/crypto/test/
H A Dauth_driver.c169 clock_t timer;
/external/chromium_org/third_party/libsrtp/srtp/test/
H A Dreplay_driver.c231 clock_t timer;
H A Drdbx_driver.c334 clock_t timer;
/external/srec/srec/crec/
H A Dcomp_stats.c73 if (clock() == (clock_t) - 1)
/external/srtp/crypto/test/
H A Dauth_driver.c169 clock_t timer;
/external/stlport/stlport/stl/config/
H A D_evc.h273 // clock_t is not defined in evc3 headers
275 typedef long clock_t; typedef
/external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
H A Dcipher.c396 clock_t timer;
/external/chromium_org/third_party/sqlite/src/tool/
H A Dspeedtest8.c108 clock_t clkStart, clkEnd;
/external/srtp/crypto/cipher/
H A Dcipher.c382 clock_t timer;

Completed in 615 milliseconds

12