Home
last modified time | relevance | path

Searched refs:TICKS_TO_MSEC (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtimevar.c95 #define TICKS_TO_MSEC (1 / (double)TICKS_PER_SECOND) macro
239 ticks_to_msec = TICKS_TO_MSEC; in timevar_init()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtimevar.c96 #define TICKS_TO_MSEC (1 / (double)TICKS_PER_SECOND) macro
276 ticks_to_msec = TICKS_TO_MSEC; in timer()