Home
last modified time | relevance | path

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

/optee_os/lib/libutils/ext/include/
H A Dutil.h178 #define CONCAT(x, y) _CONCAT(x, y)
179 #define _CONCAT(x, y) x##y macro