Searched refs:__fw_concat1 (Results 1 – 1 of 1) sorted by relevance
31 #define __fw_concat1(x, y) x##y macro32 #define __fw_concat(x, y) __fw_concat1(x, y)