Searched refs:SL_CONCAT_PASTER_3 (Results 1 – 2 of 2) sorted by relevance
77 #define SL_CONCAT_PASTER_3(first, second, third) first ## second ## third ///… macro
79 #define SL_CONCAT_PASTER_3(first, second, third) _SL_CONCAT_3(first, second, third) … macro