Searched refs:timeDeltaMSLL (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIPointing.cpp531 UInt64 timeDeltaMSLL = 0; local
546 timeDeltaMSLL = (currentTimeNSLL - lastEventTimeNSLL) / 1000000;
553 if ((timeDeltaMSLL >= SCROLL_CLEAR_THRESHOLD_MS_LL) || clear) {
555 timeDeltaMSLL = SCROLL_CLEAR_THRESHOLD_MS_LL;
558 timeDeltaMS = ((UInt32) timeDeltaMSLL) * kIOFixedOne;

Completed in 150 milliseconds