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