/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | Error.h | 122 #define DAWN_TRY_WITH_CLEANUP(EXPR, BODY) \ 127 {BODY} /* comment to force the formatter to insert a newline */ \ 172 #define DAWN_TRY_ASSIGN_WITH_CLEANUP_IMPL_3_(VAR, EXPR, BODY) \ 173 DAWN_TRY_ASSIGN_WITH_CLEANUP_IMPL_4_(VAR, EXPR, BODY, std::move(error)) 175 #define DAWN_TRY_ASSIGN_WITH_CLEANUP_IMPL_4_(VAR, EXPR, BODY, RET) \ 180 {BODY} /* comment to force the formatter to insert a newline */ \
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuInterval.hpp | 254 #define TCU_SET_INTERVAL(DST, VAR, BODY) \ 255 TCU_SET_INTERVAL_BOUNDS(DST, VAR, BODY, BODY) 257 //! Set the interval DST to the image of BODY on ARG, assuming that BODY on 258 //! ARG is a monotone function. In practice, BODY is evaluated on both the 260 //! results. While evaluating BODY, PARAM is bound to the bound of ARG, and 261 //! the output of BODY should be stored in VAR. 262 #define TCU_INTERVAL_APPLY_MONOTONE1(DST, PARAM, ARG, VAR, BODY) do \ 275 BODY; \ [all...] |
/third_party/node/deps/v8/src/bigint/ |
H A D | mul-schoolbook.cc | 28 #define BODY(min, max) \ macro 43 // of Y (or vice versa), we loop over Z. The {BODY} macro above is what 63 BODY(0, 1); in MultiplySchoolbook() 72 BODY(0, i); in MultiplySchoolbook() 85 BODY(min_x_index, max_x_index); in MultiplySchoolbook() 94 #undef BODY macro
|
/third_party/node/deps/v8/src/execution/riscv64/ |
H A D | simulator-riscv64.cc | 305 #define RVV_VI_LOOP_MASK_SKIP(BODY) \ 314 #define RVV_VI_VV_LOOP(BODY) \ 319 BODY \ 322 BODY \ 325 BODY \ 328 BODY \ 335 #define RVV_VI_VV_ULOOP(BODY) \ 340 BODY \ 343 BODY \ 346 BODY \ [all...] |
/third_party/skia/third_party/externals/tint/src/writer/glsl/ |
H A D | test_helper.h | 33 template <typename BODY> 34 class TestHelperBase : public BODY, public ProgramBuilder {
|
/third_party/skia/third_party/externals/tint/src/writer/hlsl/ |
H A D | test_helper.h | 33 template <typename BODY> 34 class TestHelperBase : public BODY, public ProgramBuilder {
|
/third_party/icu/icu4j/perf-tests/ |
H A D | dateformatperf.pl | 85 <BODY> 146 </BODY>
|
H A D | normperf.pl | 134 <BODY> 195 </BODY>
|
H A D | decimalformatperf.pl | 81 <BODY> 141 </BODY>
|
H A D | converterperf.pl | 100 <BODY> 161 </BODY>
|
H A D | ucharacterperf.pl | 82 <BODY> 143 </BODY>
|
H A D | unicodesetperf.pl | 72 <BODY> 133 </BODY>
|
/third_party/icu/icu4j/perf-tests/perldriver/ |
H A D | Output.pm | 236 <BODY bgcolor="#FFFFFF" LINK="#006666" VLINK="#000000"> 253 </BODY>
|
/third_party/icu/icu4c/source/test/perf/perldriver/ |
H A D | Output.pm | 236 <BODY bgcolor="#FFFFFF" LINK="#006666" VLINK="#000000"> 253 </BODY>
|
/third_party/zlib/examples/ |
H A D | gzlog.c | 337 #define BODY sizeof(log_gzbody) macro 841 write(log->fd, log_gzbody, BODY) != BODY) { in log_open()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fTextureWrapTests.cpp | 327 #define FOR_EACH(ITERATOR, ARRAY, BODY) \ in init() 329 BODY in init()
|
H A D | es2fTextureFilteringTests.cpp | 696 #define FOR_EACH(ITERATOR, ARRAY, BODY) \ in init() 698 BODY in init()
|
H A D | es2fVertexTextureTests.cpp | 1093 #define FOR_EACH(ITERATOR, ARRAY, BODY) \ in init() 1095 BODY in init()
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pTextureUploadTests.cpp | 536 #define FOR_EACH(ITERATOR, ARRAY, BODY) \ in init() 538 BODY in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fLifetimeTests.cpp | 95 #define GLSL(VERSION, BODY) ("#version " #VERSION "\n" #BODY "\n")
|
H A D | es3fTextureWrapTests.cpp | 415 #define FOR_EACH(ITERATOR, ARRAY, BODY) \ in init() 417 BODY in init()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsLifetimeTests.cpp | 88 #define GLSL100_SRC(BODY) ("#version 100\n" #BODY "\n")
|
/third_party/vk-gl-cts/modules/gles2/accuracy/ |
H A D | es2aTextureFilteringTests.cpp | 712 #define FOR_EACH(ITERATOR, ARRAY, BODY) \ in init() 714 BODY in init()
|
/third_party/vk-gl-cts/modules/gles3/accuracy/ |
H A D | es3aTextureFilteringTests.cpp | 717 #define FOR_EACH(ITERATOR, ARRAY, BODY) \ in init() 719 BODY in init()
|
/third_party/node/deps/openssl/openssl/util/ |
H A D | check-format.pl | 1132 $line_body_start = $contents =~ m/LONG BODY/ ? 0 : $line if $line_function_start != 0;
|