/external/libcxx/test/std/depr/depr.c.headers/ |
H A D | time_h.pass.cpp | 19 #ifndef CLOCKS_PER_SEC 20 #error CLOCKS_PER_SEC not defined
|
/external/libcxx/test/std/language.support/support.runtime/ |
H A D | ctime.pass.cpp | 19 #ifndef CLOCKS_PER_SEC 20 #error CLOCKS_PER_SEC not defined
|
/external/libcxx/test/std/utilities/date.time/ |
H A D | tested_elsewhere.pass.cpp | 17 #ifndef CLOCKS_PER_SEC 18 #error CLOCKS_PER_SEC not defined
|
/external/ImageMagick/MagickCore/ |
H A D | timer.c | 56 #if !defined(CLOCKS_PER_SEC) 57 #define CLOCKS_PER_SEC 100 207 return((double) clock()/CLOCKS_PER_SEC); 469 return((double) clock()/CLOCKS_PER_SEC); 55 #define CLOCKS_PER_SEC macro
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/ |
H A D | isac_speed_test.cc | 83 return 1000.0 * clocks / CLOCKS_PER_SEC; 96 return 1000.0 * clocks / CLOCKS_PER_SEC;
|
H A D | test_iSACfixfloat.c | 35 #define CLOCKS_PER_SEC 1000 macro 270 starttime = clock() / (double)CLOCKS_PER_SEC; /* Runtime statistics */ 612 runtime = (double)(clock() / (double)CLOCKS_PER_SEC - starttime);
|
H A D | kenny.cc | 455 starttime = clock()/(double)CLOCKS_PER_SEC; 815 runtime = (double)(((double)clock()/(double)CLOCKS_PER_SEC)-starttime);
|
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/ |
H A D | opus_speed_test.cc | 69 return 1000.0 * clocks / CLOCKS_PER_SEC; 81 return 1000.0 * clocks / CLOCKS_PER_SEC;
|
/external/dbus/dbus/ |
H A D | dbus-mempool.c | 502 N_ITERATIONS, (end - start) / (double) CLOCKS_PER_SEC); 541 N_ITERATIONS, (end - start) / (double) CLOCKS_PER_SEC); 574 N_ITERATIONS, (end - start) / (double) CLOCKS_PER_SEC); 611 N_ITERATIONS, (end - start) / (double) CLOCKS_PER_SEC);
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/test/ |
H A D | iLBC_testprogram.c | 36 /* #define CLOCKS_PER_SEC 1000 */ 240 starttime1 = clock()/(float)CLOCKS_PER_SEC; 274 starttime2=clock()/(float)CLOCKS_PER_SEC; 304 runtime2 = (float)(clock()/(float)CLOCKS_PER_SEC-starttime2);
|
/external/svox/pico/lib/ |
H A D | picopal.c | 515 *sec = dt / CLOCKS_PER_SEC; 516 *usec = USEC_PER_SEC * (dt % CLOCKS_PER_SEC) / CLOCKS_PER_SEC;
|
/external/expat/tests/benchmark/ |
H A D | benchmark.c | 103 cpuTime += ((double) (tend - tstart)) / CLOCKS_PER_SEC;
|
/external/libdivsufsort/examples/ |
H A D | suftest.c | 154 fprintf(stderr, "%.4f sec\n", (double)(finish - start) / (double)CLOCKS_PER_SEC);
|
H A D | mksary.c | 178 fprintf(stderr, "%.4f sec\n", (double)(finish - start) / (double)CLOCKS_PER_SEC);
|
H A D | unbwt.c | 196 n, (double)(finish - start) / (double)CLOCKS_PER_SEC);
|
H A D | bwt.c | 209 n, (double)(finish - start) / (double)CLOCKS_PER_SEC);
|
/external/srtp/test/ |
H A D | replay_driver.c | 208 return (double) CLOCKS_PER_SEC * REPLAY_NUM_TRIALS / timer;
|
H A D | rdbx_driver.c | 344 return (double) CLOCKS_PER_SEC * num_trials / timer;
|
/external/opencv/ |
H A D | cvjni.cpp | 331 sprintf(buffer, "Total Time to init: %f", (double)total_time_finish / (double)CLOCKS_PER_SEC);
483 sprintf(buffer, "Total Time to cvHaarDetectObjects in findAllFaces: %f", (double)haar_detect_time_finish / (double)CLOCKS_PER_SEC);
497 sprintf(buffer, "Total Time to findAllFaces: %f", (double)total_time_finish / (double)CLOCKS_PER_SEC);
582 sprintf(buffer, "Total Time to cvHaarDetectObjects in findSingleFace: %f", (double)haar_detect_time_finish / (double)CLOCKS_PER_SEC);
605 sprintf(buffer, "Total Time to findSingleFace: %f", (double)total_time_finish / (double)CLOCKS_PER_SEC);
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ |
H A D | simpleKenny.c | 20 #define CLOCKS_PER_SEC 1000 macro 234 starttime = clock() / (double)CLOCKS_PER_SEC; /* Runtime statistics */ 482 runtime = (double)(clock() / (double)CLOCKS_PER_SEC - starttime);
|
/external/lz4/programs/ |
H A D | lz4io.c | 213 unsigned nSpan = (unsigned)(((nCurrent - nPrevious) * 1000) / CLOCKS_PER_SEC); 349 double seconds = (double)(end - start)/CLOCKS_PER_SEC; 457 double seconds = (double)(end - start)/CLOCKS_PER_SEC; 658 double seconds = (double)(end - start)/CLOCKS_PER_SEC;
|
/external/srtp/crypto/test/ |
H A D | auth_driver.c | 197 return (double) NUM_TRIALS * 8 * msg_len_octets * CLOCKS_PER_SEC / timer;
|
/external/libxml2/ |
H A D | testSAX.c | 142 #ifndef CLOCKS_PER_SEC 143 #define CLOCKS_PER_SEC 100 macro 159 msec = ((end - begin) * 1000) / CLOCKS_PER_SEC;
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ |
H A D | ReleaseTest-API.cc | 36 #define CLOCKS_PER_SEC 1000 /* Runtime statistics */ macro 439 starttime = clock() / (double)CLOCKS_PER_SEC; /* Runtime statistics */ 909 runtime = (double)(clock() / (double)CLOCKS_PER_SEC - starttime);
|
/external/srtp/crypto/cipher/ |
H A D | cipher.c | 406 return (uint64_t)CLOCKS_PER_SEC * num_trials * 8 * octets_in_buffer / timer;
|