Home
last modified time | relevance | path

Searched defs:startticks (Results 1 – 15 of 15) sorted by relevance

/dports/games/excido/excido-0.1.5c/src/
H A DGame.h65 long startticks; //these are used in Happen, but need to be accessible for temporal correction variable
/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/
H A Dshowvideo.cpp94 Uint32 startticks = 0; in showVideo() local
/dports/sysutils/cluster-glue/Reusable-Cluster-Components-glue--0a7add1d9996/include/clplumbing/
H A Dproctrack.h60 longclock_t startticks; member
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/ndbapi/
H A DClusterMgr.hpp301 NDB_TICKS startticks; member
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/ndbapi/
H A DClusterMgr.hpp295 NDB_TICKS startticks; member
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/ndbapi/
H A DClusterMgr.hpp295 NDB_TICKS startticks; member
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/ndbapi/
H A DClusterMgr.hpp295 NDB_TICKS startticks; member
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/ndbapi/
H A DClusterMgr.hpp295 NDB_TICKS startticks; member
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/ndbapi/
H A DClusterMgr.hpp295 NDB_TICKS startticks; member
/dports/benchmarks/nbench/nbench-byte-2.2.3/
H A Dsysspec.c810 unsigned long StopStopwatch(unsigned long startticks) in StopStopwatch()
/dports/games/vultures-eye/vulture-2.3.67/vulture/winclass/
H A Dlevelwin.cpp207 unsigned long startticks = SDL_GetTicks(); in draw() local
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dmdsprite.cpp707 int32_t startticks = timerGetTicks(), willprint = 0; in mdloadskin() local
H A Dpolymost.cpp2427 int32_t startticks = timerGetTicks(), willprint = 0; in gloadtile_hi() local
/dports/emulators/dosbox/dosbox-0.74-3/src/gui/
H A Dsdlmain.cpp1315 for (Bit32u ct = 0,startticks = GetTicks();ct < max_splash_loop;ct = GetTicks()-startticks) { in GUI_StartUp() local
/dports/multimedia/lives/lives-3.2.0/src/
H A Dmainwindow.h997 …volatile ticks_t startticks; ///< effective ticks when current frame was (should have been) displa… member