OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stop_time
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/argon2/dist/phc-winner-argon2/src/
bench.c
78
clock_t start_time,
stop_time
;
local
92
stop_time
= clock();
96
run_time += ((double)
stop_time
- start_time) / (CLOCKS_PER_SEC);
run.c
97
clock_t start_time,
stop_time
;
local
140
stop_time
= clock();
161
((double)
stop_time
- start_time) / (CLOCKS_PER_SEC));
/src/external/gpl3/gdb/dist/gdb/
tracepoint.h
156
LONGEST
stop_time
;
member in struct:trace_status
/src/external/gpl3/gdb.old/dist/gdb/
tracepoint.h
157
LONGEST
stop_time
;
member in struct:trace_status
/src/crypto/external/bsd/heimdal/dist/lib/krb5/
send_to_kdc.c
1118
struct timeval nrstart, nrstop,
stop_time
;
local
1270
gettimeofday(&
stop_time
, NULL);
1271
timevalsub(&
stop_time
, &ctx->stats.start_time);
1289
(intmax_t)
stop_time
.tv_sec,
1290
(unsigned long)
stop_time
.tv_usec,
Completed in 30 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026