Searched refs:__CONCAT (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/ |
D | asm.h | 78 # 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/ |
D | cdefs.h | 131 #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/ |
D | cdefs_aout.h | 11 #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)
|
D | EfiCdefs.h | 137 #define ___CONCAT(x,y) __CONCAT(x,y) 138 #define __CONCAT(x,y) x ## y macro
|
/device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/ |
D | asm.h | 52 # define __CONCAT(x,y) x ## y macro 55 # define __CONCAT(x,y) x/**/y macro
|
/device/linaro/bootloader/edk2/StdLib/Include/X64/machine/ |
D | asm.h | 54 # define __CONCAT(x,y) x ## y macro 57 # define __CONCAT(x,y) x/**/y macro
|
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
D | strtold_subr.c | 36 #define STRTOP(x) __CONCAT(strtop, x) in __weak_alias()
|
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/ |
D | math_private.h | 271 .xbits.man = __CONCAT(m, ULL), \
|