Searched refs:__CONCAT (Results 1 – 4 of 4) sorted by relevance
3 #ifndef __CONCAT5 #define __CONCAT(x,y) __CONCAT1(x,y) macro
15 #define __bi_lineno_var_name __CONCAT(__bi_, __LINE__)16 #define __bi_ptr_lineno_var_name __CONCAT(__bi_ptr, __LINE__)17 #define __bi_enclosure_check_lineno_var_name __CONCAT(_error_bi_is_missing_enclosing_decl_,__LINE__)
97 #define PICO_DEFAULT_UART_INSTANCE (__CONCAT(uart,PICO_DEFAULT_UART))
260 .xbits.man = __CONCAT(m, ULL), \
Completed in 8 milliseconds