Home
last modified time | relevance | path

Searched refs:META_CONCAT_SEQ_DELIM_ (Results 1 – 7 of 7) sorted by relevance

/sof-3.4.0/test/cmocka/include/
Dtest_group_generator.h30 #define gen_test_concat(prefix, name) META_CONCAT_SEQ_DELIM_(prefix, name)
31 #define gen_test_concat_base(prefix) META_CONCAT_SEQ_DELIM_(prefix, base)
33 META_CONCAT_SEQ_DELIM_(prefix, name, for, __VA_ARGS__)
35 META_CONCAT_SEQ_DELIM_(prefix, isetup, for, __VA_ARGS__)
Dtest_simple_macro.h14 c_u_t(META_CONCAT_SEQ_DELIM_(TEST_PREFIX, test_func, postfix))
/sof-3.4.0/test/cmocka/src/lib/preproc/
Dseq.c21 static void META_CONCAT_SEQ_DELIM_(prefix, test_func, postfix)(void **state)\
40 static void META_CONCAT_SEQ_DELIM_(prefix, test_func, postfix)(void **state)\
Ddefer.c21 static void META_CONCAT_SEQ_DELIM_(prefix, test_func, postfix)(void **state)\
Dconcat.c21 static void META_CONCAT_SEQ_DELIM_(prefix, test_func, postfix)(void **state)\
Dvarargs_count.c21 static void META_CONCAT_SEQ_DELIM_(prefix, test_func, postfix)(void **state)\
/sof-3.4.0/src/include/sof/trace/
Dpreproc.h125 #define META_CONCAT_SEQ_DELIM_(aggr, ...) META_RECURSE(\ macro