Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/lib/libc/
H A Dcdefs.h49 #define __STRING(x) #x macro
50 #define __XSTRING(x) __STRING(x)
/rk3399_ARM-atf/include/lib/libc/sys/
H A Dcdefs.h151 #define __STRING(x) #x /* stringify without expanding x */ macro
152 #define __XSTRING(x) __STRING(x) /* expand x, then stringify */
168 #define __STRING(x) "x" macro