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