Searched refs:__CONCAT (Results 1 – 1 of 1) sorted by relevance
/arm-trusted-firmware-2.8.0/include/lib/libc/sys/ |
A D | cdefs.h | 150 #define __CONCAT(x,y) __CONCAT1(x,y) macro 167 #define __CONCAT(x,y) x/**/y macro 584 #define __FBSDID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) 592 #define __RCSID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) 600 #define __RCSID_SOURCE(s) __IDSTRING(__CONCAT(__rcsid_source_,__LINE__),s) 608 #define __SCCSID(s) __IDSTRING(__CONCAT(__sccsid_,__LINE__),s) 616 #define __COPYRIGHT(s) __IDSTRING(__CONCAT(__copyright_,__LINE__),s)
|
Completed in 5 milliseconds