Searched refs:SL_CONCAT_PASTER_2 (Results 1 – 2 of 2) sorted by relevance
76 #define SL_CONCAT_PASTER_2(first, second) first ## second ///… macro
77 #define SL_CONCAT_PASTER_2(first, second) _SL_CONCAT_2(first, second) … macro