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