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

12

/external/kernel-headers/original/asm-arm/
H A Dparam.h16 # define CLOCKS_PER_SEC (USER_HZ) /* like times() */ macro
/external/kernel-headers/original/asm-mips/
H A Dparam.h16 # define CLOCKS_PER_SEC (USER_HZ) /* like times() */ macro
/external/kernel-headers/original/asm-x86/
H A Dparam.h7 # define CLOCKS_PER_SEC (USER_HZ) /* like times() */ macro
/external/skia/bench/
H A DBenchSysTimer_c.cpp22 this->fCpu = (end_cpu - this->fStartCpu) * CLOCKS_PER_SEC / 1000.0;
/external/qemu/distrib/sdl-1.2.15/src/timer/riscos/
H A DSDL_systimer.c68 #if CLOCKS_PER_SEC == 1000
72 #elif CLOCKS_PER_SEC == 100
78 return ticks*(1000/CLOCKS_PER_SEC);
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_custom.h62 #define XCLOCKS_PER_SEC CLOCKS_PER_SEC
/external/dropbear/libtommath/etc/
H A D2kprime.c35 if (clock() - t1 > CLOCKS_PER_SEC) {
37 // sleep((clock() - t1 + CLOCKS_PER_SEC/2)/CLOCKS_PER_SEC);
/external/dropbear/libtomcrypt/src/prngs/
H A Drng_get_bytes.c52 /* on ANSI C platforms with 100 < CLOCKS_PER_SEC < 10000 */
53 #if defined(CLOCKS_PER_SEC) && !defined(WINCE)
/external/chromium_org/third_party/sqlite/src/tool/
H A Dspeedtest8.c247 printf("Total user CPU time: %15.3g secs\n", (tmsEnd.tms_utime - tmsStart.tms_utime)/(double)CLOCKS_PER_SEC );
248 printf("Total system CPU time: %15.3g secs\n", (tmsEnd.tms_stime - tmsStart.tms_stime)/(double)CLOCKS_PER_SEC );
249 printf("Total real time: %15.3g secs\n", (clkEnd -clkStart)/(double)CLOCKS_PER_SEC );
/external/svox/pico/lib/
H A Dpicopal.c515 *sec = dt / CLOCKS_PER_SEC;
516 *usec = USEC_PER_SEC * (dt % CLOCKS_PER_SEC) / CLOCKS_PER_SEC;
/external/expat/tests/benchmark/
H A Dbenchmark.c103 cpuTime += ((double) (tend - tstart)) / CLOCKS_PER_SEC;
/external/srtp/test/
H A Dreplay_driver.c208 return (double) CLOCKS_PER_SEC * REPLAY_NUM_TRIALS / timer;
H A Drdbx_driver.c344 return (double) CLOCKS_PER_SEC * num_trials / timer;
/external/opencv/
H A Dcvjni.cpp331 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/src/modules/audio_coding/codecs/isac/fix/test/
H A Dtest_iSACfixfloat.c37 #define CLOCKS_PER_SEC 1000 macro
300 starttime = clock()/(double)CLOCKS_PER_SEC; /* Runtime statistics */
672 runtime = (double)(clock()/(double)CLOCKS_PER_SEC-starttime);
H A Dkenny.c460 starttime = clock()/(double)CLOCKS_PER_SEC;
837 runtime = (double)(((double)clock()/(double)CLOCKS_PER_SEC)-starttime);
/external/chromium_org/gpu/command_buffer/client/
H A Dcmd_buffer_helper.cc256 if (current_time - last_flush_time_ > kFlushDelay * CLOCKS_PER_SEC)
/external/skia/tools/skpdiff/
H A Dskpdiff_util.cpp103 return clock() / (double)CLOCKS_PER_SEC;
/external/srec/srec/crec/
H A Dcomp_stats.c178 c->clocks_per_msec = (double) CLOCKS_PER_SEC / 1000.0;
/external/srtp/crypto/test/
H A Dauth_driver.c197 return (double) NUM_TRIALS * 8 * msg_len_octets * CLOCKS_PER_SEC / timer;
/external/chromium_org/third_party/libxml/src/
H A DtestSAX.c142 #ifndef CLOCKS_PER_SEC
143 #define CLOCKS_PER_SEC 100 macro
159 msec = ((end - begin) * 1000) / CLOCKS_PER_SEC;
/external/srtp/crypto/cipher/
H A Dcipher.c406 return (uint64_t)CLOCKS_PER_SEC * num_trials * 8 * octets_in_buffer / timer;
/external/chromium_org/third_party/openssl/openssl/crypto/ec/
H A Dectest.c160 #ifdef CLOCKS_PER_SEC
163 * of the macro CLOCKS_PER_SEC."
167 /* "`CLOCKS_PER_SEC' undeclared (first use this function)"
170 # define CLOCKS_PER_SEC 1
175 "base point multiplications", (double)clck/CLOCKS_PER_SEC);
178 "random point multiplications", (double)clck/CLOCKS_PER_SEC);
181 "s*P+t*Q operations", (double)clck/CLOCKS_PER_SEC);
183 fprintf(stdout, "average: %.4f " UNIT "\n", (double)clck/(CLOCKS_PER_SEC*i*j));
/external/openssl/crypto/ec/
H A Dectest.c160 #ifdef CLOCKS_PER_SEC
163 * of the macro CLOCKS_PER_SEC."
167 /* "`CLOCKS_PER_SEC' undeclared (first use this function)"
170 # define CLOCKS_PER_SEC 1
175 "base point multiplications", (double)clck/CLOCKS_PER_SEC);
178 "random point multiplications", (double)clck/CLOCKS_PER_SEC);
181 "s*P+t*Q operations", (double)clck/CLOCKS_PER_SEC);
183 fprintf(stdout, "average: %.4f " UNIT "\n", (double)clck/(CLOCKS_PER_SEC*i*j));
/external/bison/lib/
H A Dtimevar.c80 We mustn't use CLOCKS_PER_SEC except with clock(). */
126 #define CLOCKS_TO_MSEC (1.0 / CLOCKS_PER_SEC)

Completed in 1128 milliseconds

12