Home
last modified time | relevance | path

Searched refs:CONCAT2 (Results 1 – 8 of 8) sorted by relevance

/picolibc-latest/newlib/libc/machine/m68k/
Dm68kasm.h14 #define CONCAT1(a, b) CONCAT2(a, b)
15 #define CONCAT2(a, b) a ## b macro
/picolibc-latest/newlib/libc/machine/tic80/
Dsetjmp.S27 #define CONCAT1(a, b) CONCAT2(a, b)
28 #define CONCAT2(a, b) a ## b macro
/picolibc-latest/newlib/libc/machine/sparc/
Dsetjmp.S67 #define CONCAT1(a, b) CONCAT2(a, b)
68 #define CONCAT2(a, b) a ## b macro
/picolibc-latest/newlib/libm/machine/x86/
Di386mach.h26 #define CONCAT1(a, b) CONCAT2(a, b)
27 #define CONCAT2(a, b) a##b macro
/picolibc-latest/newlib/libc/machine/x86/
Di386mach.h35 #define CONCAT1(a, b) CONCAT2(a, b)
36 #define CONCAT2(a, b) a##b macro
Dx86_64mach.h21 #define CONCAT1(a, b) CONCAT2(a, b)
22 #define CONCAT2(a, b) a##b macro
/picolibc-latest/newlib/libc/machine/arm/
Dsetjmp.S11 #define CONCAT(a, b) CONCAT2(a, b)
12 #define CONCAT2(a, b) a##b macro
/picolibc-latest/newlib/libc/machine/avr/
Dmacros.inc54 #define CONCAT1(a, b) CONCAT2(a, b)
55 #define CONCAT2(a, b) a ## b