Searched refs:kTenthMicrosInMilliSecond (Results 1 – 1 of 1) sorted by relevance
2312 const DWORD kTenthMicrosInMilliSecond = 10000; in GetTimeInMillis() local2323 now_int64.QuadPart = (now_int64.QuadPart / kTenthMicrosInMilliSecond) - in GetTimeInMillis()