Searched refs:CONCAT2 (Results 1 – 8 of 8) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/machine/m68k/ |
D | m68kasm.h | 14 #define CONCAT1(a, b) CONCAT2(a, b) 15 #define CONCAT2(a, b) a ## b macro
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/tic80/ |
D | setjmp.S | 25 #define CONCAT1(a, b) CONCAT2(a, b) 26 #define CONCAT2(a, b) a ## b macro
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/sparc/ |
D | setjmp.S | 65 #define CONCAT1(a, b) CONCAT2(a, b) 66 #define CONCAT2(a, b) a ## b macro
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/x86/ |
D | i386mach.h | 35 #define CONCAT1(a, b) CONCAT2(a, b) 36 #define CONCAT2(a, b) a##b macro
|
D | x86_64mach.h | 21 #define CONCAT1(a, b) CONCAT2(a, b) 22 #define CONCAT2(a, b) a##b macro
|
/picolibc-3.7.0-3.6.0/newlib/libm/machine/x86/ |
D | i386mach.h | 26 #define CONCAT1(a, b) CONCAT2(a, b) 27 #define CONCAT2(a, b) a##b macro
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/arm/ |
D | setjmp.S | 9 #define CONCAT(a, b) CONCAT2(a, b) 10 #define CONCAT2(a, b) a##b macro
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/avr/ |
D | macros.inc | 54 #define CONCAT1(a, b) CONCAT2(a, b) 55 #define CONCAT2(a, b) a ## b
|