Home
last modified time | relevance | path

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

1234

/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/llvm-project/lldb/tools/debugserver/source/
DRNBDefs.h20 #define CONCAT(a, b) CONCAT2(a, b) macro
33 extern "C" const unsigned char CONCAT(DEBUGSERVER_PROGRAM_SYMBOL,
36 CONCAT(DEBUGSERVER_PROGRAM_SYMBOL, VersionNumber)
40 extern "C" const double CONCAT(DEBUGSERVER_PROGRAM_SYMBOL, VersionNumber);
42 CONCAT(DEBUGSERVER_PROGRAM_SYMBOL, VersionString)
/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/llvm-project/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/llvm-project/llvm/utils/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__)
76 size_t CONCAT(dummy, __LINE__) = AddChecker(bm_name_pattern, checker_function)
152 CONCAT(CHECK_, relationship) \
163 CONCAT(CHECK_FLOAT_, relationship) \
/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) \
/external/llvm-project/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) \
/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) \
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dconcat_test.cc50 SingleOpModel model({ToString(OperationType::CONCAT), attr}, {input1, input2}, in TEST()
76 SingleOpModel model({ToString(OperationType::CONCAT), attr}, {input1, input2}, in TEST()
102 SingleOpModel model({ToString(OperationType::CONCAT), attr}, {input1, input2}, in TEST()
128 SingleOpModel model({ToString(OperationType::CONCAT), attr}, {input1, input2}, in TEST()
Dregistry.cc75 insert_op(Type::CONCAT, NewAlignedConcatNodeShader); in Registry()
76 insert_op(Type::CONCAT, NewFlatConcatNodeShader); in Registry()
77 insert_op(Type::CONCAT, NewConcatNodeShader); in Registry()
/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/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/llvm-project/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/swiftshader/src/Pipeline/
DSpirvShaderInstructions.cpp21 #define CONCAT(a, b) a##b macro
22 #define CONCAT2(a, b) CONCAT(a, b)
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dreadability-avoid-const-params-in-decls.cpp125 #define CONCAT(a, b) a##b macro
126 void ConstNotVisible(CONCAT(cons, t) int i);
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DGpMacros.h187 #define CONCAT(x, y) JOIN(x, y) macro
211 # define CONTEXT_INTEGRITY_HASH_ALG CONCAT(TPM_ALG_, CONTEXT_HASH_ALGORITHM)
215 #define CONTEXT_INTEGRITY_HASH_SIZE CONCAT(CONTEXT_HASH_ALGORITHM, _DIGEST_SIZE)
300 CONCAT(CONTEXT_ENCRYPT_ALGORITHM, _MAX_KEY_SIZE_BITS)
/external/openscreen/third_party/abseil/src/absl/strings/
Dcord.cc53 using ::absl::cord_internal::CONCAT;
61 assert(tag == CONCAT); in concat()
66 assert(tag == CONCAT); in concat()
180 if (node->tag != CONCAT) { in IsRootBalanced()
245 if (rep->tag == CONCAT) { in UnrefInternal()
308 if (rep->tag == CONCAT) { in Depth()
339 rep->tag = CONCAT; in RawConcat()
514 while (dst->tag == CONCAT && dst->refcount.IsOne()) { in PrepareAppendRegion()
897 while (node->tag == CONCAT) { in RemovePrefixFrom()
939 while (node->tag == CONCAT) { in RemoveSuffixFrom()
[all …]
/external/webrtc/third_party/abseil-cpp/absl/strings/
Dcord.cc52 CONCAT = 0, enumerator
106 assert(tag == CONCAT); in concat()
111 assert(tag == CONCAT); in concat()
261 if (node->tag != CONCAT) { in IsRootBalanced()
325 if (rep->tag == CONCAT) { in UnrefInternal()
391 if (rep->tag == CONCAT) { in Depth()
422 rep->tag = CONCAT; in RawConcat()
605 while (dst->tag == CONCAT && dst->refcount.IsOne()) { in PrepareAppendRegion()
923 while (node->tag == CONCAT) { in RemovePrefixFrom()
965 while (node->tag == CONCAT) { in RemoveSuffixFrom()
[all …]
/external/libtextclassifier/abseil-cpp/absl/strings/
Dcord.cc55 CONCAT = 0, enumerator
67 assert(tag == CONCAT); in concat()
72 assert(tag == CONCAT); in concat()
186 if (node->tag != CONCAT) { in IsRootBalanced()
250 if (rep->tag == CONCAT) { in UnrefInternal()
312 if (rep->tag == CONCAT) { in Depth()
343 rep->tag = CONCAT; in RawConcat()
517 while (dst->tag == CONCAT && dst->refcount.IsOne()) { in PrepareAppendRegion()
900 while (node->tag == CONCAT) { in RemovePrefixFrom()
942 while (node->tag == CONCAT) { in RemoveSuffixFrom()
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dcord.cc55 CONCAT = 0, enumerator
67 assert(tag == CONCAT); in concat()
72 assert(tag == CONCAT); in concat()
186 if (node->tag != CONCAT) { in IsRootBalanced()
250 if (rep->tag == CONCAT) { in UnrefInternal()
312 if (rep->tag == CONCAT) { in Depth()
343 rep->tag = CONCAT; in RawConcat()
517 while (dst->tag == CONCAT && dst->refcount.IsOne()) { in PrepareAppendRegion()
900 while (node->tag == CONCAT) { in RemovePrefixFrom()
942 while (node->tag == CONCAT) { in RemoveSuffixFrom()
[all …]
/external/abseil-cpp/absl/strings/
Dcord.cc52 CONCAT = 0, enumerator
106 assert(tag == CONCAT); in concat()
111 assert(tag == CONCAT); in concat()
261 if (node->tag != CONCAT) { in IsRootBalanced()
325 if (rep->tag == CONCAT) { in UnrefInternal()
391 if (rep->tag == CONCAT) { in Depth()
422 rep->tag = CONCAT; in RawConcat()
605 while (dst->tag == CONCAT && dst->refcount.IsOne()) { in PrepareAppendRegion()
923 while (node->tag == CONCAT) { in RemovePrefixFrom()
965 while (node->tag == CONCAT) { in RemoveSuffixFrom()
[all …]
/external/mesa3d/src/mesa/x86/
Dmmx_blend.S268 #define TAG(x) CONCAT(x,_transparency)
290 #define TAG(x) CONCAT(x,_add)
311 #define TAG(x) CONCAT(x,_min)
343 #define TAG(x) CONCAT(x,_max)
375 #define TAG(x) CONCAT(x,_modulate)
/external/libffi/src/arm/
Dsysv.S66 #define CONCAT(a, b) CONCAT2(a, b) macro
70 # define CNAME(X) CONCAT (__USER_LABEL_PREFIX__, X)

1234