Home
last modified time | relevance | path

Searched refs:CONCAT (Results 1 – 25 of 41) sorted by relevance

12

/external/elfutils/lib/
Dfixedsizehash.h38 #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/
Ddraw_pt_vsplit_tmp.h27 #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/
Dcxx0x_keyword_as_cxx98.cpp12 #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/
Doutput_test.h17 #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) \
Dregister_benchmark_test.cc54 #define CONCAT(x, y) CONCAT2(x, y) macro
56 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = AddCases({__VA_ARGS__})
Dskip_with_error_test.cc58 #define CONCAT(x, y) CONCAT2(x, y) macro
60 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = AddCases(__VA_ARGS__)
Dcomplexity_test.cc13 int CONCAT(dummy, __LINE__) = AddComplexityTest(__VA_ARGS__)
/external/libcxx/utils/google-benchmark/test/
Doutput_test.h17 #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) \
Dregister_benchmark_test.cc54 #define CONCAT(x, y) CONCAT2(x, y) macro
56 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = AddCases({__VA_ARGS__})
Dskip_with_error_test.cc58 #define CONCAT(x, y) CONCAT2(x, y) macro
60 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = AddCases(__VA_ARGS__)
Dcomplexity_test.cc13 int CONCAT(dummy, __LINE__) = AddComplexityTest(__VA_ARGS__)
/external/u-boot/drivers/mtd/
Dmtdconcat.c53 #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/
Dprelink-riscv.inc12 #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/
Dc-index-getCursor-test.m55 #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/
Dsysv.S29 #define CONCAT(x,y) x ## y macro
30 #define XCONCAT(x,y) CONCAT (x, y)
/external/python/cpython2/Modules/_ctypes/libffi/src/cris/
Dsysv.S29 #define CONCAT(x,y) x ## y macro
30 #define XCONCAT(x,y) CONCAT (x, y)
/external/autotest/client/deps/glbench/src/
Dwaffle_stuff.cc34 #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/
Dmmx_blend.S267 #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)
Dassyntax.h81 #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/
DMatrixClipCollapseTest.cpp204 *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/
DMatrixClipCollapseTest.cpp204 *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/
Dfilesystem_test_helper.hpp273 #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/
DSkPictureFlat.h32 CONCAT, enumerator
/external/skqp/src/core/
DSkPictureFlat.h32 CONCAT, enumerator
/external/autotest/client/site_tests/platform_ToolchainTests/src/
Dclang-fortify-tests.cpp673 #define CONCAT(x, y) CONCAT2(x, y) macro
676 std::vector<Failure> CONCAT(test_fortify_, _FORTIFY_SOURCE)() { in CONCAT() function

12