Home
last modified time | relevance | path

Searched refs:overflow_event (Results 1 – 21 of 21) sorted by relevance

/dports/editors/lazarus/lazarus/lcl/interfaces/qt5/cbindings/src/
H A Dqlcdnumber_hook.h23 overflow_event.func = NULL; in QLCDNumber_hook()
26 if ( !overflow_event.func ) in hook_overflow()
28 overflow_event = hook; in hook_overflow()
35 if ( overflow_event.func ) { in overflow_hook()
37 (*(func_type)overflow_event.func)(overflow_event.data); in overflow_hook()
41 QHook overflow_event;
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/qt5/cbindings/src/
H A Dqlcdnumber_hook.h23 overflow_event.func = NULL; in QLCDNumber_hook()
26 if ( !overflow_event.func ) in hook_overflow()
28 overflow_event = hook; in hook_overflow()
35 if ( overflow_event.func ) { in overflow_hook()
37 (*(func_type)overflow_event.func)(overflow_event.data); in overflow_hook()
41 QHook overflow_event;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt5/cbindings/src/
H A Dqlcdnumber_hook.h23 overflow_event.func = NULL; in QLCDNumber_hook()
26 if ( !overflow_event.func ) in hook_overflow()
28 overflow_event = hook; in hook_overflow()
35 if ( overflow_event.func ) { in overflow_hook()
37 (*(func_type)overflow_event.func)(overflow_event.data); in overflow_hook()
41 QHook overflow_event;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt5/cbindings/src/
H A Dqlcdnumber_hook.h23 overflow_event.func = NULL; in QLCDNumber_hook()
26 if ( !overflow_event.func ) in hook_overflow()
28 overflow_event = hook; in hook_overflow()
35 if ( overflow_event.func ) { in overflow_hook()
37 (*(func_type)overflow_event.func)(overflow_event.data); in overflow_hook()
41 QHook overflow_event;
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/notify/
H A Dnotification.c54 if (!event || event == group->overflow_event) in fsnotify_destroy_event()
100 if (event == group->overflow_event || in fsnotify_add_event()
104 if (!list_empty(&group->overflow_event->list)) { in fsnotify_add_event()
108 event = group->overflow_event; in fsnotify_add_event()
H A Dgroup.c90 if (group->overflow_event) in fsnotify_destroy_group()
91 group->ops->free_event(group->overflow_event); in fsnotify_destroy_group()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/notify/
H A Dnotification.c54 if (!event || event == group->overflow_event) in fsnotify_destroy_event()
100 if (event == group->overflow_event || in fsnotify_add_event()
104 if (!list_empty(&group->overflow_event->list)) { in fsnotify_add_event()
108 event = group->overflow_event; in fsnotify_add_event()
H A Dgroup.c90 if (group->overflow_event) in fsnotify_destroy_group()
91 group->ops->free_event(group->overflow_event); in fsnotify_destroy_group()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/notify/
H A Dnotification.c54 if (!event || event == group->overflow_event) in fsnotify_destroy_event()
100 if (event == group->overflow_event || in fsnotify_add_event()
104 if (!list_empty(&group->overflow_event->list)) { in fsnotify_add_event()
108 event = group->overflow_event; in fsnotify_add_event()
H A Dgroup.c90 if (group->overflow_event) in fsnotify_destroy_group()
91 group->ops->free_event(group->overflow_event); in fsnotify_destroy_group()
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dfsnotify_backend.h215 struct fsnotify_event *overflow_event; /* Event we queue when the member
494 fsnotify_add_event(group, group->overflow_event, NULL, NULL); in fsnotify_queue_overflow()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dfsnotify_backend.h215 struct fsnotify_event *overflow_event; /* Event we queue when the member
494 fsnotify_add_event(group, group->overflow_event, NULL, NULL); in fsnotify_queue_overflow()
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dfsnotify_backend.h215 struct fsnotify_event *overflow_event; /* Event we queue when the member
494 fsnotify_add_event(group, group->overflow_event, NULL, NULL); in fsnotify_queue_overflow()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/avrlibx/system/
H A Dtimer.h91 static inline uint8_t overflow_event() { \
231 EVSYS_CH0MUX = TC::overflow_event(); in dma_tx_trigger()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/notify/inotify/
H A Dinotify_user.c643 group->overflow_event = &oevent->fse; in inotify_new_group()
644 fsnotify_init_event(group->overflow_event); in inotify_new_group()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/notify/inotify/
H A Dinotify_user.c643 group->overflow_event = &oevent->fse; in inotify_new_group()
644 fsnotify_init_event(group->overflow_event); in inotify_new_group()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/notify/inotify/
H A Dinotify_user.c643 group->overflow_event = &oevent->fse; in inotify_new_group()
644 fsnotify_init_event(group->overflow_event); in inotify_new_group()
/dports/cad/tkgate/tkgate-2.1/src/verga/
H A Devqueue.c1095 Event *overflow_event = Q->eq_overflowQ; in EvQueue_promoteOverflow() local
1099 EvQueue_enqueue(Q,overflow_event); in EvQueue_promoteOverflow()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/notify/fanotify/
H A Dfanotify_user.c1117 group->overflow_event = fanotify_alloc_overflow_event(); in SYSCALL_DEFINE2()
1118 if (unlikely(!group->overflow_event)) { in SYSCALL_DEFINE2()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/notify/fanotify/
H A Dfanotify_user.c1117 group->overflow_event = fanotify_alloc_overflow_event(); in SYSCALL_DEFINE2()
1118 if (unlikely(!group->overflow_event)) { in SYSCALL_DEFINE2()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/notify/fanotify/
H A Dfanotify_user.c1117 group->overflow_event = fanotify_alloc_overflow_event(); in SYSCALL_DEFINE2()
1118 if (unlikely(!group->overflow_event)) { in SYSCALL_DEFINE2()