Searched refs:__CONCAT1 (Results 1 – 1 of 1) sorted by relevance
75 #define __CONCAT1(x,y) x ## y macro76 #define __CONCAT(x,y) __CONCAT1(x,y)