Searched refs:_PASTE1 (Results 1 – 2 of 2) sorted by relevance
169 #define _PASTE1(a,b) a##b macro170 #define PASTE(a,b) _PASTE1(a,b)
208 #define _PASTE1(a,b) a##b macro209 #define PASTE(a,b) _PASTE1(a,b)