Home
last modified time | relevance | path

Searched refs:__CONCAT (Results 1 - 7 of 7) sorted by relevance

/third_party/FreeBSD/sys/sys/
H A Dlinker_set.h68 __GLOBL(__CONCAT(__start_set_,set)); \
69 __GLOBL(__CONCAT(__stop_set_,set)); \
93 extern ptype __attribute__((__weak__)) *__CONCAT(__start_set_,set); \
94 extern ptype __attribute__((__weak__)) *__CONCAT(__stop_set_,set)
97 (&__CONCAT(__start_set_,set))
99 (&__CONCAT(__stop_set_,set))
H A Dcdefs.h136 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
137 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
138 * The __CONCAT macro is a bit tricky to use if it must work in non-ANSI
140 * __CONCAT's, all the __CONCAT's must be at the left. __CONCAT can also
150 #define __CONCAT(x,y) __CONCAT1(x,y) macro
167 #define __CONCAT(x,y) x/**/y macro
578 #define __FBSDID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
586 #define __RCSID(s) __IDSTRING(__CONCAT(__rcsid
[all...]
/third_party/musl/porting/linux/user/include/sys/
H A Dcdefs.h72 #define __CONCAT(x,y) x ## y macro
/third_party/musl/include/sys/linux/
H A Dcdefs.h72 #define __CONCAT(x,y) x ## y macro
/third_party/FreeBSD/lib/msun/src/
H A Dmath_private.h313 .xbits.man = __CONCAT(m, ULL), \
642 return (x + __CONCAT(0x1.8p, LDBL_MANT_DIG) / 2 - in rnintl()
643 __CONCAT(0x1.8p, LDBL_MANT_DIG) / 2); in rnintl()
/third_party/FreeBSD/lib/libc/stdlib/
H A Dqsort.c57 #define __FBSDID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
/third_party/elfutils/tests/
H A Drun-dwarf-getmacros.sh580 __CONCAT(x,y) x ## y

Completed in 5 milliseconds