Home
last modified time | relevance | path

Searched refs:tevent (Results 1 – 25 of 371) sorted by relevance

12345678910>>...15

/dports/x11-toolkits/wlroots/wlroots-0.12.0/backend/libinput/
H A Dtablet_tool.c199 struct libinput_event_tablet_tool *tevent = in handle_tablet_tool_axis() local
203 libinput_event_tablet_tool_get_tool(tevent)); in handle_tablet_tool_axis()
210 if (libinput_event_tablet_tool_x_has_changed(tevent)) { in handle_tablet_tool_axis()
213 wlr_event.dx = libinput_event_tablet_tool_get_dx(tevent); in handle_tablet_tool_axis()
215 if (libinput_event_tablet_tool_y_has_changed(tevent)) { in handle_tablet_tool_axis()
260 struct libinput_event_tablet_tool *tevent = in handle_tablet_tool_proximity() local
264 libinput_event_tablet_tool_get_tool(tevent)); in handle_tablet_tool_proximity()
324 struct libinput_event_tablet_tool *tevent = in handle_tablet_tool_tip() local
328 libinput_event_tablet_tool_get_tool(tevent)); in handle_tablet_tool_tip()
359 struct libinput_event_tablet_tool *tevent = in handle_tablet_tool_button() local
[all …]
H A Dtouch.c31 struct libinput_event_touch *tevent = in handle_touch_down() local
36 usec_to_msec(libinput_event_touch_get_time_usec(tevent)); in handle_touch_down()
37 wlr_event.touch_id = libinput_event_touch_get_seat_slot(tevent); in handle_touch_down()
38 wlr_event.x = libinput_event_touch_get_x_transformed(tevent, 1); in handle_touch_down()
39 wlr_event.y = libinput_event_touch_get_y_transformed(tevent, 1); in handle_touch_down()
51 struct libinput_event_touch *tevent = in handle_touch_up() local
56 usec_to_msec(libinput_event_touch_get_time_usec(tevent)); in handle_touch_up()
69 struct libinput_event_touch *tevent = in handle_touch_motion() local
74 usec_to_msec(libinput_event_touch_get_time_usec(tevent)); in handle_touch_motion()
89 struct libinput_event_touch *tevent = in handle_touch_cancel() local
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/bltins/
H A Dalarm.c38 struct tevent struct
43 struct tevent *next; argument
59 register struct tevent *tp = (struct tevent*)list; in time_add()
82 register struct tevent *tp = (struct tevent*)list; in time_delete()
99 register struct tevent *tp = (struct tevent*)list; in print_alarms()
119 register struct tevent *tp = (struct tevent*)handle; in trap_timeout()
165 register struct tevent *tp = (struct tevent*)fp; in setdisc()
185 register struct tevent *tp = (struct tevent*)fp; in putval()
226 sizeof(struct tevent),
237 register struct tevent *tp; in b_alarm()
[all …]
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/bltins/
H A Dalarm.c38 struct tevent struct
43 struct tevent *next; argument
59 register struct tevent *tp = (struct tevent*)list; in time_add()
82 register struct tevent *tp = (struct tevent*)list; in time_delete()
99 register struct tevent *tp = (struct tevent*)list; in print_alarms()
119 register struct tevent *tp = (struct tevent*)handle; in trap_timeout()
165 register struct tevent *tp = (struct tevent*)fp; in setdisc()
185 register struct tevent *tp = (struct tevent*)fp; in putval()
226 sizeof(struct tevent),
237 register struct tevent *tp; in b_alarm()
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/bltins/
H A Dalarm.c40 struct tevent struct
45 struct tevent *next; argument
61 register struct tevent *tp = (struct tevent*)list; in time_add()
84 register struct tevent *tp = (struct tevent*)list; in time_delete()
114 register struct tevent *tp = (struct tevent*)list; in print_alarms()
137 register struct tevent *tp = (struct tevent*)handle; in trap_timeout()
192 register struct tevent *tp = (struct tevent*)fp; in setdisc()
212 struct tevent *tp = (struct tevent*)fp; in putval()
260 sizeof(struct tevent),
271 register struct tevent *tp; in b_alarm()
[all …]
/dports/shells/ksh93/ast-93u/src/cmd/nmake/
H A Dmake.c44 Time_t tevent; in makescan() local
57 if (tevent < t) in makescan()
58 tevent = t; in makescan()
59 *tm = tevent; in makescan()
317 Time_t tevent; in make() local
615 tevent = 0; in make()
730 tevent = t; in make()
747 tevent = t; in make()
851 tevent = 0; in make()
969 tevent = t; in make()
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/nmake/
H A Dmake.c44 Time_t tevent; in makescan() local
57 if (tevent < t) in makescan()
58 tevent = t; in makescan()
59 *tm = tevent; in makescan()
317 Time_t tevent; in make() local
615 tevent = 0; in make()
730 tevent = t; in make()
747 tevent = t; in make()
851 tevent = 0; in make()
969 tevent = t; in make()
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/nmake/
H A Dmake.c44 Time_t tevent; in makescan() local
57 if (tevent < t) in makescan()
58 tevent = t; in makescan()
59 *tm = tevent; in makescan()
317 Time_t tevent; in make() local
615 tevent = 0; in make()
730 tevent = t; in make()
747 tevent = t; in make()
851 tevent = 0; in make()
969 tevent = t; in make()
[all …]
/dports/net/samba412/samba-4.12.15/lib/tevent/doc/
H A Dmainpage.dox7 * The low level tevent has support for many event types, including timers,
11 * tevent_req (tevent request) functions.
20 * You can download the latest releases of tevent from the
21 * <a href="http://samba.org/ftp/tevent" target="_blank">tevent directory</a>
26 * tevent does not currently have its own mailing list or bug tracking system.
41 * lib/tevent directory.
45 * rsync -Pavz samba.org::ftp/unpacked/standalone_projects/lib/tevent .
H A Dtevent_events.dox8 typedefs which are set in tevent library and which specify the arguments for
36 #include <tevent.h>
122 event within some tevent context.
147 #include <tevent.h>
198 tevent loop. It could be necessary to finish certain tevent requests within the
202 tevent loop for ever. In such cases, tevent signal handlers offer the
208 possible to handle signals via tevent, is defined within tevent library and it
225 #include <tevent.h>
293 moment when a structure tevent fd is freed.</li>
296 appropriate file descriptor when the tevent fd structure is about to be
[all …]
/dports/devel/tevent/tevent-0.10.2/doc/
H A Dmainpage.dox7 * The low level tevent has support for many event types, including timers,
11 * tevent_req (tevent request) functions.
20 * You can download the latest releases of tevent from the
21 * <a href="http://samba.org/ftp/tevent" target="_blank">tevent directory</a>
26 * tevent does not currently have its own mailing list or bug tracking system.
41 * lib/tevent directory.
45 * rsync -Pavz samba.org::ftp/unpacked/standalone_projects/lib/tevent .
H A Dtevent_events.dox8 typedefs which are set in tevent library and which specify the arguments for
36 #include <tevent.h>
122 event within some tevent context.
147 #include <tevent.h>
198 tevent loop. It could be necessary to finish certain tevent requests within the
202 tevent loop for ever. In such cases, tevent signal handlers offer the
208 possible to handle signals via tevent, is defined within tevent library and it
225 #include <tevent.h>
293 moment when a structure tevent fd is freed.</li>
296 appropriate file descriptor when the tevent fd structure is about to be
[all …]
/dports/databases/ldb15/ldb-1.5.6/lib/tevent/doc/
H A Dmainpage.dox7 * The low level tevent has support for many event types, including timers,
11 * tevent_req (tevent request) functions.
20 * You can download the latest releases of tevent from the
21 * <a href="http://samba.org/ftp/tevent" target="_blank">tevent directory</a>
26 * tevent does not currently have its own mailing list or bug tracking system.
41 * lib/tevent directory.
45 * rsync -Pavz samba.org::ftp/unpacked/standalone_projects/lib/tevent .
H A Dtevent_events.dox8 typedefs which are set in tevent library and which specify the arguments for
36 #include <tevent.h>
122 event within some tevent context.
147 #include <tevent.h>
198 tevent loop. It could be necessary to finish certain tevent requests within the
202 tevent loop for ever. In such cases, tevent signal handlers offer the
208 possible to handle signals via tevent, is defined within tevent library and it
225 #include <tevent.h>
293 moment when a structure tevent fd is freed.</li>
296 appropriate file descriptor when the tevent fd structure is about to be
[all …]
/dports/databases/ldb20/ldb-2.0.10/lib/tevent/doc/
H A Dmainpage.dox7 * The low level tevent has support for many event types, including timers,
11 * tevent_req (tevent request) functions.
20 * You can download the latest releases of tevent from the
21 * <a href="http://samba.org/ftp/tevent" target="_blank">tevent directory</a>
26 * tevent does not currently have its own mailing list or bug tracking system.
41 * lib/tevent directory.
45 * rsync -Pavz samba.org::ftp/unpacked/standalone_projects/lib/tevent .
H A Dtevent_events.dox8 typedefs which are set in tevent library and which specify the arguments for
36 #include <tevent.h>
122 event within some tevent context.
147 #include <tevent.h>
198 tevent loop. It could be necessary to finish certain tevent requests within the
202 tevent loop for ever. In such cases, tevent signal handlers offer the
208 possible to handle signals via tevent, is defined within tevent library and it
225 #include <tevent.h>
293 moment when a structure tevent fd is freed.</li>
296 appropriate file descriptor when the tevent fd structure is about to be
[all …]
/dports/databases/ldb21/ldb-2.1.5/lib/tevent/doc/
H A Dmainpage.dox7 * The low level tevent has support for many event types, including timers,
11 * tevent_req (tevent request) functions.
20 * You can download the latest releases of tevent from the
21 * <a href="http://samba.org/ftp/tevent" target="_blank">tevent directory</a>
26 * tevent does not currently have its own mailing list or bug tracking system.
41 * lib/tevent directory.
45 * rsync -Pavz samba.org::ftp/unpacked/standalone_projects/lib/tevent .
H A Dtevent_events.dox8 typedefs which are set in tevent library and which specify the arguments for
36 #include <tevent.h>
122 event within some tevent context.
147 #include <tevent.h>
198 tevent loop. It could be necessary to finish certain tevent requests within the
202 tevent loop for ever. In such cases, tevent signal handlers offer the
208 possible to handle signals via tevent, is defined within tevent library and it
225 #include <tevent.h>
293 moment when a structure tevent fd is freed.</li>
296 appropriate file descriptor when the tevent fd structure is about to be
[all …]
/dports/databases/ldb22/ldb-2.2.1/lib/tevent/doc/
H A Dmainpage.dox7 * The low level tevent has support for many event types, including timers,
11 * tevent_req (tevent request) functions.
20 * You can download the latest releases of tevent from the
21 * <a href="http://samba.org/ftp/tevent" target="_blank">tevent directory</a>
26 * tevent does not currently have its own mailing list or bug tracking system.
41 * lib/tevent directory.
45 * rsync -Pavz samba.org::ftp/unpacked/standalone_projects/lib/tevent .
H A Dtevent_events.dox8 typedefs which are set in tevent library and which specify the arguments for
36 #include <tevent.h>
122 event within some tevent context.
147 #include <tevent.h>
198 tevent loop. It could be necessary to finish certain tevent requests within the
202 tevent loop for ever. In such cases, tevent signal handlers offer the
208 possible to handle signals via tevent, is defined within tevent library and it
225 #include <tevent.h>
293 moment when a structure tevent fd is freed.</li>
296 appropriate file descriptor when the tevent fd structure is about to be
[all …]
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dmid2strm.c385 static temp_event_t tevent; in ConvertToBuffer() local
430 if (tevent.longdata) in ConvertToBuffer()
432 Z_Free(tevent.longdata); in ConvertToBuffer()
433 tevent.longdata = NULL; in ConvertToBuffer()
451 if (tevent.longdata) in ConvertToBuffer()
454 tevent.longdata = NULL; in ConvertToBuffer()
497 if (tevent.longdata) in ConvertToBuffer()
499 Z_Free(tevent.longdata); in ConvertToBuffer()
500 tevent.longdata = NULL; in ConvertToBuffer()
520 if (tevent.longdata) in ConvertToBuffer()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/util/
H A Dtrace-event.c25 static struct trace_event tevent; variable
45 if (trace_event__init(&tevent)) in trace_event__init2()
48 pevent = tevent.pevent; in trace_event__init2()
62 return tep_set_function_resolver(tevent.pevent, func, machine); in trace_event__register_resolver()
78 struct tep_handle *pevent = tevent.pevent; in tp_format()
118 return tep_find_event(tevent.pevent, id); in trace_event__tp_format_id()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/util/
H A Dtrace-event.c25 static struct trace_event tevent; variable
45 if (trace_event__init(&tevent)) in trace_event__init2()
48 pevent = tevent.pevent; in trace_event__init2()
62 return tep_set_function_resolver(tevent.pevent, func, machine); in trace_event__register_resolver()
78 struct tep_handle *pevent = tevent.pevent; in tp_format()
118 return tep_find_event(tevent.pevent, id); in trace_event__tp_format_id()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/util/
H A Dtrace-event.c25 static struct trace_event tevent; variable
45 if (trace_event__init(&tevent)) in trace_event__init2()
48 pevent = tevent.pevent; in trace_event__init2()
62 return tep_set_function_resolver(tevent.pevent, func, machine); in trace_event__register_resolver()
78 struct tep_handle *pevent = tevent.pevent; in tp_format()
118 return tep_find_event(tevent.pevent, id); in trace_event__tp_format_id()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/core/
H A Dtimed_event.cpp74 tq.push_front(tevent); in add_timer()
78 remove_timer(tevent); in add_timer()
82 tq.insert(t, tevent); in add_timer()
92 if (*t == tevent) { in remove_timer()
118 if (tevent->defunct) { in call_timer()
120 delete_timer(tevent); in call_timer()
123 if (tevent->time > now) in call_timer()
135 tevent->set_time(); in call_timer()
138 add_timer(tevent); in call_timer()
140 --tevent->repeat_count; in call_timer()
[all …]

12345678910>>...15