/external/elfutils/lib/ |
D | fixedsizehash.h | 38 #define CONCAT(t1,t2) __CONCAT (t1,t2) macro 42 #define CONCAT(t1,t2) CONCAT_EXPANDED(t1,t2) macro 80 struct CONCAT(PREFIX,fshash) in CONCAT() function 83 struct CONCAT(PREFIX,fshashent) in CONCAT() 98 CLASS struct CONCAT(PREFIX,fshash) * in CONCAT() function 99 CONCAT(PREFIX,fshash_init) (size_t nelems) in CONCAT() 101 struct CONCAT(PREFIX,fshash) *result; in CONCAT() 116 result = (struct CONCAT(PREFIX,fshash) *) in CONCAT() 117 xcalloc (sizeof (struct CONCAT(PREFIX,fshash)) in CONCAT() 118 + (nelems + 1) * sizeof (struct CONCAT(PREFIX,fshashent)), 1); in CONCAT() [all …]
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pt_vsplit_tmp.h | 27 #define CONCAT(name, elt_type) CONCAT2(name, elt_type) macro 36 CONCAT(vsplit_primitive_, ELT_TYPE)(struct vsplit_frontend *vsplit, in CONCAT() function 132 CONCAT(vsplit_segment_cache_, ELT_TYPE)(struct vsplit_frontend *vsplit, in CONCAT() function 174 CONCAT(vsplit_segment_simple_, ELT_TYPE)(struct vsplit_frontend *vsplit, in CONCAT() function 179 CONCAT(vsplit_segment_cache_, ELT_TYPE)(vsplit, in CONCAT() 184 CONCAT(vsplit_segment_loop_, ELT_TYPE)(struct vsplit_frontend *vsplit, in CONCAT() function 192 CONCAT(vsplit_segment_cache_, ELT_TYPE)(vsplit, in CONCAT() 197 CONCAT(vsplit_segment_fan_, ELT_TYPE)(struct vsplit_frontend *vsplit, in CONCAT() function 205 CONCAT(vsplit_segment_cache_, ELT_TYPE)(vsplit, in CONCAT() 217 CONCAT(vsplit_primitive_, ELT_TYPE)(vsplit, istart, icount) [all …]
|
/external/clang/test/Lexer/ |
D | cxx0x_keyword_as_cxx98.cpp | 12 #define CONCAT(X,Y) CONCAT2(X,Y) macro 14 int CONCAT(constexpr,ession); 19 extern int CONCAT(align,of); // expected-warning {{'alignof' is a keyword in C++11}} 21 #define static_assert(b, s) int CONCAT(check, __LINE__)[(b) ? 1 : 0];
|
/external/google-benchmark/test/ |
D | output_test.h | 17 #define CONCAT(x, y) CONCAT2(x, y) macro 19 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = ::AddCases(__VA_ARGS__) 22 int CONCAT(dummy, __LINE__) = ::SetSubstitutions(__VA_ARGS__) 83 size_t CONCAT(dummy, __LINE__) = AddChecker(bm_name_pattern, checker_function) 162 CONCAT(CHECK_, relationship) \ 173 CONCAT(CHECK_FLOAT_, relationship) \
|
D | register_benchmark_test.cc | 54 #define CONCAT(x, y) CONCAT2(x, y) macro 56 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = AddCases({__VA_ARGS__})
|
D | skip_with_error_test.cc | 58 #define CONCAT(x, y) CONCAT2(x, y) macro 60 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = AddCases(__VA_ARGS__)
|
D | complexity_test.cc | 13 int CONCAT(dummy, __LINE__) = AddComplexityTest(__VA_ARGS__)
|
/external/libcxx/utils/google-benchmark/test/ |
D | output_test.h | 17 #define CONCAT(x, y) CONCAT2(x, y) macro 19 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = ::AddCases(__VA_ARGS__) 22 int CONCAT(dummy, __LINE__) = ::SetSubstitutions(__VA_ARGS__) 83 size_t CONCAT(dummy, __LINE__) = AddChecker(bm_name_pattern, checker_function) 162 CONCAT(CHECK_, relationship) \ 173 CONCAT(CHECK_FLOAT_, relationship) \
|
D | register_benchmark_test.cc | 54 #define CONCAT(x, y) CONCAT2(x, y) macro 56 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = AddCases({__VA_ARGS__})
|
D | skip_with_error_test.cc | 58 #define CONCAT(x, y) CONCAT2(x, y) macro 60 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = AddCases(__VA_ARGS__)
|
D | complexity_test.cc | 13 int CONCAT(dummy, __LINE__) = AddComplexityTest(__VA_ARGS__)
|
/external/u-boot/drivers/mtd/ |
D | mtdconcat.c | 53 #define CONCAT(x) ((struct mtd_concat *)(x)) macro 64 struct mtd_concat *concat = CONCAT(mtd); in concat_read() 120 struct mtd_concat *concat = CONCAT(mtd); in concat_write() 163 struct mtd_concat *concat = CONCAT(mtd); in concat_writev() 238 struct mtd_concat *concat = CONCAT(mtd); in concat_read_oob() 295 struct mtd_concat *concat = CONCAT(mtd); in concat_write_oob() 382 struct mtd_concat *concat = CONCAT(mtd); in concat_erase() 505 struct mtd_concat *concat = CONCAT(mtd); in concat_lock() 539 struct mtd_concat *concat = CONCAT(mtd); in concat_unlock() 573 struct mtd_concat *concat = CONCAT(mtd); in concat_sync() [all …]
|
/external/u-boot/tools/ |
D | prelink-riscv.inc | 12 #define CONCAT(x, y) CONCAT_IMPL(x, y) 13 #define CONCAT3(x, y, z) CONCAT(CONCAT(x, y), z) 15 #define prelink_nn CONCAT(prelink, PRELINK_INC_BITS) 17 #define get_offset_nn CONCAT(get_offset_, PRELINK_INC_BITS) 110 #undef CONCAT
|
/external/clang/test/Index/ |
D | c-index-getCursor-test.m | 55 #define CONCAT(X, Y) X##Y macro 58 int CONCAT(my,_var); 60 #undef CONCAT 165 // CHECK: [55:9 - 55:26] macro definition=CONCAT 168 // CHECK: [58:8 - 58:15] macro expansion=CONCAT:55:9
|
/external/libffi/src/cris/ |
D | sysv.S | 29 #define CONCAT(x,y) x ## y macro 30 #define XCONCAT(x,y) CONCAT (x, y)
|
/external/python/cpython2/Modules/_ctypes/libffi/src/cris/ |
D | sysv.S | 29 #define CONCAT(x,y) x ## y macro 30 #define XCONCAT(x,y) CONCAT (x, y)
|
/external/autotest/client/deps/glbench/src/ |
D | waffle_stuff.cc | 34 #define CONCAT(a, b) a##b macro 35 #define PLATFORM_ID(x) CONCAT(ID_, x) 36 #define PLATFORM_ENUM(x) CONCAT(WAFFLE_, x)
|
/external/mesa3d/src/mesa/x86/ |
D | mmx_blend.S | 267 #define TAG(x) CONCAT(x,_transparency) 289 #define TAG(x) CONCAT(x,_add) 310 #define TAG(x) CONCAT(x,_min) 342 #define TAG(x) CONCAT(x,_max) 374 #define TAG(x) CONCAT(x,_modulate)
|
D | assyntax.h | 81 #define CONCAT(x, y) x ## y macro 84 #define CONCAT(x, y) x/**/y macro 208 #define ST(x) CONCAT(_STX,x) 261 #define GLNAME(a) CONCAT(_,a) 334 #define ADDR(a) CHOICE(CONCAT($,a), $a, a) 335 #define CONST(a) CHOICE(CONCAT($,a), $a, a) 885 #define CONCAT(x, y) x ## y macro 984 #define GLNAME(a) CONCAT(_, a) 1705 #define LLBL(a) CONCAT(.L,a) 1709 #define LLBL2(a,b) CONCAT(a,b) [all …]
|
/external/skia/tests/ |
D | MatrixClipCollapseTest.cpp | 204 *expected->append() = CONCAT; in add_clip() 208 *expected->append() = CONCAT; in add_clip() 212 *expected->append() = CONCAT; in add_clip() 216 *expected->append() = CONCAT; in add_clip() 276 *expected->append() = CONCAT; in add_mat()
|
/external/skqp/tests/ |
D | MatrixClipCollapseTest.cpp | 204 *expected->append() = CONCAT; in add_clip() 208 *expected->append() = CONCAT; in add_clip() 212 *expected->append() = CONCAT; in add_clip() 216 *expected->append() = CONCAT; in add_clip() 276 *expected->append() = CONCAT; in add_mat()
|
/external/libcxx/test/support/ |
D | filesystem_test_helper.hpp | 273 #define CONCAT(LHS, RHS) CONCAT2(LHS, RHS) macro 274 #define MKSTR(Str) {Str, CONCAT(L, Str), CONCAT(u, Str), CONCAT(U, Str)}
|
/external/skia/src/core/ |
D | SkPictureFlat.h | 32 CONCAT, enumerator
|
/external/skqp/src/core/ |
D | SkPictureFlat.h | 32 CONCAT, enumerator
|
/external/autotest/client/site_tests/platform_ToolchainTests/src/ |
D | clang-fortify-tests.cpp | 673 #define CONCAT(x, y) CONCAT2(x, y) macro 676 std::vector<Failure> CONCAT(test_fortify_, _FORTIFY_SOURCE)() { in CONCAT() function
|