Searched refs:STRINGIFY_ (Results 1 – 3 of 3) sorted by relevance
43 #define STRINGIFY_(A) #A macro44 #define STRINGIFY(A) STRINGIFY_(A)
21 #define STRINGIFY_(A) #A macro22 #define STRINGIFY(A) STRINGIFY_(A)
24 #define STRINGIFY_(S) #S macro25 #define STRINGIFY(S) STRINGIFY_(S)