Searched defs:arg1 (Results 1 – 3 of 3) sorted by relevance
/sof-3.4.0/src/include/sof/trace/ |
D | preproc-private.h | 72 #define _META_GET_ARG_1(arg1, ...) arg1 argument 73 #define _META_GET_ARG_2(arg1, arg2, ...) arg2 argument 181 #define _META_MAP_1(m, arg1, ...)\ argument 186 #define _META_MAP_2(m, arg1, arg2, ...)\ argument 191 #define _META_MAP_3(m, arg1, arg2, arg3, ...)\ argument 210 #define _META_MAP_AGGREGATE_1(m, aggr, arg1, ...)\ argument 214 #define _META_MAP_AGGREGATE_2(m, aggr, arg1, arg2, ...)\ argument
|
D | preproc.h | 161 #define UNUSED(arg1, ...) do { META_RECURSE( \ argument
|
/sof-3.4.0/src/arch/xtensa/schedule/ |
D | task.c | 75 int task_context_init(void *task_ctx, void *entry, void *arg0, void *arg1, in task_context_init()
|