Searched refs:_UNUSED_ (Results 1 – 3 of 3) sorted by relevance
40 #ifndef _UNUSED_41 # define _UNUSED_(x) (void)x macro131 _UNUSED_(time); in frame_callback()148 _UNUSED_(p_touch); in touch_handle_down()149 _UNUSED_(serial); in touch_handle_down()150 _UNUSED_(p_surface); in touch_handle_down()163 _UNUSED_(p_touch); in touch_handle_up()164 _UNUSED_(serial); in touch_handle_up()177 _UNUSED_(p_touch); in touch_handle_motion()189 _UNUSED_(p_data); in touch_handle_frame()[all …]
104 _UNUSED_(p_data); in registry_handle_remove()105 _UNUSED_(p_registry); in registry_handle_remove()106 _UNUSED_(id); in registry_handle_remove()121 _UNUSED_(p_data); in surface_enter()122 _UNUSED_(p_surface); in surface_enter()123 _UNUSED_(p_output); in surface_enter()130 _UNUSED_(p_data); in surface_leave()131 _UNUSED_(p_surface); in surface_leave()132 _UNUSED_(p_output); in surface_leave()147 _UNUSED_(p_data); in shell_surface_handle_ping()[all …]
31 #define _UNUSED_(arg) (void)arg; macro