Searched refs:CLOCKS_PER_SEC (Results 26 - 50 of 53) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dloslib.c123 lua_pushnumber(L, ((lua_Number)clock())/(lua_Number)CLOCKS_PER_SEC);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dectest.c163 #ifdef CLOCKS_PER_SEC
166 * of the macro CLOCKS_PER_SEC."
170 /* "`CLOCKS_PER_SEC' undeclared (first use this function)"
173 # define CLOCKS_PER_SEC 1
178 "base point multiplications", (double)clck/CLOCKS_PER_SEC);
181 "random point multiplications", (double)clck/CLOCKS_PER_SEC);
184 "s*P+t*Q operations", (double)clck/CLOCKS_PER_SEC);
186 fprintf(stdout, "average: %.4f " UNIT "\n", (double)clck/(CLOCKS_PER_SEC*i*j));
H A Dssltest.c875 #ifdef CLOCKS_PER_SEC
878 * of the macro CLOCKS_PER_SEC."
882 (double)s_time/CLOCKS_PER_SEC,
883 (double)c_time/CLOCKS_PER_SEC);
885 /* "`CLOCKS_PER_SEC' undeclared (first use this function)"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dectest.c163 #ifdef CLOCKS_PER_SEC
166 * of the macro CLOCKS_PER_SEC."
170 /* "`CLOCKS_PER_SEC' undeclared (first use this function)"
173 # define CLOCKS_PER_SEC 1
178 "base point multiplications", (double)clck/CLOCKS_PER_SEC);
181 "random point multiplications", (double)clck/CLOCKS_PER_SEC);
184 "s*P+t*Q operations", (double)clck/CLOCKS_PER_SEC);
186 fprintf(stdout, "average: %.4f " UNIT "\n", (double)clck/(CLOCKS_PER_SEC*i*j));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Dectest.c168 # ifdef CLOCKS_PER_SEC
171 * function should be divided by the value of the macro CLOCKS_PER_SEC."
177 * "`CLOCKS_PER_SEC' undeclared (first use this function)" -- cc on
181 # define CLOCKS_PER_SEC 1
186 "base point multiplications", (double)clck / CLOCKS_PER_SEC);
190 (double)clck / CLOCKS_PER_SEC);
193 "s*P+t*Q operations", (double)clck / CLOCKS_PER_SEC);
196 (double)clck / (CLOCKS_PER_SEC * i * j));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Dectest.c168 # ifdef CLOCKS_PER_SEC
171 * function should be divided by the value of the macro CLOCKS_PER_SEC."
177 * "`CLOCKS_PER_SEC' undeclared (first use this function)" -- cc on
181 # define CLOCKS_PER_SEC 1
186 "base point multiplications", (double)clck / CLOCKS_PER_SEC);
190 (double)clck / CLOCKS_PER_SEC);
193 "s*P+t*Q operations", (double)clck / CLOCKS_PER_SEC);
196 (double)clck / (CLOCKS_PER_SEC * i * j));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngtest.c1688 (t_misc+t_decode+t_encode)/(float)CLOCKS_PER_SEC);
1690 t_decode/(float)CLOCKS_PER_SEC);
1692 t_encode/(float)CLOCKS_PER_SEC);
1694 t_misc/(float)CLOCKS_PER_SEC);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msdos/
H A Dutilsdos.cpp61 while ((clock() - start) * 1000 / CLOCKS_PER_SEC < (clock_t)milliseconds)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngtest.c1537 (t_misc+t_decode+t_encode)/(float)CLOCKS_PER_SEC);
1539 t_decode/(float)CLOCKS_PER_SEC);
1541 t_encode/(float)CLOCKS_PER_SEC);
1543 t_misc/(float)CLOCKS_PER_SEC);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/tests/
H A Dpkbench.c168 (((double) ((timer_stop - timer_start) / loop)) / CLOCKS_PER_SEC)
H A Dbenchmark.c358 (((double) (stopped_at - started_at))/CLOCKS_PER_SEC)*10000000);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dpkbench.c168 (((double) ((timer_stop - timer_start) / loop)) / CLOCKS_PER_SEC)
H A Dbenchmark.c358 (((double) (stopped_at - started_at))/CLOCKS_PER_SEC)*10000000);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssltest.c875 #ifdef CLOCKS_PER_SEC
878 * of the macro CLOCKS_PER_SEC."
882 (double)s_time/CLOCKS_PER_SEC,
883 (double)c_time/CLOCKS_PER_SEC);
885 /* "`CLOCKS_PER_SEC' undeclared (first use this function)"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/src/
H A Dminiacc.h5903 #if defined(CLOCKS_PER_SEC)
5914 secs = (double)ticks / (CLOCKS_PER_SEC);
5920 secs = (double)ticks / (CLOCKS_PER_SEC);
6341 #elif (ACC_OS_CONSOLE) && defined(CLOCKS_PER_SEC)
6343 #elif (ACC_LIBC_ISOC90 || ACC_LIBC_ISOC99) && defined(CLOCKS_PER_SEC)
6346 #if (__ACCLIB_UCLOCK_USE_CLOCK) && !defined(CLOCKS_PER_SEC)
6348 # define CLOCKS_PER_SEC CLK_TCK macro
6499 d = (double) t / (CLOCKS_PER_SEC);
6504 d = (double) (stop->ticks.t32 - start->ticks.t32) / (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 Dxmllint.c468 #ifndef CLOCKS_PER_SEC
469 #define CLOCKS_PER_SEC 100 macro
485 msec = ((end - begin) * 1000) / CLOCKS_PER_SEC;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssltest.c1719 #ifdef CLOCKS_PER_SEC
1723 * CLOCKS_PER_SEC." -- ISO/IEC 9899
1727 (double)s_time / CLOCKS_PER_SEC,
1728 (double)c_time / CLOCKS_PER_SEC);
1731 * "`CLOCKS_PER_SEC' undeclared (first use this function)" -- cc on
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmllint.c468 #ifndef CLOCKS_PER_SEC
469 #define CLOCKS_PER_SEC 100 macro
485 msec = ((end - begin) * 1000) / CLOCKS_PER_SEC;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssltest.c1719 #ifdef CLOCKS_PER_SEC
1723 * CLOCKS_PER_SEC." -- ISO/IEC 9899
1727 (double)s_time / CLOCKS_PER_SEC,
1728 (double)c_time / CLOCKS_PER_SEC);
1731 * "`CLOCKS_PER_SEC' undeclared (first use this function)" -- cc on
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxmllint.c468 #ifndef CLOCKS_PER_SEC
469 #define CLOCKS_PER_SEC 100 macro
485 msec = ((end - begin) * 1000) / CLOCKS_PER_SEC;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dutils.cpp201 } while( clock() - start < milliseconds / 1000.0 * CLOCKS_PER_SEC ) ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dbinfmt_elf.c224 NEW_AUX_ENT(AT_CLKTCK, CLOCKS_PER_SEC);
H A Dbinfmt_elf_fdpic.c621 NEW_AUX_ENT(AT_CLKTCK, CLOCKS_PER_SEC);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/lzotest/
H A Dlzotest.c1050 #if 1 && defined(CLOCKS_PER_SEC)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dapps.c3019 ret = (clock() - tmstart) / (double)CLOCKS_PER_SEC;

Completed in 255 milliseconds

123