Home
last modified time | relevance | path

Searched refs:_macro_str_concat (Results 1 – 2 of 2) sorted by relevance

/seL4-master/libsel4/include/sel4/
A Dsimple_types.h92 #define _macro_str_concat(x,y) _macro_str_concat_helper1(x,y) macro
94 #define SEL4_PRId64 _macro_str_concat(_seL4_int64_fmt, d)
95 #define SEL4_PRIi64 _macro_str_concat(_seL4_int64_fmt, i)
96 #define SEL4_PRIu64 _macro_str_concat(_seL4_int64_fmt, u)
97 #define SEL4_PRIx64 _macro_str_concat(_seL4_int64_fmt, x)
122 #define SEL4_PRId_word _macro_str_concat(_seL4_word_fmt, d)
123 #define SEL4_PRIi_word _macro_str_concat(_seL4_word_fmt, i)
124 #define SEL4_PRIu_word _macro_str_concat(_seL4_word_fmt, u)
125 #define SEL4_PRIx_word _macro_str_concat(_seL4_word_fmt, x)
/seL4-master/include/
A Dbasic_types.h29 #define _macro_str_concat(x,y) _macro_str_concat_helper1(x,y) macro
31 #define SEL4_PRIu_word _macro_str_concat(_seL4_word_fmt, u)
32 #define SEL4_PRIx_word _macro_str_concat(_seL4_word_fmt, x)

Completed in 3 milliseconds