Searched refs:_SL_CONCAT_4 (Results 1 – 1 of 1) sorted by relevance
80 #define _SL_CONCAT_4(first, second, third, fourth) first ## second ## third ## fourth macro81 #define SL_CONCAT_PASTER_4(first, second, third, fourth) _SL_CONCAT_4(first, second, third, fourth…