/third_party/elfutils/lib/ |
D | fixedsizehash.h | 37 #define CONCAT(t1,t2) CONCAT_EXPANDED(t1,t2) macro 74 struct CONCAT(PREFIX,fshash) in CONCAT() function 77 struct CONCAT(PREFIX,fshashent) in CONCAT() 92 CLASS struct CONCAT(PREFIX,fshash) * in CONCAT() function 93 CONCAT(PREFIX,fshash_init) (size_t nelems) in CONCAT() 95 struct CONCAT(PREFIX,fshash) *result; in CONCAT() 110 result = (struct CONCAT(PREFIX,fshash) *) in CONCAT() 111 xcalloc (sizeof (struct CONCAT(PREFIX,fshash)) in CONCAT() 112 + (nelems + 1) * sizeof (struct CONCAT(PREFIX,fshashent)), 1); in CONCAT() 124 CONCAT(PREFIX,fshash_fini) (struct CONCAT(PREFIX,fshash) *htab) in CONCAT() function [all …]
|
/third_party/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 …]
|
/third_party/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) 160 CONCAT(BM_CHECK_, relationship) \ 171 CONCAT(BM_CHECK_FLOAT_, relationship) \
|
D | skip_with_error_test.cc | 60 #define CONCAT(x, y) CONCAT2(x, y) macro 62 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = AddCases(__VA_ARGS__)
|
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 | complexity_test.cc | 14 int CONCAT(dummy, __LINE__) = AddComplexityTest(__VA_ARGS__)
|
/third_party/openssl/doc/man7/ |
D | EVP_KDF-X942-CONCAT.pod | 5 EVP_KDF-X942-CONCAT - The X942 Concat EVP_KDF implementation 9 The EVP_KDF-X942-CONCAT algorithm is identical to EVP_KDF-X963. It is
|
D | OSSL_PROVIDER-default.pod | 142 =item X942KDF-CONCAT, see L<EVP_KDF-X942-CONCAT(7)>
|
/third_party/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()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | cord_rep_consume_test.cc | 35 return (rep->tag == CONCAT) ? rep->concat()->depth() : 0; in Depth() 41 concat->tag = CONCAT; in CreateConcat()
|
D | cordz_info.cc | 92 } else if (repref.rep->tag == CONCAT) { in AnalyzeCordRep() 139 assert(rep == nullptr || rep->tag == CONCAT); in AssertConcat() 140 return (rep != nullptr && rep->tag == CONCAT) ? repref : RepRef{nullptr, 0}; in AssertConcat()
|
D | cord_internal.cc | 42 if (rep->tag == CONCAT) { in Destroy()
|
D | cord_rep_consume.cc | 69 if (rep->tag == CONCAT) { in Consume()
|
D | cord_internal.h | 179 CONCAT = 0, enumerator 231 constexpr bool IsConcat() const { return tag == CONCAT; } in IsConcat()
|
D | cord_rep_test_util.h | 49 concat->tag = cord_internal::CONCAT;
|
/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/ |
D | dump-macros.c | 11 #define CONCAT(x,y) x ## y macro
|
D | dump-macros-only.c | 12 #define CONCAT(x,y) x ## y macro
|
/third_party/node/deps/v8/src/logging/ |
D | runtime-call-stats-scope.h | 23 v8::internal::RuntimeCallTimerScope CONCAT(rcs_timer_scope, \
|
/third_party/ffmpeg/tests/checkasm/ |
D | checkasm.h | 289 #define CONCAT(a,b) PASTE(a,b) macro 291 #define checkasm_check(prefix, ...) CONCAT(checkasm_check_, prefix)(__FILE__, __LINE__, __VA_ARGS__)
|
/third_party/node/deps/v8/src/base/ |
D | macros.h | 22 #define CONCAT(a, b) CONCAT_(a, b) macro 24 #define UNIQUE_IDENTIFIER(base) CONCAT(base, __COUNTER__)
|
/third_party/skia/src/core/ |
D | SkPictureFlat.h | 32 CONCAT, enumerator
|
/third_party/astc-encoder/ |
D | CMakeLists.txt | 149 … string(CONCAT MSG "For macOS setting multiple architecture backends builds a universal binary. " 154 … string(CONCAT MSG "For macOS setting multiple architecture backends builds a universal binary. "
|
/third_party/openssl/doc/man1/ |
D | openssl-kdf.pod.in | 119 SSHKDF, X942KDF-ASN1, X942KDF-CONCAT, X963KDF and SCRYPT. 189 L<EVP_KDF-X942-CONCAT(7)>,
|
/third_party/openssl/test/recipes/30-test_evp_data/ |
D | evpkdf_x963.txt | 108 KDF = X942KDF-CONCAT
|
/third_party/unity/ |
D | CMakeLists.txt | 27 string(CONCAT REGEX_STRING "#define UNITY_VERSION_"
|