Searched refs:postfix (Results 1 – 7 of 7) sorted by relevance
/sof-3.4.0/test/cmocka/src/lib/preproc/ |
D | seq.c | 20 #define TEST_FUNC(prefix, test_func, postfix, should_be, ...)\ argument 21 static void META_CONCAT_SEQ_DELIM_(prefix, test_func, postfix)(void **state)\ 39 #define TEST_FUNC(prefix, test_func, postfix, should_be, ...)\ argument 40 static void META_CONCAT_SEQ_DELIM_(prefix, test_func, postfix)(void **state)\
|
D | defer.c | 20 #define TEST_FUNC(prefix, test_func, postfix, should_be, ...)\ argument 21 static void META_CONCAT_SEQ_DELIM_(prefix, test_func, postfix)(void **state)\
|
D | concat.c | 20 #define TEST_FUNC(prefix, test_func, postfix, should_be, ...)\ argument 21 static void META_CONCAT_SEQ_DELIM_(prefix, test_func, postfix)(void **state)\
|
D | varargs_count.c | 20 #define TEST_FUNC(prefix, test_func, postfix, should_be, ...)\ argument 21 static void META_CONCAT_SEQ_DELIM_(prefix, test_func, postfix)(void **state)\
|
/sof-3.4.0/test/cmocka/include/ |
D | test_simple_macro.h | 13 #define TEST_HERE_USE(test_func, postfix)\ argument 14 c_u_t(META_CONCAT_SEQ_DELIM_(TEST_PREFIX, test_func, postfix))
|
/sof-3.4.0/src/include/sof/trace/ |
D | preproc.h | 157 #define META_FUNC_WITH_VARARGS(prefix, postfix, return_t, args)\ argument 158 return_t META_CONCAT(prefix, postfix) (args)
|
/sof-3.4.0/src/drivers/intel/hda/ |
D | hda-dma.c | 271 #define hda_dma_ptr_trace(chan, postfix, src) \ argument 291 postfix, info, wp, rp); \
|