Searched refs:kFreq (Results 1 – 1 of 1) sorted by relevance
348 const UInt32 kFreq = 10000000; in PrintTime() local349 UInt64 sec = val / kFreq; in PrintTime()352 UInt32 ms = (UInt32)(val - (sec * kFreq)) / (kFreq / 1000); in PrintTime()