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

/macosx-10.10/WTF-7600.1.24/wtf/
H A DCurrentTime.cpp206 static DWORD lastTickCount; local
209 lastTickCount = GetTickCount();
215 DWORD elapsed = tickCountNow - lastTickCount;
219 lastTickCount = tickCountNow;
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DSControl.c1080 //if ( ((ticks - 10) > GPtr->lastTickCount) || (dfaStage == kAboutToRepairStage) ) // To reduce cursor flicker on fast machines, call through on a timed interval
1118 GPtr->lastTickCount = ticks;
H A DScavenger.h733 long lastTickCount; member in struct:SGlob

Completed in 132 milliseconds