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

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/asm/
H A Dparam.h15 #define CLOCKS_PER_SEC (USER_HZ) /* frequency at which times() counts */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dparam.h7 #define CLOCKS_PER_SEC (USER_HZ) /* like times() */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/include/asm/
H A Dparam.h7 #define CLOCKS_PER_SEC (USER_HZ) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dparam.h24 # define CLOCKS_PER_SEC HZ /* frequency at which times() counts */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dparam.h7 # define CLOCKS_PER_SEC (USER_HZ) /* like times() */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/include/asm/
H A Dparam.h7 # define CLOCKS_PER_SEC (USER_HZ) /* frequency at which times() counts */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dparam.h16 # define CLOCKS_PER_SEC (USER_HZ) /* like times() */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dparam.h18 #define CLOCKS_PER_SEC (USER_HZ) /* like times() */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dparam.h7 # define CLOCKS_PER_SEC (USER_HZ) /* in "ticks" like times() */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dparam.h17 # define CLOCKS_PER_SEC (USER_HZ) /* frequnzy at which times() counts */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dparam.h24 # define CLOCKS_PER_SEC HZ /* frequency at which times() counts */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/compat/
H A Dclock.c25 assert (CLOCKS_PER_SEC == 1000);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/compat/
H A Dclock.c25 assert (CLOCKS_PER_SEC == 1000);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/examples/
H A Dportab.h89 #if defined(CLK_TCK) && !defined(CLOCKS_PER_SEC)
90 # define CLOCKS_PER_SEC CLK_TCK macro
106 # define lzo_uclock_read(a,b) *(b) = (clock() / (double)(CLOCKS_PER_SEC))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dhrtimer.cpp91 return CLOCKS_PER_SEC;
117 return (TimerWord)clock() * (10*1000*1000 / CLOCKS_PER_SEC);
135 return CLOCKS_PER_SEC;
H A Dbench.cpp22 #ifdef CLOCKS_PER_SEC
23 const double CLOCK_TICKS_PER_SECOND = (double)CLOCKS_PER_SEC;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-mempool.c502 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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/tests/benchmark/
H A Dbenchmark.c103 cpuTime += ((double) (tend - tstart)) / CLOCKS_PER_SEC;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/tests/benchmark/
H A Dbenchmark.c103 cpuTime += ((double) (tend - tstart)) / CLOCKS_PER_SEC;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/tests/
H A Dbench.c121 sample_data[i] = (double)(c2-c1)/(CLOCKS_PER_SEC*repeats);
124 (double)(c2-c1)/(CLOCKS_PER_SEC*repeats),
442 sample_data[i] = (double)(c2-c1)/(CLOCKS_PER_SEC*repeats);
445 (double)(c2-c1)/(CLOCKS_PER_SEC*repeats),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dtest-changelist.c126 secondsUsed = (ticksEnd - timer->ticksBegin) / (double)CLOCKS_PER_SEC;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/share/doc/libxml2-2.7.2/examples/
H A DtestSAX.c142 #ifndef CLOCKS_PER_SEC
143 #define CLOCKS_PER_SEC 100 macro
159 msec = ((end - begin) * 1000) / CLOCKS_PER_SEC;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A DtestSAX.c142 #ifndef CLOCKS_PER_SEC
143 #define CLOCKS_PER_SEC 100 macro
159 msec = ((end - begin) * 1000) / CLOCKS_PER_SEC;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A DtestSAX.c142 #ifndef CLOCKS_PER_SEC
143 #define CLOCKS_PER_SEC 100 macro
159 msec = ((end - begin) * 1000) / CLOCKS_PER_SEC;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dstopwatch.cpp369 return (double(clock()) / double(CLOCKS_PER_SEC)) * 1000.0;

Completed in 270 milliseconds

123