Home
last modified time | relevance | path

Searched refs:CONCAT (Results 1 - 25 of 31) sorted by relevance

12

/third_party/elfutils/lib/
H A 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() function
92 CLASS struct CONCAT(PREFIX,fshash) *
93 CONCAT(PREFIX,fshash_init) (size_t nelems) in CONCAT() function
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(PREFI function
132 CONCAT(PREFIX,fshash_lookup) (struct CONCAT(PREFIX,fshash) *htab, CONCAT() function
169 CONCAT(PREFIX,fshash_insert) (struct CONCAT(PREFIX,fshash) *htab, CONCAT() function
195 CONCAT(PREFIX,fshash_insert_hash) (struct CONCAT(PREFIX,fshash) *htab, CONCAT() function
219 CONCAT(PREFIX,fshash_overwrite) (struct CONCAT(PREFIX,fshash) *htab, CONCAT() function
240 CONCAT(PREFIX,fshash_find) (const struct CONCAT(PREFIX,fshash) *htab, CONCAT() function
[all...]
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A 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
307 #undef CONCAT global() macro
[all...]
/third_party/benchmark/test/
H A 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) \
H A Dskip_with_error_test.cc60 #define CONCAT(x, y) CONCAT2(x, y) macro
62 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = AddCases(__VA_ARGS__)
H A Dregister_benchmark_test.cc54 #define CONCAT(x, y) CONCAT2(x, y) macro
56 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = AddCases({__VA_ARGS__})
H A Dcomplexity_test.cc14 int CONCAT(dummy, __LINE__) = AddComplexityTest(__VA_ARGS__)
/third_party/skia/tests/
H A 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/ltp/tools/sparse/sparse-src/validation/preprocessor/
H A Ddump-macros-only.c12 #define CONCAT(x,y) x ## y macro
31 check-output-contains: #define CONCAT(x,y) x ## y
H A Ddump-macros.c11 #define CONCAT(x,y) x ## y macro
30 check-output-contains: #define CONCAT(x,y) x ## y
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_consume_test.cc35 return (rep->tag == CONCAT) ? rep->concat()->depth() : 0; in Depth()
41 concat->tag = CONCAT; in CreateConcat()
H A Dcordz_info.cc92 } else if (repref.rep->tag == CONCAT) { in AnalyzeCordRep()
135 // Returns `rr` if `rr.rep` is not null and a CONCAT type.
139 assert(rep == nullptr || rep->tag == CONCAT); in AssertConcat()
140 return (rep != nullptr && rep->tag == CONCAT) ? repref : RepRef{nullptr, 0}; in AssertConcat()
H A Dcord_internal.cc42 if (rep->tag == CONCAT) { in Destroy()
H A Dcord_rep_consume.cc69 if (rep->tag == CONCAT) { in Consume()
H A Dcord_internal.h179 CONCAT = 0, enumerator
231 constexpr bool IsConcat() const { return tag == CONCAT; } in IsConcat()
H A Dcord_rep_test_util.h49 concat->tag = cord_internal::CONCAT; in MakeConcat()
H A Dcordz_info_statistics_test.cc82 concat->tag = CONCAT; in Concat()
160 } else if (rep->tag == CONCAT) { in FairShareImpl()
/third_party/node/deps/v8/src/logging/
H A Druntime-call-stats-scope.h23 v8::internal::RuntimeCallTimerScope CONCAT(rcs_timer_scope, \
/third_party/ffmpeg/tests/checkasm/
H A 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/
H A Dmacros.h22 #define CONCAT(a, b) CONCAT_(a, b) macro
24 #define UNIQUE_IDENTIFIER(base) CONCAT(base, __COUNTER__)
/third_party/skia/src/core/
H A DSkPictureFlat.h32 CONCAT, enumerator
H A DSkPicturePlayback.cpp205 case CONCAT: { in handleOp()
/third_party/mesa3d/src/glx/
H A Dglxextensions.c42 #define CONCAT(a,b) a ## b macro
43 #define GLX(n) "GLX_" # n, 4 + sizeof( # n ) - 1, CONCAT(n,_bit)
/third_party/mesa3d/src/mesa/x86/
H A 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(
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord_ring_test.cc47 using ::absl::cord_internal::CONCAT;
267 concat->tag = CONCAT; in MakeConcat()
/third_party/ffmpeg/tests/fate/
H A Dfilter-video.mak106 FATE_FILTER-$(call FILTERFRAMECRC, TESTSRC FORMAT CONCAT SCALE, LAVFI_INDEV FILE_PROTOCOL) += fate-filter-lavd-scalenorm
354 FATE_FILTER-$(call FILTERFRAMECRC, TESTSRC SINE CONCAT, FILE_PROTOCOL) += fate-filter-concat fate-filter-concat-vfr

Completed in 37 milliseconds

12