Home
last modified time | relevance | path

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

/third_party/libffi/src/arm/
Dsysv.S66 #define CONCAT(a, b) CONCAT2(a, b)
67 #define CONCAT2(a, b) a ## b macro
/third_party/benchmark/test/
Dregister_benchmark_test.cc54 #define CONCAT(x, y) CONCAT2(x, y)
55 #define CONCAT2(x, y) x##y macro
Dskip_with_error_test.cc58 #define CONCAT(x, y) CONCAT2(x, y)
59 #define CONCAT2(x, y) x##y macro
Doutput_test.h16 #define CONCAT2(x, y) x##y macro
17 #define CONCAT(x, y) CONCAT2(x, y)
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_vsplit_tmp.h26 #define CONCAT2(name, elt_type) name ## elt_type macro
27 #define CONCAT(name, elt_type) CONCAT2(name, elt_type)
306 #undef CONCAT2
/third_party/libffi/src/metag/
Dsysv.S35 #define CONCAT1(a, b) CONCAT2(a, b)
36 #define CONCAT2(a, b) a ## b macro
/third_party/libffi/src/aarch64/
Dsysv.S33 #define CONCAT1(a, b) CONCAT2(a, b)
34 #define CONCAT2(a, b) a ## b macro