Searched refs:__CONCAT1 (Results 1 – 2 of 2) sorted by relevance
12 #define __CONCAT1(x,y) x ## y macro13 #define __CONCAT(x,y) __CONCAT1(x,y)
52 #ifndef __CONCAT153 #define __CONCAT1(a, b) a ## b macro56 #define __CONCAT(a, b) __CONCAT1(a, b)