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