Searched refs:CONCAT2 (Results 1 – 7 of 7) sorted by relevance
/third_party/libffi/src/arm/ |
D | sysv.S | 66 #define CONCAT(a, b) CONCAT2(a, b) 67 #define CONCAT2(a, b) a ## b macro
|
/third_party/benchmark/test/ |
D | register_benchmark_test.cc | 54 #define CONCAT(x, y) CONCAT2(x, y) 55 #define CONCAT2(x, y) x##y macro
|
D | skip_with_error_test.cc | 58 #define CONCAT(x, y) CONCAT2(x, y) 59 #define CONCAT2(x, y) x##y macro
|
D | output_test.h | 16 #define CONCAT2(x, y) x##y macro 17 #define CONCAT(x, y) CONCAT2(x, y)
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pt_vsplit_tmp.h | 26 #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/ |
D | sysv.S | 35 #define CONCAT1(a, b) CONCAT2(a, b) 36 #define CONCAT2(a, b) a ## b macro
|
/third_party/libffi/src/aarch64/ |
D | sysv.S | 33 #define CONCAT1(a, b) CONCAT2(a, b) 34 #define CONCAT2(a, b) a ## b macro
|