Home
last modified time | relevance | path

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

/freebsd/lib/libc/softfloat/
H A Dtimesoftfloat.c66 ( count / ( ( (float) clocks ) / CLOCKS_PER_SEC ) ) / 1000, in reportTime()
116 } while ( clock() - startClock < CLOCKS_PER_SEC ); in time_a_int32_z_float32()
143 } while ( clock() - startClock < CLOCKS_PER_SEC ); in time_a_int32_z_float64()
172 } while ( clock() - startClock < CLOCKS_PER_SEC ); in time_a_int32_z_floatx80()
203 } while ( clock() - startClock < CLOCKS_PER_SEC ); in time_a_int32_z_float128()
271 } while ( clock() - startClock < CLOCKS_PER_SEC ); in time_a_int64_z_float32()
298 } while ( clock() - startClock < CLOCKS_PER_SEC ); in time_a_int64_z_float64()
327 } while ( clock() - startClock < CLOCKS_PER_SEC ); in time_a_int64_z_floatx80()
358 } while ( clock() - startClock < CLOCKS_PER_SEC ); in time_a_int64_z_float128()
402 } while ( clock() - startClock < CLOCKS_PER_SEC ); in time_a_float32_z_int32()
[all …]
/freebsd/contrib/bearssl/test/
H A Dtest_speed.c62 tt = (double)(end - begin) / CLOCKS_PER_SEC; \
113 tt = (double)(end - begin) / CLOCKS_PER_SEC; \
162 tt = (double)(end - begin) / CLOCKS_PER_SEC; \
208 tt = (double)(end - begin) / CLOCKS_PER_SEC; \
306 tt = (double)(end - begin) / CLOCKS_PER_SEC; in SPEED_HASH()
406 tt = (double)(end - begin) / CLOCKS_PER_SEC; in test_speed_poly1305_inner()
495 tt = (double)(end - begin) / CLOCKS_PER_SEC; in test_speed_eax_inner()
559 tt = (double)(end - begin) / CLOCKS_PER_SEC; in test_speed_shake_inner()
587 tt = (double)(end - begin) / CLOCKS_PER_SEC; in test_speed_shake_inner()
791 tt = (double)(end - begin) / CLOCKS_PER_SEC; in test_speed_rsa_inner()
[all …]
/freebsd/usr.bin/dtc/
H A Ddtc.cc368 ((double)(c1-c0))/CLOCKS_PER_SEC); in main()
370 ((double)(c2-c1))/CLOCKS_PER_SEC); in main()
372 ((double)(c3-c2))/CLOCKS_PER_SEC); in main()
374 ((double)(c4-c3))/CLOCKS_PER_SEC); in main()
376 ((double)(c4-c0))/CLOCKS_PER_SEC); in main()
/freebsd/lib/libc/gen/
H A Dclock.c40 #define CONVTCK(r) ((r).tv_sec * CLOCKS_PER_SEC \
41 + (r).tv_usec / (1000000 / CLOCKS_PER_SEC))
/freebsd/sys/contrib/zstd/programs/
H A Dtimefn.c141 …clockStart, UTIL_time_t clockEnd) { return 1000000ULL * (clockEnd - clockStart) / CLOCKS_PER_SEC; } in UTIL_getSpanTimeMicro()
142 …ckStart, UTIL_time_t clockEnd) { return 1000000000ULL * (clockEnd - clockStart) / CLOCKS_PER_SEC; } in UTIL_getSpanTimeNano()
H A Dfileio.c1647 double const cpuLoad_s = (double)(cpuEnd - cpuStart) / CLOCKS_PER_SEC; in FIO_compressFilename_internal()
/freebsd/contrib/capsicum-test/
H A Doverhead.cc18 return (t1 - t0) / (double)CLOCKS_PER_SEC; in RepeatSyscall()
/freebsd/contrib/expat/tests/benchmark/
H A Dbenchmark.c140 cpuTime += ((double)(tend - tstart)) / CLOCKS_PER_SEC; in main()
/freebsd/include/
H A Dtime.h57 #define CLOCKS_PER_SEC 128 macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Dctime19 CLOCKS_PER_SEC
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dtest-changelist.c126 secondsUsed = (ticksEnd - timer->ticksBegin) / (double)CLOCKS_PER_SEC; in get_cpu_usage()
/freebsd/contrib/libevent/test/
H A Dtest-changelist.c126 secondsUsed = (ticksEnd - timer->ticksBegin) / (double)CLOCKS_PER_SEC; in get_cpu_usage()
/freebsd/crypto/heimdal/appl/login/
H A Dlogin.c417 t *= 100 * CLOCKS_PER_SEC; in do_login()
426 t *= 100 * CLOCKS_PER_SEC; in do_login()
/freebsd/stand/ficl/
H A Dtestmain.c272 stackPushUNS(pVM->pStack, CLOCKS_PER_SEC); in clocksPerSec()
/freebsd/contrib/lua/src/
H A Dloslib.c187 lua_pushnumber(L, ((lua_Number)clock())/(lua_Number)CLOCKS_PER_SEC); in os_clock()
/freebsd/crypto/openssl/test/
H A Dssl_old_test.c1877 #ifdef CLOCKS_PER_SEC in main()
1885 (double)s_time / CLOCKS_PER_SEC, in main()
1886 (double)c_time / CLOCKS_PER_SEC); in main()
/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Dfastcover.c71 static const clock_t g_refreshRate = CLOCKS_PER_SEC * 15 / 100;
H A Dcover.c74 static const clock_t g_refreshRate = CLOCKS_PER_SEC * 15 / 100;
H A Dzdict.c556 clock_t const refreshRate = CLOCKS_PER_SEC * 3 / 10; in ZDICT_trainBuffer_legacy()
/freebsd/contrib/tcsh/
H A Dsh.h344 # define HZ CLOCKS_PER_SEC
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp1825 (double)CLOCKS_PER_SEC; in __kmp_read_cpu_time()
2059 void __kmp_elapsed_tick(double *t) { *t = 1 / (double)CLOCKS_PER_SEC; } in __kmp_elapsed_tick()
/freebsd/sys/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c84 static const clock_t refreshRate = CLOCKS_PER_SEC * 15 / 100;
/freebsd/contrib/less/
H A Dscreen.c951 msec_loops *= CLOCKS_PER_SEC; in get_clock()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc28 SYMBOL(CLOCKS_PER_SEC, None, <time.h>)
H A DStdSymbolMap.inc33 SYMBOL(CLOCKS_PER_SEC, None, <ctime>)
34 SYMBOL(CLOCKS_PER_SEC, None, <time.h>)