Home
last modified time | relevance | path

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

/external/mesa3d/src/mapi/mapi/
Du_macros.h5 #define _U_CONCAT(x, y) x ## y macro
9 #define U_CONCAT(x, y) _U_CONCAT(x, y)