Searched refs:__CONCAT (Results 1 – 7 of 7) sorted by relevance
/third_party/FreeBSD/sys/sys/ |
D | linker_set.h | 72 __GLOBL(__CONCAT(__start_set_,set)); \ 73 __GLOBL(__CONCAT(__stop_set_,set)); \ 97 extern ptype __attribute__((__weak__)) *__CONCAT(__start_set_,set); \ 98 extern ptype __attribute__((__weak__)) *__CONCAT(__stop_set_,set) 101 (&__CONCAT(__start_set_,set)) 103 (&__CONCAT(__stop_set_,set))
|
D | cdefs.h | 159 #define __CONCAT(x,y) __CONCAT1(x,y) macro 176 #define __CONCAT(x,y) x/**/y macro 602 #define __FBSDID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) 610 #define __RCSID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) 618 #define __RCSID_SOURCE(s) __IDSTRING(__CONCAT(__rcsid_source_,__LINE__),s) 626 #define __SCCSID(s) __IDSTRING(__CONCAT(__sccsid_,__LINE__),s) 634 #define __COPYRIGHT(s) __IDSTRING(__CONCAT(__copyright_,__LINE__),s)
|
/third_party/musl/porting/linux/user/include/sys/ |
D | cdefs.h | 49 #define __CONCAT(x,y) x ## y macro
|
/third_party/FreeBSD/lib/msun/src/ |
D | math_private.h | 314 .xbits.man = __CONCAT(m, ULL), \ 643 return (x + __CONCAT(0x1.8p, LDBL_MANT_DIG) / 2 - in rnintl() 644 __CONCAT(0x1.8p, LDBL_MANT_DIG) / 2); in rnintl()
|
/third_party/FreeBSD/lib/libc/stdlib/ |
D | qsort.c | 57 #define __FBSDID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
|
/third_party/elfutils/tests/ |
D | run-dwarf-getmacros.sh | 580 __CONCAT(x,y) x ## y
|
/third_party/elfutils/lib/ |
D | ChangeLog | 234 * fixedsizehash.h (CONCAT): Use __CONCAT when available.
|