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

/freebsd-10-stable/contrib/gcc/
H A Dtimevar.c105 #define TICKS_TO_MSEC (1 / (double)TICKS_PER_SECOND) macro
/freebsd-10-stable/sys/netinet/
H A Dsctp_constants.h592 #define TICKS_TO_MSEC(x) ((hz == 1000) ? x : ((((x) * 1000) + (hz - 1)) / hz)) macro

Completed in 62 milliseconds