Home
last modified time | relevance | path

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

/xnu-10063.101.15/tests/
H A Daqm_qdelay_utun.c33 #define MSEC_PER_SEC 1000 /* milliseconds per second */ macro
46 } else if (n >= MSEC_PER_SEC) { in nsec_to_str()
47 t = n / MSEC_PER_SEC; in nsec_to_str()