Searched refs:MIN_PASTE (Results 1 – 1 of 1) sorted by relevance
42 #define MIN_PASTE(A,B) A##B macro44 __typeof__(A) MIN_PASTE(__a,L) = (A); \45 __typeof__(B) MIN_PASTE(__b,L) = (B); \46 MIN_PASTE(__a,L) < MIN_PASTE(__b,L) ? MIN_PASTE(__a,L) : MIN_PASTE(__b,L); \