Home
last modified time | relevance | path

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

12

/third_party/elfutils/lib/
Dfixedsizehash.h37 #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/
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 …]
/third_party/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)
160 CONCAT(BM_CHECK_, relationship) \
171 CONCAT(BM_CHECK_FLOAT_, relationship) \
Dskip_with_error_test.cc60 #define CONCAT(x, y) CONCAT2(x, y) macro
62 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = AddCases(__VA_ARGS__)
Dregister_benchmark_test.cc54 #define CONCAT(x, y) CONCAT2(x, y) macro
56 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = AddCases({__VA_ARGS__})
Dcomplexity_test.cc14 int CONCAT(dummy, __LINE__) = AddComplexityTest(__VA_ARGS__)
/third_party/openssl/doc/man7/
DEVP_KDF-X942-CONCAT.pod5 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
DOSSL_PROVIDER-default.pod142 =item X942KDF-CONCAT, see L<EVP_KDF-X942-CONCAT(7)>
/third_party/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()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_consume_test.cc35 return (rep->tag == CONCAT) ? rep->concat()->depth() : 0; in Depth()
41 concat->tag = CONCAT; in CreateConcat()
Dcordz_info.cc92 } 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()
Dcord_internal.cc42 if (rep->tag == CONCAT) { in Destroy()
Dcord_rep_consume.cc69 if (rep->tag == CONCAT) { in Consume()
Dcord_internal.h179 CONCAT = 0, enumerator
231 constexpr bool IsConcat() const { return tag == CONCAT; } in IsConcat()
Dcord_rep_test_util.h49 concat->tag = cord_internal::CONCAT;
/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/
Ddump-macros.c11 #define CONCAT(x,y) x ## y macro
Ddump-macros-only.c12 #define CONCAT(x,y) x ## y macro
/third_party/node/deps/v8/src/logging/
Druntime-call-stats-scope.h23 v8::internal::RuntimeCallTimerScope CONCAT(rcs_timer_scope, \
/third_party/ffmpeg/tests/checkasm/
Dcheckasm.h289 #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/
Dmacros.h22 #define CONCAT(a, b) CONCAT_(a, b) macro
24 #define UNIQUE_IDENTIFIER(base) CONCAT(base, __COUNTER__)
/third_party/skia/src/core/
DSkPictureFlat.h32 CONCAT, enumerator
/third_party/astc-encoder/
DCMakeLists.txt149 … 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/
Dopenssl-kdf.pod.in119 SSHKDF, X942KDF-ASN1, X942KDF-CONCAT, X963KDF and SCRYPT.
189 L<EVP_KDF-X942-CONCAT(7)>,
/third_party/openssl/test/recipes/30-test_evp_data/
Devpkdf_x963.txt108 KDF = X942KDF-CONCAT
/third_party/unity/
DCMakeLists.txt27 string(CONCAT REGEX_STRING "#define UNITY_VERSION_"

12