OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:time_old
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/lgpl3/mpc/dist/tests/
tmul.c
172
struct tms
time_old
, time_new;
local
187
times (&
time_old
);
191
passed1 = ((double) (time_new.tms_utime -
time_old
.tms_utime)) / 100;
193
times (&
time_old
);
197
passed2 = ((double) (time_new.tms_utime -
time_old
.tms_utime)) / 100;
Completed in 81 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026