Home
last modified time | relevance | path

Searched refs:LastTSC (Results 1 – 2 of 2) sorted by relevance

/dports/x11/eaglemode/eaglemode-0.95.0/src/emCore/
H A DemViewAnimator.cpp36 LastTSC=0; in emViewAnimator()
72 LastTSC=(*UpperActivePtr)->LastTSC; in Activate()
77 LastTSC=Master->LastTSC; in Activate()
131 if (tsc!=LastTSC) { in Cycle()
133 if (tsc==LastTSC+1) { in Cycle()
140 LastTSC=tsc; in Cycle()
/dports/x11/eaglemode/eaglemode-0.95.0/include/emCore/
H A DemViewAnimator.h70 emUInt64 LastTSC; variable