Searched refs:clock_t (Results 1 - 25 of 41) 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.h70 clock_t _utime;
71 clock_t _stime;
77 clock_t _utime;
79 clock_t _stime;
/external/libcxx/test/std/depr/depr.c.headers/
H A Dtime_h.pass.cpp25 clock_t c = 0; ((void)c);
29 static_assert((std::is_same<decltype(clock()), clock_t>::value), "");
/external/libcxx/test/std/language.support/support.runtime/
H A Dctime.pass.cpp25 std::clock_t c = 0;
30 static_assert((std::is_same<decltype(std::clock()), std::clock_t>::value), "");
/external/libcxx/test/std/utilities/date.time/
H A Dtested_elsewhere.pass.cpp23 std::clock_t c = 0;
29 static_assert((std::is_same<decltype(std::clock()), std::clock_t>::value), "");
/external/strace/tests/
H A Dtimes.c123 clock_t res = times(&tbuf);
125 if ((clock_t) -1 == res)
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
H A Disac_speed_test.cc70 clock_t clocks = clock();
91 clock_t clocks = clock();
/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/webrtc/webrtc/modules/audio_coding/codecs/opus/
H A Dopus_speed_test.cc62 clock_t clocks = clock();
76 clock_t clocks = clock();
/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/lz4/programs/
H A Dlz4io.c121 static clock_t g_time = 0;
210 static unsigned LZ4IO_GetMilliSpan(clock_t nPrevious)
212 clock_t nCurrent = clock();
302 clock_t start, end;
375 clock_t start, end;
638 clock_t start, end;
/external/expat/tests/benchmark/
H A Dbenchmark.c33 clock_t tstart, tend;
/external/libdivsufsort/examples/
H A Dsuftest.c75 clock_t start, finish;
H A Dmksary.c75 clock_t start, finish;
H A Dunbwt.c89 clock_t start, finish;
H A Dbwt.c87 clock_t start,finish;
/external/srtp/test/
H A Dreplay_driver.c183 clock_t timer;
H A Drdbx_driver.c318 clock_t timer;
/external/opencv3/modules/videostab/src/
H A Dstabilizer.cpp248 clock_t elapsedTime = clock() - processingStartTime_;
379 clock_t startTime = clock();
418 clock_t elapsedTime = clock() - startTime;
/external/opencv3/modules/videostab/include/opencv2/videostab/
H A Dstabilizer.hpp136 clock_t processingStartTime_;
/external/srtp/crypto/test/
H A Dauth_driver.c169 clock_t timer;
H A Dcipher_driver.c424 clock_t timer;
/external/dbus/dbus/
H A Ddbus-mempool.c462 clock_t start;
463 clock_t end;
H A Ddbus-sysdeps-wince-glue.h96 clock_t clock (void);
/external/srtp/crypto/cipher/
H A Dcipher.c382 clock_t timer;

Completed in 1067 milliseconds

12