/freebsd/lib/libc/softfloat/ |
H A D | timesoftfloat.c | 66 ( 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 D | test_speed.c | 62 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 D | dtc.cc | 368 ((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 D | clock.c | 40 #define CONVTCK(r) ((r).tv_sec * CLOCKS_PER_SEC \ 41 + (r).tv_usec / (1000000 / CLOCKS_PER_SEC))
|
/freebsd/sys/contrib/zstd/programs/ |
H A D | timefn.c | 141 …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 D | fileio.c | 1647 double const cpuLoad_s = (double)(cpuEnd - cpuStart) / CLOCKS_PER_SEC; in FIO_compressFilename_internal()
|
/freebsd/contrib/capsicum-test/ |
H A D | overhead.cc | 18 return (t1 - t0) / (double)CLOCKS_PER_SEC; in RepeatSyscall()
|
/freebsd/contrib/expat/tests/benchmark/ |
H A D | benchmark.c | 140 cpuTime += ((double)(tend - tstart)) / CLOCKS_PER_SEC; in main()
|
/freebsd/include/ |
H A D | time.h | 57 #define CLOCKS_PER_SEC 128 macro
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | ctime | 19 CLOCKS_PER_SEC
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | test-changelist.c | 126 secondsUsed = (ticksEnd - timer->ticksBegin) / (double)CLOCKS_PER_SEC; in get_cpu_usage()
|
/freebsd/contrib/libevent/test/ |
H A D | test-changelist.c | 126 secondsUsed = (ticksEnd - timer->ticksBegin) / (double)CLOCKS_PER_SEC; in get_cpu_usage()
|
/freebsd/crypto/heimdal/appl/login/ |
H A D | login.c | 417 t *= 100 * CLOCKS_PER_SEC; in do_login() 426 t *= 100 * CLOCKS_PER_SEC; in do_login()
|
/freebsd/stand/ficl/ |
H A D | testmain.c | 272 stackPushUNS(pVM->pStack, CLOCKS_PER_SEC); in clocksPerSec()
|
/freebsd/contrib/lua/src/ |
H A D | loslib.c | 187 lua_pushnumber(L, ((lua_Number)clock())/(lua_Number)CLOCKS_PER_SEC); in os_clock()
|
/freebsd/crypto/openssl/test/ |
H A D | ssl_old_test.c | 1877 #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 D | fastcover.c | 71 static const clock_t g_refreshRate = CLOCKS_PER_SEC * 15 / 100;
|
H A D | cover.c | 74 static const clock_t g_refreshRate = CLOCKS_PER_SEC * 15 / 100;
|
H A D | zdict.c | 556 clock_t const refreshRate = CLOCKS_PER_SEC * 3 / 10; in ZDICT_trainBuffer_legacy()
|
/freebsd/contrib/tcsh/ |
H A D | sh.h | 344 # define HZ CLOCKS_PER_SEC
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | z_Linux_util.cpp | 1825 (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 D | zwrapbench.c | 84 static const clock_t refreshRate = CLOCKS_PER_SEC * 15 / 100;
|
/freebsd/contrib/less/ |
H A D | screen.c | 951 msec_loops *= CLOCKS_PER_SEC; in get_clock()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 28 SYMBOL(CLOCKS_PER_SEC, None, <time.h>)
|
H A D | StdSymbolMap.inc | 33 SYMBOL(CLOCKS_PER_SEC, None, <ctime>) 34 SYMBOL(CLOCKS_PER_SEC, None, <time.h>)
|