Searched refs:KILO (Results 1 – 4 of 4) sorted by relevance
35 return (time.tv_sec * KILO + time.tv_usec / KILO); in CurrentTimeMillis()
24 static constexpr int KILO = 1000; variable
34 return (time.tv_sec * KILO + time.tv_usec / KILO); in CurrentTimeMillis()