Searched defs:_STRINGIFY (Results 1 - 6 of 6) sorted by relevance

/external/qemu/android/config/
H A Dcheck-alsa.c21 #define STRINGIFY(x) _STRINGIFY(x)
22 #define _STRINGIFY(x) #x macro
H A Dcheck-esd.c23 #define STRINGIFY(x) _STRINGIFY(x)
24 #define _STRINGIFY(x) #x macro
H A Dcheck-pulseaudio.c23 #define STRINGIFY(x) _STRINGIFY(x)
24 #define _STRINGIFY(x) #x macro
/external/qemu/android/utils/
H A Dsystem.h86 #define _STRINGIFY(x) #x macro
87 #define STRINGIFY(x) _STRINGIFY(x)
/external/qemu/android/qemu-launcher/
H A Demulator-qemu.cpp39 #define STRINGIFY(x) _STRINGIFY(x)
40 #define _STRINGIFY(x) #x macro
/external/qemu/android/
H A Dmain.c66 #define STRINGIFY(x) _STRINGIFY(x)
67 #define _STRINGIFY(x) #x macro

Completed in 178 milliseconds