Home
last modified time | relevance | path

Searched refs:timer_f (Results 1 – 16 of 16) sorted by relevance

/dports/devel/allegro/allegro-4.4.3.1/demos/skater/source/
H A Dframewk.c38 static void timer_f(void) in timer_f() function
41 } END_OF_STATIC_FUNCTION(timer_f); in timer_f()
135 LOCK_FUNCTION(timer_f); in init_framework()
136 install_int_ex(timer_f, BPS_TO_TIMER(logic_framerate)); in init_framework()
377 remove_int(timer_f); in shutdown_framework()
/dports/devel/libbegemot/libbegemot-1.11/
H A Drpoll.h38 typedef void (*timer_f)(int, void *); typedef
43 int poll_start_timer(u_int msecs, int repeat, timer_f func, void *arg);
H A Drpoll.c184 timer_f func; /* handler, 0 means disfunct */
382 poll_start_timer(u_int msecs, int repeat, timer_f func, void *arg) in poll_start_timer()
/dports/net/igmpproxy/igmpproxy-0.3/src/
H A Drequest.c236 timer_setTimer(conf->queryResponseInterval, (timer_f)ageActiveRoutes, NULL); in sendGeneralMembershipQuery()
241 timer_setTimer(conf->startupQueryInterval, (timer_f)sendGeneralMembershipQuery, NULL); in sendGeneralMembershipQuery()
247 timer_setTimer(conf->queryInterval, (timer_f)sendGeneralMembershipQuery, NULL); in sendGeneralMembershipQuery()
H A Digmpproxy.h267 typedef void (*timer_f)(void *); typedef
273 int timer_setTimer(int, timer_f, void *);
H A Dcallout.c45 timer_f func; // function to call
133 int timer_setTimer(int delay, timer_f action, void *data) { in timer_setTimer()
/dports/misc/tvm/incubator-tvm-0.6.1/topi/recipe/gemm/
H A Dcuda_gemm_square.py142 timer_f = f.time_evaluator(f.entry_name, ctx, number=num_runs)
143 t = timer_f(a, b, c).mean
H A Dgemm_int8.py168 timer_f = f.time_evaluator(f.entry_name, ctx, number=num_runs) variable
169 t = timer_f(a, b, c).mean
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/apps/topi_recipe/gemm/
H A Dcuda_gemm_square.py142 timer_f = f.time_evaluator(f.entry_name, ctx, number=num_runs)
143 t = timer_f(a, b, c).mean
H A Dgemm_int8.py179 timer_f = f.time_evaluator(f.entry_name, ctx, number=num_runs) variable
180 t = timer_f(a, b, c).mean
/dports/misc/py-tvm/incubator-tvm-0.6.1/topi/recipe/gemm/
H A Dcuda_gemm_square.py142 timer_f = f.time_evaluator(f.entry_name, ctx, number=num_runs)
143 t = timer_f(a, b, c).mean
H A Dgemm_int8.py168 timer_f = f.time_evaluator(f.entry_name, ctx, number=num_runs) variable
169 t = timer_f(a, b, c).mean
/dports/net/kamailio/kamailio-5.4.5/src/core/
H A Dtimer.h188 timer_function* timer_f; member
H A Dtimer.c980 t->timer_f(TICKS_TO_S(*ticks), t->t_param); in compat_old_handler()
1001 t->timer_f=f; in register_timer()
/dports/games/minetest/minetest-5.4.1/src/client/
H A Dhud.cpp999 float timer_f = (float) delta / 5000.f; in drawItemStack() local
1001 angle.X + rotation_speed.X * 3.60f * timer_f, in drawItemStack()
1002 angle.Y + rotation_speed.Y * 3.60f * timer_f, in drawItemStack()
1003 angle.Z + rotation_speed.Z * 3.60f * timer_f) in drawItemStack()
/dports/net/libosip2/libosip2-5.3.0/
H A DChangeLog4 …* CHANGE: if out_socket contains -999 and timer_b or timer_f fires, the transaction will report a …