Searched defs:MILLISECOND_TO_NANOSECOND (Results 1 – 5 of 5) sorted by relevance
22 #define MILLISECOND_TO_NANOSECOND 1000000 macro
70 constexpr int64_t MILLISECOND_TO_NANOSECOND = 1e6; variable
73 const int64_t MILLISECOND_TO_NANOSECOND = 1e6; variable
35 static const int64_t MILLISECOND_TO_NANOSECOND = 1e6; variable