Searched refs:STRINGIFY_ (Results 1 – 3 of 3) sorted by relevance
45 #define STRINGIFY_(x) #x macro46 #define STRINGIFY(x) STRINGIFY_ (x)
5955 #define STRINGIFY_(x) #x macro5956 #define STRINGIFY(x) STRINGIFY_ (x)
150 #define STRINGIFY_(x) #x macro151 #define STRINGIFY(x) STRINGIFY_(x)