Home
last modified time | relevance | path

Searched refs:_U_CONCAT_STR (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mapi/mapi/
Du_macros.h6 #define _U_CONCAT_STR(x, y) #x#y macro
10 #define U_CONCAT_STR(x, y) _U_CONCAT_STR(x, y)