Home
last modified time | relevance | path

Searched refs:MAX_TIME_DIFF (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/krita/krita-4.4.8/libs/ui/tool/
H A Dkis_speed_smoother.cpp29 #define MAX_TIME_DIFF 500 macro
110 if (totalTime > MAX_TIME_DIFF) { in getNextSpeed()
/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Dfile-dotlock.c35 #define MAX_TIME_DIFF 30 macro
583 if (st.st_ctime + MAX_TIME_DIFF < now || in dotlock_create()
584 st.st_ctime - MAX_TIME_DIFF > now) { in dotlock_create()
/dports/x11-toolkits/gnustep-back/libs-back-back-0_28_0/Source/x11/
H A DXGServerEvent.m2747 #define MAX_TIME_DIFF 10
2754 || generic.baseXServerTime + MAX_TIME_DIFF * 1000 < last)
2757 // MAX_TIME_DIFF seconds ... so we do it now.
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/analyze/
H A Danalyze.cpp1407 const double MAX_TIME_DIFF = 600; in updateStat() local
1412 if (time - t > MAX_TIME_DIFF) in updateStat()
/dports/games/xonotic/Xonotic/source/qcsrc/client/
H A Dview.qc740 const float MAX_TIME_DIFF = 5;
1073 if(time - stat_pickup_time < MAX_TIME_DIFF) // don't trigger the animation if it's too old