Searched defs:MSEC_TO_NANOS (Results 1 – 1 of 1) sorted by relevance
40 #define MSEC_TO_NANOS(x) (static_cast<uint64_t>((x) * UINT64_C(1000000))) macro42 #define MSEC_TO_NANOS(x) ((uint64_t)((x) * UINT64_C(1000000))) // NOLINT macro