Searched refs:__OS_CONCAT (Results 1 – 2 of 2) sorted by relevance
266 #define __OS_CONCAT(x, y) x ## y macro267 #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
271 #define __OS_CONCAT(x, y) x ## y macro272 #define OS_CONCAT(x, y) __OS_CONCAT(x, y)