/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/ |
D | 3-2-buildonly.c | 13 #ifndef CLOCKS_PER_SEC 14 #error CLOCKS_PER_SEC not defined
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock/ |
D | 2-1.c | 26 intmax_t clocks_per_sec = (intmax_t) CLOCKS_PER_SEC; in main() 28 if (EXPECTEDVALUE == CLOCKS_PER_SEC) { in main()
|
D | 1-1.c | 36 sec1 = (double) c1 / CLOCKS_PER_SEC; in main() 40 sec2 = (double) c2 / CLOCKS_PER_SEC; in main()
|
/third_party/libsnd/tests/ |
D | benchmark.tpl | 159 while (clock_time < (CLOCKS_PER_SEC * TEST_DURATION)) 180 stats->write_rate *= (1.0 * CLOCKS_PER_SEC) / clock_time ; 191 while (clock_time < (CLOCKS_PER_SEC * TEST_DURATION)) 212 stats->read_rate *= (1.0 * CLOCKS_PER_SEC) / clock_time ; 254 while (clock_time < (CLOCKS_PER_SEC * TEST_DURATION)) 278 performance *= (1.0 * CLOCKS_PER_SEC) / clock_time ; 289 while (clock_time < (CLOCKS_PER_SEC * TEST_DURATION)) 310 performance *= (1.0 * CLOCKS_PER_SEC) / clock_time ;
|
/third_party/ffmpeg/libavutil/ |
D | random_seed.c | 91 if (last_t + 2*last_td + (CLOCKS_PER_SEC > 1000) >= t) { in get_generic_seed() 97 if ((t - init_t) >= CLOCKS_PER_SEC>>5) in get_generic_seed()
|
/third_party/mtdev/test/ |
D | mtdev-matching.c | 123 ITS * ((float)CLOCKS_PER_SEC / (t2 - t1))); in speed1() 155 ITS * ((float)CLOCKS_PER_SEC / (t2 - t1))); in speed2()
|
/third_party/freetype/src/tools/ |
D | test_bbox.c | 11 #define CLOCKS_PER_SEC HZ macro 17 return clock() * 10000L / CLOCKS_PER_SEC; in get_time()
|
/third_party/skia/third_party/externals/freetype/src/tools/ |
D | test_bbox.c | 11 #define CLOCKS_PER_SEC HZ macro 17 return clock() * 10000L / CLOCKS_PER_SEC; in get_time()
|
/third_party/flutter/skia/third_party/externals/freetype/src/tools/ |
D | test_bbox.c | 12 #define CLOCKS_PER_SEC HZ macro 18 return clock() * 10000L / CLOCKS_PER_SEC; in get_time()
|
/third_party/python/Modules/_decimal/libmpdec/examples/ |
D | sqrt.c | 61 (double)(end_clock-start_clock)/(double)CLOCKS_PER_SEC); in main()
|
D | compare.c | 63 (double)(end_clock-start_clock)/(double)CLOCKS_PER_SEC); in main()
|
D | multiply.c | 63 (double)(end_clock-start_clock)/(double)CLOCKS_PER_SEC); in main()
|
D | pow.c | 63 (double)(end_clock-start_clock)/(double)CLOCKS_PER_SEC); in main()
|
D | shift.c | 63 (double)(end_clock-start_clock)/(double)CLOCKS_PER_SEC); in main()
|
D | div.c | 63 (double)(end_clock-start_clock)/(double)CLOCKS_PER_SEC); in main()
|
D | powmod.c | 65 (double)(end_clock-start_clock)/(double)CLOCKS_PER_SEC); in main()
|
D | divmod.c | 64 (double)(end_clock-start_clock)/(double)CLOCKS_PER_SEC); in main()
|
/third_party/NuttX/fs/nfs/ |
D | nfs.h | 79 #define NFS_HZ CLOCKS_PER_SEC /* Ticks/sec */
|
/third_party/skia/third_party/externals/expat/expat/tests/benchmark/ |
D | benchmark.c | 136 cpuTime += ((double)(tend - tstart)) / CLOCKS_PER_SEC; in main()
|
/third_party/python/Modules/ |
D | timemodule.c | 119 #ifndef CLOCKS_PER_SEC 121 # define CLOCKS_PER_SEC CLK_TCK macro 123 # define CLOCKS_PER_SEC 1000000 macro 138 if ((_PyTime_t)CLOCKS_PER_SEC > _PyTime_MAX / SEC_TO_NS) { in _PyTime_GetClockWithInfo() 147 info->resolution = 1.0 / (double)CLOCKS_PER_SEC; in _PyTime_GetClockWithInfo() 159 *tp = _PyTime_MulDiv(ticks, SEC_TO_NS, (_PyTime_t)CLOCKS_PER_SEC); in _PyTime_GetClockWithInfo()
|
/third_party/libxml2/ |
D | testSAX.c | 142 #ifndef CLOCKS_PER_SEC 143 #define CLOCKS_PER_SEC 100 macro 159 msec = ((end - begin) * 1000) / CLOCKS_PER_SEC; in endTimer()
|
/third_party/python/Modules/_decimal/libmpdec/ |
D | bench.c | 131 fprintf(stderr, "time: %f\n\n", (double)(end_clock-start_clock)/(double)CLOCKS_PER_SEC); in main()
|
/third_party/musl/libc-test/src/api/ |
D | time.c | 44 {int x = CLOCKS_PER_SEC;} in f()
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | time.h | 64 #define CLOCKS_PER_SEC 1000000L macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | time.h | 63 #define CLOCKS_PER_SEC 1000000L macro
|