Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtimevar.c96 #define TICKS_TO_MSEC (1 / (double)TICKS_PER_SECOND) macro
H A Dtimevar.cc96 #define TICKS_TO_MSEC (1 / (double)TICKS_PER_SECOND) macro
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtimevar.c96 #define TICKS_TO_MSEC (1 / (double)TICKS_PER_SECOND) macro
/netbsd/sys/netinet/
H A Dsctp_constants.h455 #define TICKS_TO_MSEC(x) (((x) * 1000) / hz) macro