Searched refs:__STRING (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/ |
D | asm.h | 53 # define __STRING(x) #x macro 56 # define __STRING(x) "x" macro 125 .stabs __STRING(_C_LABEL(sym)) ## ,1,0,0,0 129 .stabs __STRING(sym),1,0,0,0 133 .stabs __STRING(_/**/sym),1,0,0,0
|
/device/google/bonito/json-c/ |
D | debug.h | 31 #ifndef __STRING 32 #define __STRING(x) #x macro 43 mc_error("cjson assert failure %s:%d : cond \"" __STRING(cond) "failed\n", __FILE__, __LINE__); \
|
/device/google/crosshatch/json-c/ |
D | debug.h | 31 #ifndef __STRING 32 #define __STRING(x) #x macro 43 mc_error("cjson assert failure %s:%d : cond \"" __STRING(cond) "failed\n", __FILE__, __LINE__); \
|
/device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/ |
D | asm.h | 79 # define __STRING(x) #x macro 82 # define __STRING(x) "x" macro 195 .stabs __STRING(_C_LABEL(sym)) ## ,1,0,0,0 199 .stabs __STRING(sym),1,0,0,0 203 .stabs __STRING(_/**/sym),1,0,0,0
|
/device/linaro/bootloader/edk2/StdLib/Include/X64/machine/ |
D | asm.h | 55 # define __STRING(x) #x macro 58 # define __STRING(x) "x" macro 117 .stabs __STRING(_C_LABEL(sym)) ## ,1,0,0,0 121 .stabs __STRING(sym),1,0,0,0
|
/device/linaro/bootloader/edk2/StdLib/Include/sys/ |
D | EfiCdefs.h | 136 #define ___STRING(x) __STRING(x) 139 #define __STRING(x) #x macro
|
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/ |
D | cdefs.h | 132 #define __STRING(x) #x /* stringify without expanding x */ macro 133 #define __XSTRING(x) __STRING(x) /* expand x, then stringify */ 149 #define __STRING(x) "x" macro
|