Searched refs:__RMWcc_CONCAT (Results 1 – 1 of 1) sorted by relevance
9 #define __RMWcc_CONCAT(a, b) a ## b macro10 #define RMWcc_CONCAT(a, b) __RMWcc_CONCAT(a, b)