Searched refs:__CONCAT (Results 1 – 4 of 4) sorted by relevance
| /devicemodel/include/ |
| A D | lpc.h | 39 static struct lpc_dsdt __CONCAT(__lpc_dsdt, __LINE__) = \ 43 DATA_SET(lpc_dsdt_set, __CONCAT(__lpc_dsdt, __LINE__)) 57 static struct lpc_sysres __CONCAT(__lpc_sysres, __LINE__) = \ 63 DATA_SET(lpc_sysres_set, __CONCAT(__lpc_sysres, __LINE__))
|
| A D | inout.h | 61 static struct inout_port __CONCAT(__inout_port, __LINE__) = \ 70 DATA_SET(inout_port_set, __CONCAT(__inout_port, __LINE__))
|
| A D | types.h | 40 extern ptype * __CONCAT(__start_set_, set); \ 41 extern ptype *__CONCAT(__stop_set_, set) 44 (&__CONCAT(__start_set_, set)) 46 (&__CONCAT(__stop_set_, set))
|
| A D | macros.h | 38 #undef __CONCAT 41 #define __CONCAT(a, b) _CONCAT_(a, b) macro
|
Completed in 6 milliseconds