Searched refs:longClockTicks (Results 1 – 1 of 1) sorted by relevance
332 final long longClockTicks = intClockTicks & 0xffffffffL; in ticksToMilliSeconds() local333 return (longClockTicks * 1000) / CLOCK_TICKS_PER_SECOND; in ticksToMilliSeconds()