Searched refs:ARG_UNUSED (Results 1 – 3 of 3) sorted by relevance
19 #ifndef ARG_UNUSED20 #define ARG_UNUSED(x) (void)(x) macro63 ARG_UNUSED(fmt);69 ARG_UNUSED(fmt);70 ARG_UNUSED(ap);79 ARG_UNUSED(str);80 ARG_UNUSED(size);81 ARG_UNUSED(fmt);82 ARG_UNUSED(ap);
30 #ifndef ARG_UNUSED31 #define ARG_UNUSED(x) (void)(x) macro
329 ARG_UNUSED(d); in bt_monitor_init()
Completed in 5 milliseconds