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

1 2

  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/config/common/
threadasm.S 39 #define __CONCAT(a, b) __CONCAT2(a, b)
40 #define CSYM(name) __CONCAT(__USER_LABEL_PREFIX__, name)
  /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/external/bsd/libbind/dist/port/aix32/include/sys/
cdefs.h 75 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
76 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
77 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
78 * in between its arguments. __CONCAT can also concatenate double-quoted
83 #define __CONCAT(x,y) x ## y
99 #define __CONCAT(x,y) x/**/y
  /src/external/bsd/libbind/dist/port/aix4/include/sys/
cdefs.h 75 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
76 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
77 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
78 * in between its arguments. __CONCAT can also concatenate double-quoted
86 #define __CONCAT(x,y) x ## y
102 #define __CONCAT(x,y) x/**/y
  /src/external/bsd/libbind/dist/port/aix5/include/sys/
cdefs.h 75 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
76 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
77 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
78 * in between its arguments. __CONCAT can also concatenate double-quoted
86 #define __CONCAT(x,y) x ## y
106 #define __CONCAT(x,y) x/**/y
  /src/external/bsd/libbind/dist/port/cygwin/include/sys/
cdefs.h 75 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
76 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
77 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
78 * in between its arguments. __CONCAT can also concatenate double-quoted
83 #define __CONCAT(x,y) x ## y
99 #define __CONCAT(x,y) x/**/y
  /src/external/bsd/libbind/dist/port/hpux/include/sys/
cdefs.h 75 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
76 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
77 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
78 * in between its arguments. __CONCAT can also concatenate double-quoted
83 #define __CONCAT(x,y) x ## y
99 #define __CONCAT(x,y) x/**/y
  /src/external/bsd/libbind/dist/port/hpux10/include/sys/
cdefs.h 75 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
76 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
77 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
78 * in between its arguments. __CONCAT can also concatenate double-quoted
83 #define __CONCAT(x,y) x ## y
99 #define __CONCAT(x,y) x/**/y
  /src/external/bsd/libbind/dist/port/hpux9/include/sys/
cdefs.h 75 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
76 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
77 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
78 * in between its arguments. __CONCAT can also concatenate double-quoted
83 #define __CONCAT(x,y) x ## y
99 #define __CONCAT(x,y) x/**/y
  /src/external/bsd/libbind/dist/port/irix/include/sys/
cdefs.h 75 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
76 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
77 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
78 * in between its arguments. __CONCAT can also concatenate double-quoted
83 #define __CONCAT(x,y) x ## y
99 #define __CONCAT(x,y) x/**/y
  /src/external/bsd/libbind/dist/port/lynxos/include/sys/
cdefs.h 75 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
76 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
77 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
78 * in between its arguments. __CONCAT can also concatenate double-quoted
85 #define __CONCAT(x,y) x ## y
101 #define __CONCAT(x,y) x/**/y
  /src/external/bsd/libbind/dist/port/mpe/include/sys/
cdefs.h 75 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
76 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
77 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
78 * in between its arguments. __CONCAT can also concatenate double-quoted
83 #define __CONCAT(x,y) x ## y
99 #define __CONCAT(x,y) x/**/y
  /src/external/bsd/libbind/dist/port/next/include/sys/
cdefs.h 75 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
76 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
77 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
78 * in between its arguments. __CONCAT can also concatenate double-quoted
83 #define __CONCAT(x,y) x ## y
99 #define __CONCAT(x,y) x/**/y
  /src/external/bsd/libbind/dist/port/qnx/include/sys/
cdefs.h 57 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
58 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
59 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
60 * in between its arguments. __CONCAT can also concatenate double-quoted
65 #define __CONCAT(x,y) x ## y
81 #define __CONCAT(x,y) x/**/y
  /src/external/bsd/libbind/dist/port/sco42/include/sys/
cdefs.h 75 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
76 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
77 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
78 * in between its arguments. __CONCAT can also concatenate double-quoted
83 #define __CONCAT(x,y) x ## y
99 #define __CONCAT(x,y) x/**/y
  /src/external/bsd/libbind/dist/port/solaris/include/sys/
cdefs.h 75 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
76 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
77 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
78 * in between its arguments. __CONCAT can also concatenate double-quoted
83 #define __CONCAT(x,y) x ## y
99 #define __CONCAT(x,y) x/**/y
  /src/external/bsd/libbind/dist/port/sunos/include/sys/
cdefs.h 75 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
76 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
77 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
78 * in between its arguments. __CONCAT can also concatenate double-quoted
83 #define __CONCAT(x,y) x ## y
99 #define __CONCAT(x,y) x/**/y
  /src/external/bsd/libbind/dist/port/unixware20/include/sys/
cdefs.h 75 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
76 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
77 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
78 * in between its arguments. __CONCAT can also concatenate double-quoted
83 #define __CONCAT(x,y) x ## y
99 #define __CONCAT(x,y) x/**/y
  /src/external/bsd/libbind/dist/port/unixware212/include/sys/
cdefs.h 75 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
76 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
77 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
78 * in between its arguments. __CONCAT can also concatenate double-quoted
83 #define __CONCAT(x,y) x ## y
99 #define __CONCAT(x,y) x/**/y
  /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/external/bsd/libbind/dist/port/aux3/include/sys/
cdefs.h 62 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
63 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
64 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
65 * in between its arguments. __CONCAT can also concatenate double-quoted
70 #define __CONCAT(x,y) x ## y
86 #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

Completed in 50 milliseconds

1 2