Home
last modified time | relevance | path

Searched defs:__STRING (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
Dasm.h55 # define __STRING(x) #x macro
58 # define __STRING(x) "x" macro
/device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
Dasm.h53 # define __STRING(x) #x macro
56 # define __STRING(x) "x" macro
/device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
Dasm.h79 # define __STRING(x) #x macro
82 # define __STRING(x) "x" macro
/device/linaro/bootloader/edk2/StdLib/Include/sys/
DEfiCdefs.h139 #define __STRING(x) #x macro
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/
Dcdefs.h132 #define __STRING(x) #x /* stringify without expanding x */ macro
149 #define __STRING(x) "x" macro