Home
last modified time | relevance | path

Searched defs:stoptimer (Results 1 – 9 of 9) sorted by relevance

/dports/science/fastcap/fastcap-2.0wr/src/
H A Dresusage.h63 #define stoptimer getrusage(RUSAGE_SELF, &timestuff); \ macro
72 #define stoptimer times(&timestuff); \ macro
81 #define stoptimer /* */ macro
/dports/science/fasthenry/fasthenry-3.0wr/src/fasthenry/
H A Dresusage.h31 #define stoptimer getrusage(RUSAGE_SELF, &timestuff); \ macro
40 #define stoptimer times(&timestuff); \ macro
49 #define stoptimer /* */ macro
/dports/science/fasthenry/fasthenry-3.0wr/src/zbuf/
H A Dresusage.h63 #define stoptimer getrusage(RUSAGE_SELF, &timestuff); \ macro
72 #define stoptimer times(&timestuff); \ macro
81 #define stoptimer /* */ macro
/dports/japanese/kterm/pcemu1.01alpha/
H A Dhardware.c243 void stoptimer(void) in stoptimer() function
/dports/math/parmgridgen/ParMGridGen-1.0/MGridGen/IMlib/
H A DIMlib.h127 #define stoptimer(tmr) (tmr += seconds()) macro
/dports/x11-fm/worker/worker-4.10.0/src/
H A Dcopyopwin.cc770 CopyOpWin::stoptimer() in stoptimer() function in CopyOpWin
/dports/math/mathmod/mathmod-11.1/ui_modules/
H A Dmathmod.cpp904 void MathMod::stoptimer() in stoptimer() function in MathMod
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Df_finale.c59 static tic_t stoptimer; variable
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dchcanv.cpp3428 bool ChartCanvas::StartTimedMovement( bool stoptimer ) in StartTimedMovement()
4418 void ChartCanvas::ZoomCanvas( double factor, bool can_zoom_to_cursor, bool stoptimer ) in ZoomCanvas()