Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/machine/m68k/
Dm68kasm.h14 #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/
Dsetjmp.S25 #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/
Dsetjmp.S65 #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/
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-3.7.0-3.6.0/newlib/libm/machine/x86/
Di386mach.h26 #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/
Dsetjmp.S9 #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/
Dmacros.inc54 #define CONCAT1(a, b) CONCAT2(a, b)
55 #define CONCAT2(a, b) a ## b