Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDtimevar.c105 #define TICKS_TO_MSEC (1 / (double)TICKS_PER_SECOND) macro
/trueos/sys/netinet/
HDsctp_constants.h590 #define TICKS_TO_MSEC(x) ((hz == 1000) ? x : ((((x) * 1000) + (hz - 1)) / hz)) macro