Searched refs:SL_CONCAT_PASTER_4 (Results 1 – 2 of 2) sorted by relevance
78 #define SL_CONCAT_PASTER_4(first, second, third, fourth) first ## second ## third ## fourth ///… macro
81 #define SL_CONCAT_PASTER_4(first, second, third, fourth) _SL_CONCAT_4(first, second, third, fourth… macro