OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TICKS_TO_MSEC
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
timevar.cc
95
static double
ticks_to_msec
;
variable
96
#define
TICKS_TO_MSEC
(1 / (double)TICKS_PER_SECOND)
225
now->wall = times (&tms) *
ticks_to_msec
;
226
now->user = tms.tms_utime *
ticks_to_msec
;
227
now->sys = tms.tms_stime *
ticks_to_msec
;
274
ticks_to_msec
=
TICKS_TO_MSEC
;
/src/sys/netinet/
sctp_constants.h
455
#define
TICKS_TO_MSEC
(x) (((x) * 1000) / hz)
Completed in 16 milliseconds
Indexes created Tue Mar 31 00:22:50 UTC 2026