/third_party/elfutils/lib/ |
H A 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() 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 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 307 #undef CONCAT global() macro [all...] |
/third_party/benchmark/test/ |
H A 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) \
|
H A 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__)
|
H A 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__})
|
H A D | complexity_test.cc | 14 int CONCAT(dummy, __LINE__) = AddComplexityTest(__VA_ARGS__)
|
/third_party/skia/tests/ |
H A 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/ltp/tools/sparse/sparse-src/validation/preprocessor/ |
H A D | dump-macros-only.c | 12 #define CONCAT(x,y) x ## y macro 31 check-output-contains: #define CONCAT(x,y) x ## y
|
H A D | dump-macros.c | 11 #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 D | cord_rep_consume_test.cc | 35 return (rep->tag == CONCAT) ? rep->concat()->depth() : 0; in Depth() 41 concat->tag = CONCAT; in CreateConcat()
|
H A D | cordz_info.cc | 92 } 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 D | cord_internal.cc | 42 if (rep->tag == CONCAT) { in Destroy()
|
H A D | cord_rep_consume.cc | 69 if (rep->tag == CONCAT) { in Consume()
|
H A D | cord_internal.h | 179 CONCAT = 0, enumerator 231 constexpr bool IsConcat() const { return tag == CONCAT; } in IsConcat()
|
H A D | cord_rep_test_util.h | 49 concat->tag = cord_internal::CONCAT; in MakeConcat()
|
H A D | cordz_info_statistics_test.cc | 82 concat->tag = CONCAT; in Concat() 160 } else if (rep->tag == CONCAT) { in FairShareImpl()
|
/third_party/node/deps/v8/src/logging/ |
H A D | runtime-call-stats-scope.h | 23 v8::internal::RuntimeCallTimerScope CONCAT(rcs_timer_scope, \
|
/third_party/ffmpeg/tests/checkasm/ |
H A 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/ |
H A 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/ |
H A D | SkPictureFlat.h | 32 CONCAT, enumerator
|
H A D | SkPicturePlayback.cpp | 205 case CONCAT: { in handleOp()
|
/third_party/mesa3d/src/glx/ |
H A D | glxextensions.c | 42 #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 D | assyntax.h | 81 #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 D | cord_ring_test.cc | 47 using ::absl::cord_internal::CONCAT; 267 concat->tag = CONCAT; in MakeConcat()
|
/third_party/ffmpeg/tests/fate/ |
H A D | filter-video.mak | 106 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
|