Searched refs:__CONCAT1 (Results 1 – 2 of 2) sorted by relevance
178 #define __CONCAT1(x, y) x##y macro179 #define __CONCAT(x, y) __CONCAT1(x, y)
122 #define __CONCAT1(x,y) x ## y macro123 #define __CONCAT(x,y) __CONCAT1(x,y)