OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:curtime
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_crt.c
175
int starttime,
curtime
;
local
207
for (
curtime
= starttime = GetTimeInMillis();
208
(
curtime
- starttime) < timeout_ms;
209
curtime
= GetTimeInMillis())
/xsrc/external/mit/xterm/dist/
misc.c
1395
struct timeval
curtime
;
local
1415
X_GETTIMEOFDAY(&
curtime
);
1416
now_msecs = 1000 *
curtime
.tv_sec +
curtime
.tv_usec / 1000;
Completed in 9 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026