Home
last modified time | relevance | path

Searched refs:__CONCAT (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
Dasm.h78 # define __CONCAT(x,y) x ## y macro
81 # define __CONCAT(x,y) x/**/y macro
100 #define CPUVAR(off) %fs:__CONCAT(CPU_INFO_,off)
102 #define CPUVAR(off) _C_LABEL(cpu_info_primary)+__CONCAT(CPU_INFO_,off)
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/
Dcdefs.h131 #define __CONCAT(x,y) __CONCAT1(x,y) macro
148 #define __CONCAT(x,y) x/**/y macro
509 #define __FBSDID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
517 #define __RCSID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
525 #define __RCSID_SOURCE(s) __IDSTRING(__CONCAT(__rcsid_source_,__LINE__),s)
533 #define __SCCSID(s) __IDSTRING(__CONCAT(__sccsid_,__LINE__),s)
541 #define __COPYRIGHT(s) __IDSTRING(__CONCAT(__copyright_,__LINE__),s)
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dcdefs_aout.h11 #define _C_LABEL(x) __CONCAT(_,x)
102 #define __KERNEL_RCSID(_n,_s) __IDSTRING(__CONCAT(rcsid,_n),_s)
107 #define __KERNEL_COPYRIGHT(_n, _s) __IDSTRING(__CONCAT(copyright,_n),_s)
DEfiCdefs.h137 #define ___CONCAT(x,y) __CONCAT(x,y)
138 #define __CONCAT(x,y) x ## y macro
/device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
Dasm.h52 # define __CONCAT(x,y) x ## y macro
55 # define __CONCAT(x,y) x/**/y macro
/device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
Dasm.h54 # define __CONCAT(x,y) x ## y macro
57 # define __CONCAT(x,y) x/**/y macro
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Dstrtold_subr.c36 #define STRTOP(x) __CONCAT(strtop, x) in __weak_alias()
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/
Dmath_private.h271 .xbits.man = __CONCAT(m, ULL), \