HomeSort by: relevance | last modified time | path
    Searched defs:__CONCAT (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/arch/zaurus/stand/zboot/
unixsys.S 27 ENTRY(__CONCAT(u,x)) \
28 swi __CONCAT(__NR_,x); \
  /src/sys/arch/hppa/include/
asm.h 36 #define __CONCAT(a,b) a ## b
38 #define __CONCAT(a,b) a/**/b
  /src/sys/arch/amd64/include/
asm.h 56 # define __CONCAT(x,y) x ## y
59 # define __CONCAT(x,y) x/**/y
78 /* XXX Can't use __CONCAT() here, as it would be evaluated incorrectly. */
  /src/sys/arch/or1k/include/
asm.h 41 #define __CONCAT(x,y) x ## y
  /src/sys/arch/i386/include/
asm.h 78 # define __CONCAT(x,y) x ## y
81 # define __CONCAT(x,y) x/**/y
103 #define CPUVAR(off) %fs:__CONCAT(CPU_INFO_,off)
105 /* XXX Can't use __CONCAT() here, as it would be evaluated incorrectly. */
  /src/sys/arch/vax/include/
asm.h 54 # define __CONCAT(x,y) x ## y
57 # define __CONCAT(x,y) x/**/y
  /src/sys/arch/arm/include/
asm.h 93 # define __CONCAT(x,y) x ## y
96 # define __CONCAT(x,y) x/**/y
304 # define RETc(c) it c; __CONCAT(bx,c) lr
307 # define RETc(c) __CONCAT(bx,c) lr
312 # define RETc(c) __CONCAT(mov,c) pc, lr
  /src/lib/librumpuser/
rumpuser_port.h 270 #ifndef __CONCAT
271 #define __CONCAT(x,y) x ## y
  /src/sys/arch/riscv/include/
asm.h 37 #define __CONCAT(x,y) x ## y
40 #define ___CONCAT(x,y) __CONCAT(x,y)
88 .pushsection __CONCAT(.gnu.warning.,sym); \
274 #define CPUVAR(off) _C_LABEL(cpu_info_store)+__CONCAT(CPU_INFO_,off)
  /src/sys/sys/
cdefs.h 99 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
100 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
101 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
102 * in between its arguments. __CONCAT can also concatenate double-quoted
107 #define ___CONCAT(x,y) __CONCAT(x,y)
111 #define __CONCAT(x,y) x ## y
135 #define __CONCAT(x,y) x/**/y
175 #define __CTASSERT99(x, a, b) __CTASSERT0(x, __CONCAT(__ctassert,a), \
176 __CONCAT(_,b))
  /src/sys/arch/alpha/include/
asm.h 137 #define __CONCAT(a,b) a ## b
139 #define __CONCAT(a,b) a/**/b
141 #define ___CONCAT(a,b) __CONCAT(a,b)
  /src/tools/compat/
compat_defs.h 187 #ifndef __CONCAT
188 #define __CONCAT(x,y) x ## y

Completed in 16 milliseconds