Home
last modified time | relevance | path

Searched refs:last_msec (Results 1 – 25 of 30) sorted by relevance

12

/dports/security/openvpn-mbedtls/openvpn-2.5.6/src/compat/
H A Dcompat-gettimeofday.c46 static unsigned int last_msec = 0; variable
86 if (msec < last_msec) in gettimeofday()
88 msec = last_msec; in gettimeofday()
100 msec = last_msec; in gettimeofday()
106 tv->tv_usec = (last_msec = msec) * 1000; in gettimeofday()
/dports/security/openvpn-devel/openvpn-0033811e0215af76f469d78912c95a2f59813454/src/compat/
H A Dcompat-gettimeofday.c46 static unsigned int last_msec = 0; variable
86 if (msec < last_msec) in gettimeofday()
88 msec = last_msec; in gettimeofday()
100 msec = last_msec; in gettimeofday()
107 tv->tv_usec = (last_msec = msec) * 1000; in gettimeofday()
/dports/security/openvpn/openvpn-2.5.6/src/compat/
H A Dcompat-gettimeofday.c46 static unsigned int last_msec = 0; variable
86 if (msec < last_msec) in gettimeofday()
88 msec = last_msec; in gettimeofday()
100 msec = last_msec; in gettimeofday()
106 tv->tv_usec = (last_msec = msec) * 1000; in gettimeofday()
/dports/cad/ngspice_rework/ngspice-35/src/frontend/
H A Dresource.c165 static long last_sec = 0, last_msec = 0; local
218 last_msec = 1000 + total_msec - last_msec;
220 if (last_msec >= 1000) {
221 last_msec -= 1000;
227 cpu_elapsed, last_sec, last_msec);
230 last_msec = total_msec;
236 g_ipc.cpu_time = (double) last_msec;
/dports/x11/xnee/xnee-3.19/libxnee/src/
H A Dxnee_time.c71 long last_msec; in xnee_get_elapsed_time() local
86 last_msec = last_read_msecec; in xnee_get_elapsed_time()
91 last_msec = first_read_msecec; in xnee_get_elapsed_time()
100 diff_msec = (cur_time.tv_usec/1000) - last_msec; in xnee_get_elapsed_time()
/dports/devel/pecl-swoole/swoole-4.8.5/ext-src/
H A Dphp_swoole_coroutine.h79 int64_t last_msec; member
177 … return task->enable_scheduler && (Timer::get_absolute_msec() - task->last_msec > MAX_EXEC_MSEC); in is_schedulable()
244 task->last_msec = Timer::get_absolute_msec(); in record_last_msec()
/dports/sysutils/logstalgia/Logstalgia-logstalgia-1.1.2/src/core/
H A Dsdlapp.cpp387 Uint32 msec=0, last_msec=0, buffer_msec=0, total_msec = 0; in run() local
395 last_msec = msec; in run()
403 last_msec = msec; in run()
406 Uint32 delta_msec = msec - last_msec; in run()
/dports/graphics/gource/gource-0.51/src/core/
H A Dsdlapp.cpp398 Uint32 msec=0, last_msec=0, buffer_msec=0, total_msec = 0; in run() local
406 last_msec = msec; in run()
414 last_msec = msec; in run()
417 Uint32 delta_msec = msec - last_msec; in run()
/dports/devel/libunit/unit-1.26.1/src/
H A Dnxt_thread_time.h34 nxt_msec_t last_msec; member
H A Dnxt_thread_time.c266 update |= (ms != tsc->last_msec); in nxt_thread_time_string()
267 tsc->last_msec = ms; in nxt_thread_time_string()
/dports/www/unit/unit-1.26.1/src/
H A Dnxt_thread_time.h34 nxt_msec_t last_msec; member
H A Dnxt_thread_time.c266 update |= (ms != tsc->last_msec); in nxt_thread_time_string()
267 tsc->last_msec = ms; in nxt_thread_time_string()
/dports/www/unit-php/unit-1.26.1/src/
H A Dnxt_thread_time.h34 nxt_msec_t last_msec; member
H A Dnxt_thread_time.c266 update |= (ms != tsc->last_msec); in nxt_thread_time_string()
267 tsc->last_msec = ms; in nxt_thread_time_string()
/dports/www/unit-python/unit-1.26.1/src/
H A Dnxt_thread_time.h34 nxt_msec_t last_msec; member
H A Dnxt_thread_time.c266 update |= (ms != tsc->last_msec); in nxt_thread_time_string()
267 tsc->last_msec = ms; in nxt_thread_time_string()
/dports/www/unit-perl/unit-1.26.1/src/
H A Dnxt_thread_time.h34 nxt_msec_t last_msec; member
H A Dnxt_thread_time.c266 update |= (ms != tsc->last_msec); in nxt_thread_time_string()
267 tsc->last_msec = ms; in nxt_thread_time_string()
/dports/www/unit-java/unit-1.26.1/src/
H A Dnxt_thread_time.h34 nxt_msec_t last_msec; member
H A Dnxt_thread_time.c266 update |= (ms != tsc->last_msec); in nxt_thread_time_string()
267 tsc->last_msec = ms; in nxt_thread_time_string()
/dports/editors/joe/joe-4.6/joe/
H A Dmouse.c37 static long last_msec=0; /* time in ms when event occurred */ variable
153 if (last_msec == 0 || mnow() - last_msec > MOUSE_MULTI_THRESH) { in mousedn()
352 last_msec = mnow(); in mouseup()
/dports/devel/godot2/godot-2.1.6-stable/core/
H A Dscript_debugger_remote.h93 uint64_t last_msec; variable
/dports/devel/godot2-tools/godot-2.1.6-stable/core/
H A Dscript_debugger_remote.h93 uint64_t last_msec; variable
/dports/devel/godot-tools/godot-3.2.3-stable/scene/debugger/
H A Dscript_debugger_remote.h114 uint64_t last_msec; variable
/dports/devel/godot/godot-3.2.3-stable/scene/debugger/
H A Dscript_debugger_remote.h114 uint64_t last_msec; variable

12