OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLOCKS_PER_SEC
(Results
1 - 25
of
28
) sorted by relevancy
1
2
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/stdc/
time.d
57
enum clock_t
CLOCKS_PER_SEC
= 1_000_000;
62
enum clock_t
CLOCKS_PER_SEC
= 1_000_000;
67
enum clock_t
CLOCKS_PER_SEC
= 1_000_000;
72
enum clock_t
CLOCKS_PER_SEC
= 1_000_000;
77
enum clock_t
CLOCKS_PER_SEC
= 1_000_000; // was 100 until OSX 10.4/10.5
85
enum clock_t
CLOCKS_PER_SEC
= 1_000_000;
90
enum clock_t
CLOCKS_PER_SEC
= 128;
95
enum clock_t
CLOCKS_PER_SEC
= 100;
100
enum clock_t
CLOCKS_PER_SEC
= 100;
105
enum clock_t
CLOCKS_PER_SEC
= 128
[
all
...]
/src/external/gpl3/binutils/dist/libiberty/
getruntime.c
64
#ifndef
CLOCKS_PER_SEC
65
#define
CLOCKS_PER_SEC
1
78
#ifdef
CLOCKS_PER_SEC
79
#define GNU_HZ
CLOCKS_PER_SEC
113
const long
clocks_per_sec
=
CLOCKS_PER_SEC
;
114
if (
clocks_per_sec
<= 1000000)
115
return clock () * (1000000 /
clocks_per_sec
);
117
return clock () /
clocks_per_sec
;
clock.c
30
@code{clock_t}; divide this number by @samp{
CLOCKS_PER_SEC
} to get the
61
#ifdef
CLOCKS_PER_SEC
62
#define GNU_HZ
CLOCKS_PER_SEC
/src/external/gpl3/binutils.old/dist/libiberty/
getruntime.c
64
#ifndef
CLOCKS_PER_SEC
65
#define
CLOCKS_PER_SEC
1
78
#ifdef
CLOCKS_PER_SEC
79
#define GNU_HZ
CLOCKS_PER_SEC
113
const long
clocks_per_sec
=
CLOCKS_PER_SEC
;
114
if (
clocks_per_sec
<= 1000000)
115
return clock () * (1000000 /
clocks_per_sec
);
117
return clock () /
clocks_per_sec
;
clock.c
30
@code{clock_t}; divide this number by @samp{
CLOCKS_PER_SEC
} to get the
61
#ifdef
CLOCKS_PER_SEC
62
#define GNU_HZ
CLOCKS_PER_SEC
/src/external/gpl3/gcc.old/dist/libiberty/
getruntime.c
64
#ifndef
CLOCKS_PER_SEC
65
#define
CLOCKS_PER_SEC
1
78
#ifdef
CLOCKS_PER_SEC
79
#define GNU_HZ
CLOCKS_PER_SEC
113
const long
clocks_per_sec
=
CLOCKS_PER_SEC
;
114
if (
clocks_per_sec
<= 1000000)
115
return clock () * (1000000 /
clocks_per_sec
);
117
return clock () /
clocks_per_sec
;
clock.c
30
@code{clock_t}; divide this number by @samp{
CLOCKS_PER_SEC
} to get the
61
#ifdef
CLOCKS_PER_SEC
62
#define GNU_HZ
CLOCKS_PER_SEC
/src/external/gpl3/gcc.old/dist/fixincludes/tests/base/
time.h
41
#define
CLOCKS_PER_SEC
sysClkRateGet()
/src/lib/libc/gen/
clock.c
62
clock_t hz =
CLOCKS_PER_SEC
;
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/stdc/
time.d
46
enum clock_t
CLOCKS_PER_SEC
= 1000;
/src/sys/arch/x68k/x68k/
clock.c
104
#define
CLOCKS_PER_SEC
(1000000 / CLK_RESOLUTION)
128
.tc_frequency =
CLOCKS_PER_SEC
,
134
if (
CLOCKS_PER_SEC
% hz ||
135
hz <= (
CLOCKS_PER_SEC
/ 256) || hz >
CLOCKS_PER_SEC
) {
143
mfp_set_tcdr(
CLOCKS_PER_SEC
/ hz);
/src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
time_1.h
187
*user_sec = c /
CLOCKS_PER_SEC
;
188
*user_usec = (c %
CLOCKS_PER_SEC
) * (1000000. /
CLOCKS_PER_SEC
);
/src/lib/libc/softfloat/
timesoftfloat.c
71
( count / ( ( (float) clocks ) /
CLOCKS_PER_SEC
) ) / 1000,
121
} while ( clock() - startClock <
CLOCKS_PER_SEC
);
148
} while ( clock() - startClock <
CLOCKS_PER_SEC
);
177
} while ( clock() - startClock <
CLOCKS_PER_SEC
);
208
} while ( clock() - startClock <
CLOCKS_PER_SEC
);
276
} while ( clock() - startClock <
CLOCKS_PER_SEC
);
303
} while ( clock() - startClock <
CLOCKS_PER_SEC
);
332
} while ( clock() - startClock <
CLOCKS_PER_SEC
);
363
} while ( clock() - startClock <
CLOCKS_PER_SEC
);
407
} while ( clock() - startClock <
CLOCKS_PER_SEC
);
[
all
...]
/src/regress/sys/arch/m68k/emuspeed/
emuspeed.c
100
CLOCKS_PER_SEC
*(count /(stop - start)),
/src/external/apache2/argon2/dist/phc-winner-argon2/src/
bench.c
96
run_time += ((double)stop_time - start_time) / (
CLOCKS_PER_SEC
);
run.c
161
((double)stop_time - start_time) / (
CLOCKS_PER_SEC
));
/src/external/bsd/tre/dist/tests/
bench.c
121
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),
/src/external/bsd/zstd/dist/programs/
timefn.c
120
r.t = (PTime)clock() * 1000000000ULL /
CLOCKS_PER_SEC
;
/src/external/bsd/libevent/dist/test/
test-changelist.c
129
secondsUsed = (ticksEnd - timer->ticksBegin) / (double)
CLOCKS_PER_SEC
;
/src/external/bsd/ntp/dist/sntp/libevent/test/
test-changelist.c
128
secondsUsed = (ticksEnd - timer->ticksBegin) / (double)
CLOCKS_PER_SEC
;
/src/include/
time.h
73
#define
CLOCKS_PER_SEC
100
/src/external/bsd/zstd/dist/lib/dictBuilder/
fastcover.c
71
static const clock_t g_refreshRate =
CLOCKS_PER_SEC
* 15 / 100;
cover.c
75
static const clock_t g_refreshRate =
CLOCKS_PER_SEC
* 15 / 100;
/src/external/gpl3/gcc.old/dist/gcc/
timevar.cc
46
We mustn't use
CLOCKS_PER_SEC
except with clock(). */
101
#define CLOCKS_TO_MSEC (1 / (double)
CLOCKS_PER_SEC
)
/src/external/bsd/zstd/dist/zlibWrapper/examples/
zwrapbench.c
18
#include <time.h> /* clock_t, clock,
CLOCKS_PER_SEC
*/
84
static const clock_t refreshRate =
CLOCKS_PER_SEC
* 15 / 100;
Completed in 44 milliseconds
1
2
Indexes created Tue Feb 24 01:34:59 UTC 2026