Searched refs:__CONCAT1 (Results 1 – 2 of 2) sorted by relevance
5 #define __CONCAT(__X, __Y) __CONCAT1(__X, __Y)6 #define __CONCAT1(__X, __Y) __X ## __Y macro
4 #define __CONCAT(__X, __Y) __CONCAT1(__X, __Y)5 #define __CONCAT1(__X, __Y) __X ## __Y macro